From 68128458cf1446c8d3effa32af19c88537dce4ef Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 11 Nov 2019 14:54:46 -0300 Subject: community/py3-twisted: upgrade to 19.10.0 --- community/py3-twisted/fix-test-suite-python38.patch | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'community/py3-twisted/fix-test-suite-python38.patch') diff --git a/community/py3-twisted/fix-test-suite-python38.patch b/community/py3-twisted/fix-test-suite-python38.patch index 89faa9640b..8d096278f6 100644 --- a/community/py3-twisted/fix-test-suite-python38.patch +++ b/community/py3-twisted/fix-test-suite-python38.patch @@ -74,15 +74,14 @@ diff --git a/src/twisted/web/test/test_http.py b/src/twisted/web/test/test_http. index 6527e799c7..0c9d9b82ba 100644 --- a/src/twisted/web/test/test_http.py +++ b/src/twisted/web/test/test_http.py -@@ -7,7 +7,7 @@ Test HTTP support. +@@ -11,6 +11,7 @@ import base64 + import calendar + import cgi + import random ++import urllib.parse - from __future__ import absolute_import, division + import hamcrest --import random, cgi, base64, calendar -+import random, cgi, urllib.parse, base64, calendar - - try: - from urlparse import urlparse, urlunsplit, clear_cache @@ -2081,15 +2081,15 @@ Hello, class QueryArgumentsTests(unittest.TestCase): def testParseqs(self): -- cgit v1.2.3