[Python-modules-commits] r33196 - in packages/python-tornado/branches/bpo80/debian (3 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Tue Jun 30 19:53:35 UTC 2015


    Date: Tuesday, June 30, 2015 @ 19:53:34
  Author: morph
Revision: 33196

releasing version 4.2.0-1~bpo8+1

Added:
  packages/python-tornado/branches/bpo80/debian/patches/skip-ipv6.patch
Modified:
  packages/python-tornado/branches/bpo80/debian/changelog
  packages/python-tornado/branches/bpo80/debian/patches/series

Modified: packages/python-tornado/branches/bpo80/debian/changelog
===================================================================
--- packages/python-tornado/branches/bpo80/debian/changelog	2015-06-30 18:54:39 UTC (rev 33195)
+++ packages/python-tornado/branches/bpo80/debian/changelog	2015-06-30 19:53:34 UTC (rev 33196)
@@ -1,3 +1,10 @@
+python-tornado (4.2.0-1~bpo8+1) jessie-backports; urgency=low
+
+  * Rebuild for jessie-backports.
+  * added debian/patches/skip-ipv6.patch, test fails on Jessie
+
+ -- Sandro Tosi <morph at debian.org>  Tue, 30 Jun 2015 15:00:45 -0400
+
 python-tornado (4.2.0-1) unstable; urgency=medium
 
   * Update to latest upstream (Closes: #779035)

Modified: packages/python-tornado/branches/bpo80/debian/patches/series
===================================================================
--- packages/python-tornado/branches/bpo80/debian/patches/series	2015-06-30 18:54:39 UTC (rev 33195)
+++ packages/python-tornado/branches/bpo80/debian/patches/series	2015-06-30 19:53:34 UTC (rev 33196)
@@ -3,3 +3,4 @@
 skip-timing-tests.patch
 sockopt.patch
 without-certifi.patch
+skip-ipv6.patch

Added: packages/python-tornado/branches/bpo80/debian/patches/skip-ipv6.patch
===================================================================
--- packages/python-tornado/branches/bpo80/debian/patches/skip-ipv6.patch	                        (rev 0)
+++ packages/python-tornado/branches/bpo80/debian/patches/skip-ipv6.patch	2015-06-30 19:53:34 UTC (rev 33196)
@@ -0,0 +1,13 @@
+Index: python-tornado-4.2.0/tornado/test/simple_httpclient_test.py
+===================================================================
+--- python-tornado-4.2.0.orig/tornado/test/simple_httpclient_test.py	2015-05-26 21:46:05.000000000 -0400
++++ python-tornado-4.2.0/tornado/test/simple_httpclient_test.py	2015-06-30 15:44:09.158075427 -0400
+@@ -250,7 +250,7 @@
+         # trigger the hanging request to let it clean up after itself
+         self.triggers.popleft()()
+ 
+-    @skipIfNoIPv6
++    @unittest.skip("fails on jessie")
+     def test_ipv6(self):
+         try:
+             [sock] = bind_sockets(None, '::1', family=socket.AF_INET6)




More information about the Python-modules-commits mailing list