[Python-modules-commits] [django-recurrence] branch upstream	updated (515efba -> 9701c09)
    Michael Fladischer 
    fladi at moszumanska.debian.org
       
    Tue May  3 18:41:16 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
fladi pushed a change to branch upstream
in repository django-recurrence.
      from  515efba   Imported Upstream version 1.2.0
       new  9701c09   Import django-recurrence_1.3.0.orig.tar.gz
The 1 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 ++++++++
 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 ++++
 30 files changed, 1609 insertions(+), 52 deletions(-)
 create mode 100644 README.md
 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