[Python-modules-commits] r30380 - in packages/python-openid/trunk/debian/patches (2 files)

dottedmag at users.alioth.debian.org dottedmag at users.alioth.debian.org
Sun Aug 31 16:25:29 UTC 2014


    Date: Sunday, August 31, 2014 @ 16:25:28
  Author: dottedmag
Revision: 30380

Fix version in openid.__version__ (Closes: #754774)

Added:
  packages/python-openid/trunk/debian/patches/fix-version.patch
Modified:
  packages/python-openid/trunk/debian/patches/series

Added: packages/python-openid/trunk/debian/patches/fix-version.patch
===================================================================
--- packages/python-openid/trunk/debian/patches/fix-version.patch	                        (rev 0)
+++ packages/python-openid/trunk/debian/patches/fix-version.patch	2014-08-31 16:25:28 UTC (rev 30380)
@@ -0,0 +1,11 @@
+--- a/openid/__init__.py
++++ b/openid/__init__.py
+@@ -23,7 +23,7 @@
+     and limitations under the License.
+ """
+ 
+-__version__ = '[library version:2.2.1]'[17:-1]
++__version__ = '[library version:2.2.5]'[17:-1]
+ 
+ __all__ = [
+     'association',

Modified: packages/python-openid/trunk/debian/patches/series
===================================================================
--- packages/python-openid/trunk/debian/patches/series	2014-08-31 16:24:59 UTC (rev 30379)
+++ packages/python-openid/trunk/debian/patches/series	2014-08-31 16:25:28 UTC (rev 30380)
@@ -1 +1,2 @@
 do-no-crash-long-salts.patch
+fix-version.patch




More information about the Python-modules-commits mailing list