[Python-modules-commits] [django-recurrence] branch upstream updated (961b7a8 -> bad58ef)
Michael Fladischer
fladi at moszumanska.debian.org
Wed Jan 11 11:04:32 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 961b7a8 Import django-recurrence_1.4.0.orig.tar.gz
new bad58ef Import django-recurrence_1.4.1.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:
PKG-INFO | 2 +-
django_recurrence.egg-info/PKG-INFO | 2 +-
django_recurrence.egg-info/SOURCES.txt | 10 +
docs/changelog.rst | 10 +
docs/conf.py | 4 +-
docs/installation.rst | 32 +-
recurrence/base.py | 2 +-
recurrence/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 4385 bytes
recurrence/locale/{en => de}/LC_MESSAGES/django.po | 191 ++++----
recurrence/locale/de/LC_MESSAGES/djangojs.mo | Bin 0 -> 4822 bytes
recurrence/locale/de/LC_MESSAGES/djangojs.po | 482 +++++++++++++++++++++
recurrence/locale/eu/LC_MESSAGES/django.po | 2 +-
.../locale/{es => pt_BR}/LC_MESSAGES/django.mo | Bin 4454 -> 4437 bytes
.../locale/{es => pt_BR}/LC_MESSAGES/django.po | 130 +++---
recurrence/locale/pt_BR/LC_MESSAGES/djangojs.mo | Bin 0 -> 4805 bytes
.../locale/{es => pt_BR}/LC_MESSAGES/djangojs.po | 176 ++++----
recurrence/migrations/0001_initial.py | 61 +++
{tests => recurrence/migrations}/__init__.py | 0
recurrence/static/recurrence/js/recurrence.js | 5 +-
setup.py | 3 +-
20 files changed, 850 insertions(+), 262 deletions(-)
create mode 100644 recurrence/locale/de/LC_MESSAGES/django.mo
copy recurrence/locale/{en => de}/LC_MESSAGES/django.po (67%)
create mode 100644 recurrence/locale/de/LC_MESSAGES/djangojs.mo
create mode 100644 recurrence/locale/de/LC_MESSAGES/djangojs.po
copy recurrence/locale/{es => pt_BR}/LC_MESSAGES/django.mo (52%)
copy recurrence/locale/{es => pt_BR}/LC_MESSAGES/django.po (75%)
create mode 100644 recurrence/locale/pt_BR/LC_MESSAGES/djangojs.mo
copy recurrence/locale/{es => pt_BR}/LC_MESSAGES/djangojs.po (79%)
create mode 100644 recurrence/migrations/0001_initial.py
copy {tests => recurrence/migrations}/__init__.py (100%)
--
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