[Python-modules-commits] r11298 - in packages/python-launchpadlib/trunk/debian (2 files)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Mon Jan 25 08:31:34 UTC 2010
Date: Monday, January 25, 2010 @ 08:31:33
Author: dktrkranz
Revision: 11298
Always depend on python-simplejson, drop the alternative python2.6 dependency
Modified:
packages/python-launchpadlib/trunk/debian/changelog
packages/python-launchpadlib/trunk/debian/control
Modified: packages/python-launchpadlib/trunk/debian/changelog
===================================================================
--- packages/python-launchpadlib/trunk/debian/changelog 2010-01-25 08:13:28 UTC (rev 11297)
+++ packages/python-launchpadlib/trunk/debian/changelog 2010-01-25 08:31:33 UTC (rev 11298)
@@ -1,3 +1,11 @@
+python-launchpadlib (1.5.4-2) UNRELEASED; urgency=low
+
+ * Always depend on python-simplejson, drop the alternative python2.6
+ dependency, as launchpadlib explicitly needs simplejson, not json
+ provided by python2.6, thanks Martin Pitt! (Closes: #566795).
+
+ -- Luca Falavigna <dktrkranz at debian.org> Mon, 25 Jan 2010 09:30:34 +0100
+
python-launchpadlib (1.5.4-1) unstable; urgency=low
* New upstream release.
Modified: packages/python-launchpadlib/trunk/debian/control
===================================================================
--- packages/python-launchpadlib/trunk/debian/control 2010-01-25 08:13:28 UTC (rev 11297)
+++ packages/python-launchpadlib/trunk/debian/control 2010-01-25 08:31:33 UTC (rev 11298)
@@ -12,7 +12,7 @@
Package: python-launchpadlib
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-simplejson | python (>= 2.6), python-httplib2 (>= 0.4.0), python-wadllib, python-lazr.restfulclient (>= 0.9.10), python-lazr.uri, python-oauth
+Depends: ${python:Depends}, ${misc:Depends}, python-simplejson, python-httplib2 (>= 0.4.0), python-wadllib, python-lazr.restfulclient (>= 0.9.10), python-lazr.uri, python-oauth
Description: Launchpad web services client library
A free Python library for scripting Launchpad through its web services
interface.
More information about the Python-modules-commits
mailing list