[Python-modules-commits] [django-recurrence] branch master updated (985d4d6 -> 907e57e)
Michael Fladischer
fladi at moszumanska.debian.org
Tue May 3 18:41:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
fladi pushed a change to branch master
in repository django-recurrence.
from 985d4d6 Fixed VCS URL
new 9701c09 Import django-recurrence_1.3.0.orig.tar.gz
new a64a1c9 record new upstream branch created by importing django-recurrence_1.3.0.orig.tar.gz and merge it
new a1c9b5b Bump Standards-Version to 3.9.8.
new f472a5e Switch to python3-sphinx and drop versioned Build-Depends.
new 5cf7d78 Use Python 3 compatible exception handling.
new e118ef0 merge patched into master
new 45f03e2 change version to 1.3.0-1 (unstable) [ Ondřej Nový ] [ Michael Fladischer ] New upstream release. Bump Standards-Version to 3.9.8. Switch to python3-sphinx and drop versioned Build-Depends. Add patch to fix exception handling during sphinx build with python3. change urgency to low
new 98074b3 Replace python(3)-pytest with python(3)-pytest-django in Build-Depends.
new 90f8714 Allow pybuild to run tests again.
new 52c589a Override dh_auto_test to set PYTHONPATH environment.
new 343f376 Rebuild djangojs domain translation from source.
new a425119 Clean djangojs.mo files to allow two builds in a row.
new 907e57e Update changelog.
The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
MANIFEST.in | 3 +
PKG-INFO | 4 +-
README.md | 55 ++++++
debian/.git-dpm | 14 +-
debian/changelog | 17 +-
debian/clean | 1 +
debian/control | 8 +-
...se-Python-3-compatible-exception-handling.patch | 22 +++
debian/patches/series | 1 +
debian/rules | 5 +-
django_recurrence.egg-info/PKG-INFO | 4 +-
django_recurrence.egg-info/SOURCES.txt | 21 +-
docs/changelog.rst | 32 ++--
docs/conf.py | 10 +-
docs/github.py | 71 +++++++
docs/installation.rst | 27 +--
docs/usage/getting_started.rst | 28 +++
pytest.ini | 3 +
recurrence/base.py | 4 +-
recurrence/fields.py | 34 ++--
setup.py | 4 +-
tests/__init__.py | 0
tests/models.py | 10 +
tests/settings.py | 55 ++++++
tests/test_exclusions.py | 83 ++++++++
tests/test_fields.py | 159 ++++++++++++++++
tests/test_magic_methods.py | 63 ++++++
tests/test_managers_recurrence.py | 136 +++++++++++++
tests/test_managers_rule.py | 97 ++++++++++
tests/test_nulls.py | 27 +++
tests/test_occurrences.py | 211 +++++++++++++++++++++
tests/test_recurrences_without_limits.py | 141 ++++++++++++++
tests/test_saving.py | 183 ++++++++++++++++++
tests/test_serialization.py | 69 +++++++
tests/test_to_text.py | 53 ++++++
tests/test_to_weekday.py | 50 +++++
tests/test_weekday.py | 24 +++
37 files changed, 1663 insertions(+), 66 deletions(-)
create mode 100644 README.md
create mode 100644 debian/patches/0001-Use-Python-3-compatible-exception-handling.patch
create mode 100644 debian/patches/series
create mode 100644 docs/github.py
create mode 100644 pytest.ini
create mode 100644 tests/__init__.py
create mode 100644 tests/models.py
create mode 100644 tests/settings.py
create mode 100644 tests/test_exclusions.py
create mode 100644 tests/test_fields.py
create mode 100644 tests/test_magic_methods.py
create mode 100644 tests/test_managers_recurrence.py
create mode 100644 tests/test_managers_rule.py
create mode 100644 tests/test_nulls.py
create mode 100644 tests/test_occurrences.py
create mode 100644 tests/test_recurrences_without_limits.py
create mode 100644 tests/test_saving.py
create mode 100644 tests/test_serialization.py
create mode 100644 tests/test_to_text.py
create mode 100644 tests/test_to_weekday.py
create mode 100644 tests/test_weekday.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-recurrence.git
More information about the Python-modules-commits
mailing list