Control: tags 804430 + patch
Control: tags 804430 + pending

Dear maintainer,

I've prepared an NMU for python-rsa (versioned as 3.1.4-1.1). and

Regards.

-- 
Dariusz Dwornikowski, 
  Institute of Computing Science, PoznaƄ University of Technology
  www.cs.put.poznan.pl/ddwornikowski/  
  room 1.6.2 BTiCW | tel. +48 61 665 23 71
diff -Nru python-rsa-3.1.4/debian/changelog python-rsa-3.1.4/debian/changelog
--- python-rsa-3.1.4/debian/changelog	2015-11-23 11:09:55.000000000 +0100
+++ python-rsa-3.1.4/debian/changelog	2015-11-24 08:48:39.000000000 +0100
@@ -1,3 +1,13 @@
+python-rsa (3.1.4-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Added python modules to Build-Depends (Closes: #804430)
+    - python-unittest2, python3-unittest2
+    - python-asn1, python3-asn1
+  * Added d/patches/fix_tests.patch fixing imports in tests
+
+ -- Dariusz Dwornikowski <dariusz.dwornikow...@cs.put.poznan.pl>  Mon, 23 Nov 2015 17:24:51 +0100
+
 python-rsa (3.1.4-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru python-rsa-3.1.4/debian/control python-rsa-3.1.4/debian/control
--- python-rsa-3.1.4/debian/control	2015-11-23 11:09:55.000000000 +0100
+++ python-rsa-3.1.4/debian/control	2015-11-24 08:47:03.000000000 +0100
@@ -8,6 +8,10 @@
 	, python3-all
 	, python-setuptools
 	, python3-setuptools
+  , python-unittest2
+  , python3-unittest2
+  , python3-pyasn1
+  , python-pyasn1
 Standards-Version: 3.9.5
 Homepage: http://stuvel.eu/rsa
 X-Python-Versioni: >= 2.7
diff -Nru python-rsa-3.1.4/debian/patches/fix_tests.patch python-rsa-3.1.4/debian/patches/fix_tests.patch
--- python-rsa-3.1.4/debian/patches/fix_tests.patch	1970-01-01 01:00:00.000000000 +0100
+++ python-rsa-3.1.4/debian/patches/fix_tests.patch	2015-11-24 08:49:49.000000000 +0100
@@ -0,0 +1,26 @@
+Subject: Fixes import of constants in tests
+Author: Dariusz Dwornikowski <dariusz.dwornikow...@cs.put.poznan.pl>
+Forwarded: no 
+Last-Update: 2015-11-24
+--- a/tests/test_strings.py
++++ b/tests/test_strings.py
+@@ -6,7 +6,7 @@
+ 
+ import rsa
+ 
+-from constants import unicode_string
++from tests.constants import unicode_string
+ 
+ class StringTest(unittest2.TestCase):
+ 
+--- a/tests/constants.py
++++ b/tests/constants.py
+@@ -3,7 +3,7 @@
+ from rsa._compat import have_python3
+ 
+ if have_python3:
+-    from py3kconstants import *
++    from tests.py3kconstants import *
+ else:
+     from py2kconstants import *
+ 
diff -Nru python-rsa-3.1.4/debian/patches/series python-rsa-3.1.4/debian/patches/series
--- python-rsa-3.1.4/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ python-rsa-3.1.4/debian/patches/series	2015-11-24 08:42:02.000000000 +0100
@@ -0,0 +1 @@
+fix_tests.patch

Attachment: signature.asc
Description: PGP signature

Reply via email to