[Python-modules-commits] r16155 - in packages/kombu/branches/anyjson/debian (2 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Fri Mar 18 09:58:28 UTC 2011


    Date: Friday, March 18, 2011 @ 09:58:21
  Author: fladi-guest
Revision: 16155

Add DEP3 header.
New upstream release.

Modified:
  packages/kombu/branches/anyjson/debian/changelog
  packages/kombu/branches/anyjson/debian/patches/replace_anyjson.patch

Modified: packages/kombu/branches/anyjson/debian/changelog
===================================================================
--- packages/kombu/branches/anyjson/debian/changelog	2011-03-18 09:19:59 UTC (rev 16154)
+++ packages/kombu/branches/anyjson/debian/changelog	2011-03-18 09:58:21 UTC (rev 16155)
@@ -1,8 +1,9 @@
-kombu (1.0.4-2) UNRELEASED; urgency=low
+kombu (1.0.5-1) unstable; urgency=low
 
+  * New upstream release.
   * Replace anyjson with simplejson/built-in json.
 
- -- Fladischer Michael <FladischerMichael at fladi.at>  Mon, 07 Mar 2011 13:37:44 +0100
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Mon, 07 Mar 2011 14:51:41 +0100
 
 kombu (1.0.4-1) unstable; urgency=low
 

Modified: packages/kombu/branches/anyjson/debian/patches/replace_anyjson.patch
===================================================================
--- packages/kombu/branches/anyjson/debian/patches/replace_anyjson.patch	2011-03-18 09:19:59 UTC (rev 16154)
+++ packages/kombu/branches/anyjson/debian/patches/replace_anyjson.patch	2011-03-18 09:58:21 UTC (rev 16155)
@@ -1,3 +1,11 @@
+Description: Replace anyjson with json/simplejson.
+ As python-anyjason will install python-cjson as a Recommends and 
+ cjson is know to fail at encoding/decoding with certain chars (e.g. "/")
+ I simply replaced it with json and a fallback to simplejson.
+Author: FladischerMichael <FladischerMichael at fladi.at>
+Last-Update: 2011-03-18
+Forwarded: no
+
 --- a/kombu/serialization.py
 +++ b/kombu/serialization.py
 @@ -239,8 +239,10 @@




More information about the Python-modules-commits mailing list