[Python-modules-commits] r23386 - in packages/django-picklefield/trunk/debian (2 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Thu Jan 24 13:25:30 UTC 2013


    Date: Thursday, January 24, 2013 @ 13:25:20
  Author: fladi-guest
Revision: 23386

New upstream release.
Add python-six to build and runtime dependencies.

Modified:
  packages/django-picklefield/trunk/debian/changelog
  packages/django-picklefield/trunk/debian/control

Modified: packages/django-picklefield/trunk/debian/changelog
===================================================================
--- packages/django-picklefield/trunk/debian/changelog	2013-01-24 07:29:08 UTC (rev 23385)
+++ packages/django-picklefield/trunk/debian/changelog	2013-01-24 13:25:20 UTC (rev 23386)
@@ -1,3 +1,10 @@
+django-picklefield (0.3.0-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Add python-six as build and runtime dependency.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Thu, 24 Jan 2013 14:24:21 +0100
+
 django-picklefield (0.2.1-2) unstable; urgency=low
 
   * Add src/django_picklefield.egg-info/PKG-INFO to d/clean to allow the

Modified: packages/django-picklefield/trunk/debian/control
===================================================================
--- packages/django-picklefield/trunk/debian/control	2013-01-24 07:29:08 UTC (rev 23385)
+++ packages/django-picklefield/trunk/debian/control	2013-01-24 13:25:20 UTC (rev 23386)
@@ -7,6 +7,7 @@
                python-all (>= 2.5),
                python-django (>= 1.2),
                python-setuptools,
+               python-six,
                python-support
 Standards-Version: 3.9.3
 XS-Python-Version: >= 2.5
@@ -16,7 +17,7 @@
 
 Package: python-django-picklefield
 Architecture: all
-Depends: python-django, ${misc:Depends}, ${python:Depends}
+Depends: python-django, python-six, ${misc:Depends}, ${python:Depends}
 Enhances: python-django-south
 Description: Pickled object field for Django
  django-picklefield provides an implementation of a pickled object field




More information about the Python-modules-commits mailing list