[Python-modules-commits] r8859 - in packages/python-webflash/trunk/debian (changelog control)
zack at users.alioth.debian.org
zack at users.alioth.debian.org
Thu Jun 25 15:17:08 UTC 2009
Date: Thursday, June 25, 2009 @ 15:17:06
Author: zack
Revision: 8859
* debian/control:
- add conflict with python-json. Rationale: it does not export the
API shared by simplejson and python 2.6 json module, which is
expected by webflash (e.g. json.dumps)
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 2009-06-25 14:56:57 UTC (rev 8858)
+++ packages/python-webflash/trunk/debian/changelog 2009-06-25 15:17:06 UTC (rev 8859)
@@ -1,3 +1,12 @@
+python-webflash (0.1a9-2) experimental; urgency=low
+
+ * debian/control:
+ - add conflict with python-json. Rationale: it does not export the
+ API shared by simplejson and python 2.6 json module, which is
+ expected by webflash (e.g. json.dumps)
+
+ -- Stefano Zacchiroli <zack at debian.org> Thu, 25 Jun 2009 17:16:35 +0200
+
python-webflash (0.1a9-1) experimental; urgency=low
* First release (Closes: #531044)
Modified: packages/python-webflash/trunk/debian/control
===================================================================
--- packages/python-webflash/trunk/debian/control 2009-06-25 14:56:57 UTC (rev 8858)
+++ packages/python-webflash/trunk/debian/control 2009-06-25 15:17:06 UTC (rev 8859)
@@ -21,6 +21,7 @@
${misc:Depends},
${python:Depends},
python-simplejson
+Conflicts: python-json
Description: Portable flash messages for Python WSGI applications
WebFlash is a library to display "flash" messages in Python web
applications.
More information about the Python-modules-commits
mailing list