[Python-modules-commits] r12313 - in packages/lazr.restfulclient/trunk/debian (2 files)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Sun Mar 21 12:27:25 UTC 2010
Date: Sunday, March 21, 2010 @ 12:27:22
Author: dktrkranz
Revision: 12313
Always depend on python-simplejson
Modified:
packages/lazr.restfulclient/trunk/debian/changelog
packages/lazr.restfulclient/trunk/debian/control
Modified: packages/lazr.restfulclient/trunk/debian/changelog
===================================================================
--- packages/lazr.restfulclient/trunk/debian/changelog 2010-03-20 23:27:42 UTC (rev 12312)
+++ packages/lazr.restfulclient/trunk/debian/changelog 2010-03-21 12:27:22 UTC (rev 12313)
@@ -1,3 +1,11 @@
+lazr.restfulclient (0.9.12-2) UNRELEASED; urgency=low
+
+ * Always depend on python-simplejson, drop the alternative python2.6
+ dependency, as restfulclient explicitly needs simplejson, not json
+ provided by python2.6
+
+ -- Luca Falavigna <dktrkranz at debian.org> Sun, 21 Mar 2010 13:26:20 +0100
+
lazr.restfulclient (0.9.12-1) unstable; urgency=low
* New upstream release.
Modified: packages/lazr.restfulclient/trunk/debian/control
===================================================================
--- packages/lazr.restfulclient/trunk/debian/control 2010-03-20 23:27:42 UTC (rev 12312)
+++ packages/lazr.restfulclient/trunk/debian/control 2010-03-21 12:27:22 UTC (rev 12313)
@@ -12,7 +12,7 @@
Package: python-lazr.restfulclient
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-zope.interface | python-zopeinterface, python-wadllib (>= 1.1.4), python-pkg-resources, python-simplejson | python (>= 2.6), python-httplib2
+Depends: ${python:Depends}, ${misc:Depends}, python-zope.interface | python-zopeinterface, python-wadllib (>= 1.1.4), python-pkg-resources, python-simplejson, python-httplib2
Conflicts: python-lazr-restfulclient (<< 0.9.9-1)
Replaces: python-lazr-restfulclient (<< 0.9.9-1)
Description: client for lazr.restful-based web services
More information about the Python-modules-commits
mailing list