[Python-modules-commits] r29578 - in packages/python-django-jsonfield/trunk/debian (3 files)
bam at users.alioth.debian.org
bam at users.alioth.debian.org
Wed Jul 2 06:24:17 UTC 2014
Date: Wednesday, July 2, 2014 @ 06:24:16
Author: bam
Revision: 29578
Update to 0.9.20 and enable Python3.
Tests fail, during build, needs more work.
Modified:
packages/python-django-jsonfield/trunk/debian/changelog
packages/python-django-jsonfield/trunk/debian/control
packages/python-django-jsonfield/trunk/debian/rules
Modified: packages/python-django-jsonfield/trunk/debian/changelog
===================================================================
--- packages/python-django-jsonfield/trunk/debian/changelog 2014-07-02 06:01:25 UTC (rev 29577)
+++ packages/python-django-jsonfield/trunk/debian/changelog 2014-07-02 06:24:16 UTC (rev 29578)
@@ -1,3 +1,10 @@
+python-django-jsonfield (0.9.20-1) UNRELEASED; urgency=low
+
+ * New upstream version.
+ * Python3 package.
+
+ -- Brian May <bam at debian.org> Wed, 02 Jul 2014 16:15:14 +1000
+
python-django-jsonfield (0.9.12-2) unstable; urgency=medium
* Add python-django to Build-Depends to fix test suite run.
Modified: packages/python-django-jsonfield/trunk/debian/control
===================================================================
--- packages/python-django-jsonfield/trunk/debian/control 2014-07-02 06:01:25 UTC (rev 29577)
+++ packages/python-django-jsonfield/trunk/debian/control 2014-07-02 06:24:16 UTC (rev 29578)
@@ -2,11 +2,12 @@
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Raphaël Hertzog <hertzog at debian.org>
+Uploaders: Raphaël Hertzog <hertzog at debian.org>,
+ Brian May <bam at debian.org>
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 9), dh-python, python-django,
python-all, python-setuptools,
-# python3-all, python3-setuptools
+ python3-all, python3-setuptools
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-django-jsonfield/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-django-tagging/trunk/
Homepage: https://bitbucket.org/schinckel/django-jsonfield/
@@ -25,16 +26,16 @@
.
This is the Python 2 version of the package.
-#Package: python3-django-jsonfield
-#Architecture: all
-#Depends: ${python3:Depends}, ${misc:Depends}, python-django (>= 1.3)
-#Description: JSON field for Django models (Python 3)
-# This package provides a Django field (jsonfield.JSONField) that you can use to
-# store arbitrary JSON structures in a simple text field at the database level.
-# .
-# Accessing the field returns a decoded object (list, dict, string).
-# .
-# In forms, it appears like a TextField but the input is validated to be valid
-# JSON.
-# .
-# This is the Python 3 version of the package.
+Package: python3-django-jsonfield
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}, python-django (>= 1.3)
+Description: JSON field for Django models (Python 3)
+ This package provides a Django field (jsonfield.JSONField) that you can use to
+ store arbitrary JSON structures in a simple text field at the database level.
+ .
+ Accessing the field returns a decoded object (list, dict, string).
+ .
+ In forms, it appears like a TextField but the input is validated to be valid
+ JSON.
+ .
+ This is the Python 3 version of the package.
Modified: packages/python-django-jsonfield/trunk/debian/rules
===================================================================
--- packages/python-django-jsonfield/trunk/debian/rules 2014-07-02 06:01:25 UTC (rev 29577)
+++ packages/python-django-jsonfield/trunk/debian/rules 2014-07-02 06:24:16 UTC (rev 29578)
@@ -3,4 +3,4 @@
export PYBUILD_NAME=django-jsonfield
%:
- dh $@ --with python2 --buildsystem=pybuild
+ dh $@ --with python2,python3 --buildsystem=pybuild
More information about the Python-modules-commits
mailing list