[Python-modules-commits] [django-recurrence] 03/04: change version to 1.4.1-1 (UNRELEASED) New upstream release.

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 commit to branch master
in repository django-recurrence.

commit b79811aa2d9200e79a1f3b9fad276050aa74be9a
Merge: f2f9284 bad58ef
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Wed Jan 11 11:24:47 2017 +0100

    change version to 1.4.1-1 (UNRELEASED)
    New upstream release.

 PKG-INFO                                           |   2 +-
 debian/.git-dpm                                    |   6 +-
 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/de/LC_MESSAGES/django.po         | 403 +++++++++++++++++
 recurrence/locale/de/LC_MESSAGES/djangojs.mo       | Bin 0 -> 4822 bytes
 recurrence/locale/de/LC_MESSAGES/djangojs.po       | 482 +++++++++++++++++++++
 recurrence/locale/pt_BR/LC_MESSAGES/django.mo      | Bin 0 -> 4437 bytes
 recurrence/locale/pt_BR/LC_MESSAGES/django.po      | 403 +++++++++++++++++
 recurrence/locale/pt_BR/LC_MESSAGES/djangojs.mo    | Bin 0 -> 4805 bytes
 recurrence/locale/pt_BR/LC_MESSAGES/djangojs.po    | 469 ++++++++++++++++++++
 recurrence/migrations/0001_initial.py              |  61 +++
 recurrence/migrations/__init__.py                  |   0
 recurrence/static/recurrence/js/recurrence.js      |   5 +-
 setup.py                                           |   3 +-
 23 files changed, 1883 insertions(+), 42 deletions(-)

diff --cc debian/.git-dpm
index e205b0d,0000000..836f7f2
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,8 -1,0 +1,8 @@@
 +# see git-dpm(1) from git-dpm package
- 718bf26dd420b03e9ad22f6bd33ad4b5c95f6a81
- 718bf26dd420b03e9ad22f6bd33ad4b5c95f6a81
- 961b7a8474a9f6fd2864d96287b334d4950bccaf
++bad58ef509df287bf4998dab69968750aaf2b4bd
++bad58ef509df287bf4998dab69968750aaf2b4bd
++bad58ef509df287bf4998dab69968750aaf2b4bd
 +bad58ef509df287bf4998dab69968750aaf2b4bd
 +django-recurrence_1.4.1.orig.tar.gz
 +bd6a2297eedee9a3c951808bc3c0a81fb11ab02d
 +99182
diff --cc debian/changelog
index 4fe469a,0000000..9241b32
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,53 -1,0 +1,59 @@@
++django-recurrence (1.4.1-1) UNRELEASED; urgency=low
++
++  * New upstream release.
++
++ -- Michael Fladischer <fladi at debian.org>  Wed, 11 Jan 2017 11:24:48 +0100
++
 +django-recurrence (1.4.0-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Cherry-pick patch for broken django.po file from upstream.
 +  * Use https:// for copyright-format 1.0 URL.
 +
 + -- Michael Fladischer <fladi at debian.org>  Wed, 19 Oct 2016 14:02:38 +0200
 +
 +django-recurrence (1.3.0-2) unstable; urgency=medium
 +
 +  * Team upload.
 +  * Added upstream fix for Django 1.10 (Closes: #828655):
 +    - 0002-Fixes-for-Django-1.10.patch
 +
 + -- Thomas Goirand <zigo at debian.org>  Fri, 05 Aug 2016 10:53:25 +0000
 +
 +django-recurrence (1.3.0-1) unstable; urgency=low
 +
 +  [ Ondřej Nový ]
 +  * Fixed VCS URL
 +
 +  [ 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.
 +  * Replace python(3)-pytest with python(3)-pytest-django in Build-
 +    Depends.
 +  * Allow pybuild to run tests again.
 +  * Override dh_auto_test to set PYTHONPATH environment.
 +  * Rebuild djangojs domain translation from source.
 +  * Clean djangojs.mo files to allow two builds in a row.
 +
 + -- Michael Fladischer <fladi at debian.org>  Tue, 03 May 2016 20:33:00 +0200
 +
 +django-recurrence (1.2.0-2) unstable; urgency=medium
 +
 +  * Disable tests because they are not yet included in upstream tarball
 +    (Closes: #815392).
 +  * Initialize git-dpm.
 +  * Clean up django_recurrence.egg-info/SOURCES.txt to allow two builds in a
 +    row.
 +  * Rebuild translation catalogs from source using babel.
 +  * Bump Standards-Version to 3.9.7.
 +  * Use https in Vcs-Git field.
 +
 + -- Michael Fladischer <fladi at debian.org>  Tue, 01 Mar 2016 21:27:30 +0100
 +
 +django-recurrence (1.2.0-1) unstable; urgency=low
 +
 +  * Initial release (Closes: #795200).
 +
 + -- Michael Fladischer <fladi at debian.org>  Sun, 30 Aug 2015 12:31:01 +0200

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