[Python-modules-commits] [django-recurrence] branch master updated (0cfc90e -> 7da7044)
Michael Fladischer
fladi at moszumanska.debian.org
Wed Jan 11 11:04:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a change to branch master
in repository django-recurrence.
from 0cfc90e change target to unstable
new f2f9284 record new upstream branch created by importing django-recurrence_1.4.1.orig.tar.gz
new bad58ef Import django-recurrence_1.4.1.orig.tar.gz
new b79811a change version to 1.4.1-1 (UNRELEASED) New upstream release.
new 7da7044 change target to unstable
The 4 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 +-
debian/.git-dpm | 14 +-
debian/changelog | 6 +
...-Make-PO-Revision-Date-parseable-by-babel.patch | 24 -
debian/patches/series | 1 -
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 +++++++++++++++++++++
.../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 +-
23 files changed, 862 insertions(+), 293 deletions(-)
delete mode 100644 debian/patches/0001-Make-PO-Revision-Date-parseable-by-babel.patch
delete mode 100644 debian/patches/series
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