[Python-modules-commits] [django-recurrence] 03/03: debian/changelog: * Added upstream fix for Django 1.10 (Closes: #828655): - 0002-Fixes-for-Django-1.10.patch

Thomas Goirand zigo at moszumanska.debian.org
Fri Aug 5 10:55:22 UTC 2016


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

zigo pushed a commit to branch master
in repository django-recurrence.

commit 629ed3279b61bf32e99451c6b7f264b881f60b3f
Author: Thomas Goirand <zigo at debian.org>
Date:   Fri Aug 5 10:54:28 2016 +0000

    debian/changelog:
      * Added upstream fix for Django 1.10 (Closes: #828655):
        - 0002-Fixes-for-Django-1.10.patch
---
 debian/changelog                                |  8 ++++++++
 debian/patches/0002-Fixes-for-Django-1.10.patch | 22 +++++++++-------------
 2 files changed, 17 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6ac6227..073632c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+django-recurrence (1.3.0-1.1) 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ý ]
diff --git a/debian/patches/0002-Fixes-for-Django-1.10.patch b/debian/patches/0002-Fixes-for-Django-1.10.patch
index 2b3394a..cc98732 100644
--- a/debian/patches/0002-Fixes-for-Django-1.10.patch
+++ b/debian/patches/0002-Fixes-for-Django-1.10.patch
@@ -1,17 +1,13 @@
-From f185a5e8c0a3ad7cfaf5f956d1aafc1c94aa8de1 Mon Sep 17 00:00:00 2001
-From: Thomas Goirand <zigo at debian.org>
+Description: Fixes for Django 1.10
+ django.db.models.fields.subclassing has gone away entirely
+ (the release notes mention that SubfieldBase has gone, but
+ don't mention the removal of Creator - I'm guessing it was
+ viewed as an internal API).
+Author: Dominic Rodger <dominicrodger+github at gmail.com>
+Bug-Debian: https://bugs.debian.org/828655
 Date: Fri, 5 Aug 2016 10:50:55 +0000
-Subject: Fixes for Django 1.10
-
-django.db.models.fields.subclassing has gone away entirely
-(the release notes mention that SubfieldBase has gone, but
-don't mention the removal of Creator - I'm guessing it was
-viewed as an internal API).
----
- recurrence/compat.py | 21 +++++++++++++++++++++
- recurrence/fields.py |  3 +--
- 2 files changed, 22 insertions(+), 2 deletions(-)
- create mode 100644 recurrence/compat.py
+Origin: https://github.com/django-recurrence/django-recurrence/commit/0d1bcfd107979a05f76eef93be806eedf017de5f
+Last-Update: 2016-08-05
 
 diff --git a/recurrence/compat.py b/recurrence/compat.py
 new file mode 100644

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