[Python-modules-commits] [m2crypto] 06/20: update import-inspect-in-urllib-2.patch

Daniel Stender stender at moszumanska.debian.org
Mon Nov 6 20:06:42 UTC 2017


This is an automated email from the git hooks/post-receive script.

stender pushed a commit to branch debian/master
in repository m2crypto.

commit a1aaa6eeedc62c4c95b8ff9773cd0746775c67b7
Author: Daniel Stender <stender at debian.org>
Date:   Sun Nov 5 21:40:24 2017 +0100

    update import-inspect-in-urllib-2.patch
---
 debian/changelog                                     |  5 +++--
 debian/patches/0001-import-inspect-in-urllib-2.patch | 14 +++++++-------
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 06fef26..854c871 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 m2crypto (0.27.0-1) UNRELEASED; urgency=medium
 
-  * New upstream release.
+  * New upstream release:
+    + update import-inspect-in-urllib-2.patch.
   * remove egg-info folder instead of ignoring it:
     + add M2Crypto.egg-info to debian/clean.
     + drop debian/source/options.
@@ -8,7 +9,7 @@ m2crypto (0.27.0-1) UNRELEASED; urgency=medium
     + add debian/upstream with public key of <matej at ceplovi.cz>.
     + add pgpsigurlmangle to debian/watch.
 
- -- Daniel Stender <stender at debian.org>  Sun, 05 Nov 2017 21:33:52 +0100
+ -- Daniel Stender <stender at debian.org>  Sun, 05 Nov 2017 21:40:07 +0100
 
 m2crypto (0.24.0-2) unstable; urgency=medium
 
diff --git a/debian/patches/0001-import-inspect-in-urllib-2.patch b/debian/patches/0001-import-inspect-in-urllib-2.patch
index 09941d6..95b303f 100644
--- a/debian/patches/0001-import-inspect-in-urllib-2.patch
+++ b/debian/patches/0001-import-inspect-in-urllib-2.patch
@@ -5,21 +5,21 @@ Subject: import inspect in urllib 2
 
  Added "import inspect" to M2Crypto/m2urllib2.py (Closes: #493314, #484364, #477799).
 Forwarded: no
-Reviewed by: Daniel Stender <debian at danielstender.com>
-Last-Update: 2015-11-17
+Reviewed by: Daniel Stender <stender at debian.org>
+Last-Update: 2017-11-05
 ---
  M2Crypto/m2urllib2.py | 1 +
  1 file changed, 1 insertion(+)
 
 diff --git a/M2Crypto/m2urllib2.py b/M2Crypto/m2urllib2.py
-index 2dd3bf9..9da3b73 100644
+index 0596c1c..49b6422 100644
 --- a/M2Crypto/m2urllib2.py
 +++ b/M2Crypto/m2urllib2.py
-@@ -15,6 +15,7 @@ Summary of changes:
+@@ -14,6 +14,7 @@ Summary of changes:
+ """
  
  import socket
- import urlparse
 +import inspect
  
- from M2Crypto import SSL
- from M2Crypto import httpslib
+ from M2Crypto import SSL, httpslib, six, util
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/m2crypto.git



More information about the Python-modules-commits mailing list