Drop fix-python-3.4-compat.patch applied upstream.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -3,6 +3,7 @@ python-wrapt (1.9.0-1) unstable; urgency=medium
|
||||
* New upstream release (Closes: #765064):
|
||||
- Drop do-not-use-embedded-six.py.patch and
|
||||
no-from-wrapt-import-six-in-tests.patch, as src/six.py is gone upstream.
|
||||
- Drop fix-python-3.4-compat.patch applied upstream.
|
||||
|
||||
-- Thomas Goirand <zigo@debian.org> Tue, 14 Oct 2014 00:01:48 +0800
|
||||
|
||||
|
||||
16
debian/patches/fix-python-3.4-compat.patch
vendored
16
debian/patches/fix-python-3.4-compat.patch
vendored
@@ -1,16 +0,0 @@
|
||||
Description: Fix Python 3.4 compatibility
|
||||
Author: Thomas Goirand <zigo@debian.org>
|
||||
Forwarded: no
|
||||
Last-Update: 2014-05-28
|
||||
|
||||
--- python-wrapt-1.8.0.orig/tests/test_object_proxy.py
|
||||
+++ python-wrapt-1.8.0/tests/test_object_proxy.py
|
||||
@@ -1473,7 +1473,7 @@ class SpecialMethods(unittest.TestCase):
|
||||
|
||||
proxy = wrapt.ObjectProxy(instance)
|
||||
|
||||
- self.assertEqual(format(instance, 's'), format(proxy, 's'))
|
||||
+ self.assertEqual(format(instance, ''), format(proxy, ''))
|
||||
|
||||
def test_list_reversed(self):
|
||||
instance = [1, 2]
|
||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@@ -1,4 +1,3 @@
|
||||
do-not-use-the-rdt-sphinx-theme.patch
|
||||
fix-python-3.4-compat.patch
|
||||
python-3.2-compat.patch
|
||||
do-not-run-test_proxy_attribute.patch
|
||||
|
||||
Reference in New Issue
Block a user