summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-05-05 10:15:27 +0100
committerColin Watson <cjwatson@debian.org>2019-05-05 10:18:14 +0100
commit5fd76f4e4e510e52a8d6d8ea51111c24fc57aa4e (patch)
tree08594521a09bde75b03cae0aa37ead82ddd61144 /debian
parent2bbc0fc5a9772a4c3ad52d94f9011cccb5c41742 (diff)
parent6ee4c027ff1501a7fe68f03ba94846ef614137b2 (diff)
Update upstream source from tag 'upstream/1.4.0'
Update to upstream version '1.4.0' with Debian dir cd7a6640be44c60c0e0e97adbfc822d14f30affb
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/patches/0001-Patch-tests-against-Python-3.7.patch35
-rw-r--r--debian/patches/series1
3 files changed, 6 insertions, 36 deletions
diff --git a/debian/changelog b/debian/changelog
index 6c1ec93..231f824 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-tblib (1.4.0-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+
+ -- Colin Watson <cjwatson@debian.org> Sun, 05 May 2019 10:18:02 +0100
+
python-tblib (1.3.2-3) unstable; urgency=medium
[ Ondřej Nový ]
diff --git a/debian/patches/0001-Patch-tests-against-Python-3.7.patch b/debian/patches/0001-Patch-tests-against-Python-3.7.patch
deleted file mode 100644
index a151782..0000000
--- a/debian/patches/0001-Patch-tests-against-Python-3.7.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
-Date: Sat, 30 Jun 2018 20:51:57 -0400
-Subject: Patch tests against Python 3.7.
-
-Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
-
-Origin: vendor, https://src.fedoraproject.org/rpms/python-tblib/blob/master/f/0001-Patch-tests-against-Python-3.7.patch
-Bug: https://github.com/ionelmc/python-tblib/issues/36<Paste>
-Bug-Debian: https://bugs.debian.org/912034
-Last-Update: 2018-10-28
----
- README.rst | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/README.rst b/README.rst
-index a4838e7..051cc57 100644
---- a/README.rst
-+++ b/README.rst
-@@ -162,13 +162,13 @@ Unpickling
- ::
-
- >>> pickle.loads(s1)
-- (<...Exception'>, Exception('fail',), <traceback object at ...>)
-+ (<...Exception'>, Exception('fail'...), <traceback object at ...>)
-
- >>> pickle.loads(s2)
-- (<...Exception'>, Exception('fail',), <traceback object at ...>)
-+ (<...Exception'>, Exception('fail'...), <traceback object at ...>)
-
- >>> pickle.loads(s3)
-- (<...Exception'>, Exception('fail',), <traceback object at ...>)
-+ (<...Exception'>, Exception('fail'...), <traceback object at ...>)
-
- Raising
- ~~~~~~~
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ca9001c..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Patch-tests-against-Python-3.7.patch