[Python-modules-commits] r13672 - in packages/python-webflash/trunk/debian (changelog control)
ffm-guest at users.alioth.debian.org
ffm-guest at users.alioth.debian.org
Sun Jun 27 19:36:31 UTC 2010
Date: Sunday, June 27, 2010 @ 19:36:21
Author: ffm-guest
Revision: 13672
Depend on either Python 2.6+ or python-simplejson (Closes: #551467)
Modified:
packages/python-webflash/trunk/debian/changelog
packages/python-webflash/trunk/debian/control
Modified: packages/python-webflash/trunk/debian/changelog
===================================================================
--- packages/python-webflash/trunk/debian/changelog 2010-06-27 09:05:35 UTC (rev 13671)
+++ packages/python-webflash/trunk/debian/changelog 2010-06-27 19:36:21 UTC (rev 13672)
@@ -1,3 +1,9 @@
+python-webflash (0.1a9-4) UNRELEASED; urgency=low
+
+ * Depend on either Python 2.6+ or python-simplejson (Closes: #551467)
+
+ -- Luke Faraone <luke at faraone.cc> Sun, 27 Jun 2010 14:07:12 -0400
+
python-webflash (0.1a9-3) unstable; urgency=low
* uploading to unstable
Modified: packages/python-webflash/trunk/debian/control
===================================================================
--- packages/python-webflash/trunk/debian/control 2010-06-27 09:05:35 UTC (rev 13671)
+++ packages/python-webflash/trunk/debian/control 2010-06-27 19:36:21 UTC (rev 13672)
@@ -20,7 +20,7 @@
Depends:
${misc:Depends},
${python:Depends},
- python-simplejson
+ python (>=2.6) | python-simplejson
Conflicts: python-json
Description: Portable flash messages for Python WSGI applications
WebFlash is a library to display "flash" messages in Python web
More information about the Python-modules-commits
mailing list