[Python-modules-commits] r22488 - in packages/unidecode/trunk/debian (changelog control)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Mon Aug 6 19:17:51 UTC 2012
Date: Monday, August 6, 2012 @ 19:17:50
Author: piotr
Revision: 22488
Bump minimum required Python version to 2.6
(due to 'from . import * ' syntax)
Modified:
packages/unidecode/trunk/debian/changelog
packages/unidecode/trunk/debian/control
Modified: packages/unidecode/trunk/debian/changelog
===================================================================
--- packages/unidecode/trunk/debian/changelog 2012-08-03 21:51:10 UTC (rev 22487)
+++ packages/unidecode/trunk/debian/changelog 2012-08-06 19:17:50 UTC (rev 22488)
@@ -1,3 +1,10 @@
+unidecode (0.04.9-2) UNRELEASED; urgency=low
+
+ * Bump minimum required Python version to 2.6
+ (due to 'from . import * ' syntax)
+
+ -- Piotr Ożarowski <piotr at debian.org> Mon, 06 Aug 2012 21:14:24 +0200
+
unidecode (0.04.9-1) unstable; urgency=low
* Initial release (Closes: #649477)
Modified: packages/unidecode/trunk/debian/control
===================================================================
--- packages/unidecode/trunk/debian/control 2012-08-03 21:51:10 UTC (rev 22487)
+++ packages/unidecode/trunk/debian/control 2012-08-06 19:17:50 UTC (rev 22488)
@@ -7,7 +7,7 @@
debhelper (>= 7.0.50~),
python-all (>= 2.6.6-3~),
python3-all (>= 3.1.2-6~)
-X-Python-Version: >= 2.5
+X-Python-Version: >= 2.6
X-Python3-Version: >= 3.0
Standards-Version: 3.9.2
Homepage: http://pypi.python.org/pypi/Unidecode
More information about the Python-modules-commits
mailing list