[Python-modules-commits] [django-recurrence] branch upstream updated (bad58ef -> 022d3b8)

Michael Fladischer fladi at moszumanska.debian.org
Tue Oct 31 08:04:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

fladi pushed a change to branch upstream
in repository django-recurrence.

      from  bad58ef   Import django-recurrence_1.4.1.orig.tar.gz
       new  022d3b8   New upstream version 1.5.0

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:
 PKG-INFO                                           |   2 +-
 django_recurrence.egg-info/PKG-INFO                |   2 +-
 django_recurrence.egg-info/SOURCES.txt             |   4 +
 docs/changelog.rst                                 |  16 +
 docs/conf.py                                       |   4 +-
 docs/installation.rst                              |   5 +-
 docs/usage/recurrence_field.rst                    |  36 ++
 recurrence/base.py                                 |  55 ++-
 recurrence/fields.py                               |   6 +-
 recurrence/locale/de/LC_MESSAGES/django.mo         | Bin 4385 -> 4442 bytes
 recurrence/locale/de/LC_MESSAGES/django.po         | 247 +++++-----
 recurrence/locale/de/LC_MESSAGES/djangojs.mo       | Bin 4822 -> 5375 bytes
 recurrence/locale/de/LC_MESSAGES/djangojs.po       | 301 +++++++-----
 recurrence/locale/en/LC_MESSAGES/django.mo         | Bin 367 -> 378 bytes
 recurrence/locale/en/LC_MESSAGES/django.po         | 215 +++++----
 recurrence/locale/en/LC_MESSAGES/djangojs.mo       | Bin 367 -> 378 bytes
 recurrence/locale/en/LC_MESSAGES/djangojs.po       | 299 +++++++-----
 recurrence/locale/es/LC_MESSAGES/django.mo         | Bin 4454 -> 4537 bytes
 recurrence/locale/es/LC_MESSAGES/django.po         | 238 ++++-----
 recurrence/locale/es/LC_MESSAGES/djangojs.mo       | Bin 4365 -> 4967 bytes
 recurrence/locale/es/LC_MESSAGES/djangojs.po       | 312 +++++++-----
 recurrence/locale/eu/LC_MESSAGES/django.mo         | Bin 4161 -> 4160 bytes
 recurrence/locale/eu/LC_MESSAGES/django.po         | 144 ++++--
 recurrence/locale/eu/LC_MESSAGES/djangojs.mo       | Bin 5187 -> 5187 bytes
 recurrence/locale/eu/LC_MESSAGES/djangojs.po       | 306 +++++++-----
 recurrence/locale/fr/LC_MESSAGES/django.mo         | Bin 4359 -> 4705 bytes
 recurrence/locale/fr/LC_MESSAGES/django.po         | 133 +++--
 recurrence/locale/fr/LC_MESSAGES/djangojs.mo       | Bin 5249 -> 5579 bytes
 recurrence/locale/fr/LC_MESSAGES/djangojs.po       | 293 ++++++-----
 recurrence/locale/nl/LC_MESSAGES/django.mo         | Bin 4467 -> 4544 bytes
 recurrence/locale/nl/LC_MESSAGES/django.po         | 239 ++++-----
 recurrence/locale/nl/LC_MESSAGES/djangojs.mo       | Bin 4793 -> 5342 bytes
 recurrence/locale/nl/LC_MESSAGES/djangojs.po       | 309 +++++++-----
 recurrence/locale/pt_BR/LC_MESSAGES/django.mo      | Bin 4437 -> 4510 bytes
 recurrence/locale/pt_BR/LC_MESSAGES/django.po      | 237 ++++-----
 recurrence/locale/pt_BR/LC_MESSAGES/djangojs.mo    | Bin 4805 -> 5380 bytes
 recurrence/locale/pt_BR/LC_MESSAGES/djangojs.po    | 305 +++++++-----
 recurrence/locale/sk/LC_MESSAGES/django.mo         | Bin 0 -> 4547 bytes
 recurrence/locale/sk/LC_MESSAGES/django.po         | 403 ++++++++++++++++
 recurrence/locale/sk/LC_MESSAGES/djangojs.mo       | Bin 0 -> 5589 bytes
 recurrence/locale/sk/LC_MESSAGES/djangojs.po       | 537 +++++++++++++++++++++
 recurrence/static/recurrence/css/recurrence.css    |  11 +-
 .../static/recurrence/js/recurrence-widget.js      |  35 +-
 recurrence/static/recurrence/js/recurrence.js      |  37 +-
 setup.py                                           |   2 +-
 tests/test_fields.py                               |  63 ++-
 tests/test_serialization.py                        |  47 ++
 47 files changed, 3304 insertions(+), 1539 deletions(-)
 create mode 100644 recurrence/locale/sk/LC_MESSAGES/django.mo
 create mode 100644 recurrence/locale/sk/LC_MESSAGES/django.po
 create mode 100644 recurrence/locale/sk/LC_MESSAGES/djangojs.mo
 create mode 100644 recurrence/locale/sk/LC_MESSAGES/djangojs.po

-- 
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