[Python-modules-commits] [python-rsa] 07/09: debian/patches: removed

Takaki Taniguchi takaki at moszumanska.debian.org
Tue Oct 11 04:55:38 UTC 2016


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

takaki pushed a commit to branch master
in repository python-rsa.

commit b4ea5a06147cbbe91c2c174d034e23cba7357099
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Tue Oct 11 13:50:36 2016 +0900

    debian/patches: removed
---
 debian/patches/fix_tests.patch | 26 --------------------------
 debian/patches/series          |  1 -
 2 files changed, 27 deletions(-)

diff --git a/debian/patches/fix_tests.patch b/debian/patches/fix_tests.patch
deleted file mode 100644
index b17f56c..0000000
--- a/debian/patches/fix_tests.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Subject: Fixes import of constants in tests
-Author: Dariusz Dwornikowski <dariusz.dwornikowski at 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 --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index a017270..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix_tests.patch

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



More information about the Python-modules-commits mailing list