[Python-modules-commits] r5754 - in packages/python-openid/trunk/debian (3 files)

dottedmag-guest at users.alioth.debian.org dottedmag-guest at users.alioth.debian.org
Sun Jun 29 18:29:18 UTC 2008


    Date: Sunday, June 29, 2008 @ 18:29:17
  Author: dottedmag-guest
Revision: 5754

New upstream version

Modified:
  packages/python-openid/trunk/debian/changelog
  packages/python-openid/trunk/debian/patches/series
Deleted:
  packages/python-openid/trunk/debian/patches/fix-openid1.0-compatibility.patch

Modified: packages/python-openid/trunk/debian/changelog
===================================================================
--- packages/python-openid/trunk/debian/changelog	2008-06-29 18:04:55 UTC (rev 5753)
+++ packages/python-openid/trunk/debian/changelog	2008-06-29 18:29:17 UTC (rev 5754)
@@ -1,3 +1,10 @@
+python-openid (2.2.1-1) UNRELEASED; urgency=low
+
+  * New upstream release:
+    - fix-openid1.0-compatibility.patch removed, included upstream.
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Mon, 30 Jun 2008 01:24:49 +0700
+
 python-openid (2.1.1-1) unstable; urgency=low
 
   [ Mikhail Gusarov ]

Deleted: packages/python-openid/trunk/debian/patches/fix-openid1.0-compatibility.patch
===================================================================
--- packages/python-openid/trunk/debian/patches/fix-openid1.0-compatibility.patch	2008-06-29 18:04:55 UTC (rev 5753)
+++ packages/python-openid/trunk/debian/patches/fix-openid1.0-compatibility.patch	2008-06-29 18:29:17 UTC (rev 5754)
@@ -1,10 +0,0 @@
---- a/openid/server/server.py	2008-03-20 21:31:33.000000000 +0200
-+++ b/openid/server/server.py	2008-03-20 21:31:45.000000000 +0200
-@@ -609,6 +609,8 @@ class CheckIDRequest(OpenIDRequest):
-                      "claimed_id")
-                 raise ProtocolError(message, text=s)
- 
-+        elif self.identity:
-+            self.claimed_id = self.identity
-         else:
-             self.claimed_id = None

Modified: packages/python-openid/trunk/debian/patches/series
===================================================================
--- packages/python-openid/trunk/debian/patches/series	2008-06-29 18:04:55 UTC (rev 5753)
+++ packages/python-openid/trunk/debian/patches/series	2008-06-29 18:29:17 UTC (rev 5754)
@@ -1,2 +1,2 @@
 build-extensions.patch
-fix-openid1.0-compatibility.patch
+




More information about the Python-modules-commits mailing list