aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-11 14:54:46 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-11-11 16:30:49 -0300
commit68128458cf1446c8d3effa32af19c88537dce4ef (patch)
tree7e298e15d3e026229449753304a9bb0ba8ea98fc
parent24d3a13e8867f14f1f85e5abd6a16777757792fb (diff)
downloadaports-68128458cf1446c8d3effa32af19c88537dce4ef.tar.bz2
aports-68128458cf1446c8d3effa32af19c88537dce4ef.tar.xz
community/py3-twisted: upgrade to 19.10.0
-rw-r--r--community/py3-twisted/APKBUILD8
-rw-r--r--community/py3-twisted/fix-test-suite-python38.patch13
2 files changed, 10 insertions, 11 deletions
diff --git a/community/py3-twisted/APKBUILD b/community/py3-twisted/APKBUILD
index 4ba0572160..7eee51e943 100644
--- a/community/py3-twisted/APKBUILD
+++ b/community/py3-twisted/APKBUILD
@@ -1,8 +1,8 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=py3-twisted
_pkgname=Twisted
-pkgver=19.7.0
-pkgrel=2
+pkgver=19.10.0
+pkgrel=0
pkgdesc="Asynchronous networking framework written in Python3"
url="http://twistedmatrix.com/"
arch="all"
@@ -55,7 +55,7 @@ doc() {
default_doc
}
-sha512sums="46588008f0be63f9ec8cfb88bb81f4268e59e8dead8256c36144b521eb3e58726f4d8c9016b7157365b26929e39a3fa6ff2cc2a9f83e8cfa7f1acc43d31297c4 Twisted-19.7.0.tar.bz2
+sha512sums="de8d7fd0b2081cebeff68b060c8469377011648bc563a94a993d3530fb007ed42c3a54925c9a10c465ee7a3065cc9108ace12d10d358223fab13494becb9ac4b Twisted-19.10.0.tar.bz2
b8532d6ad572c7f13cddce35e2aa03d28b7e2b22ace7976e92e617aa26f15ea518f8cbd5efd560f841a585356323815d39257a49b39c9caae505ceff44c4435c remove-locale-dependent-tests.patch
2bacc91852875fa0b090e0a685204846485b32e3c41a4b0b933c90cf6736ba1a34bd04c3151dae256a1b2046c757985952bb050565b8dcd428199a9f7ddbcfca disable-failing-test.patch
-6819dae640c64d81858603d02299dd73d9bfd38dbb36ca7a9af97fb2315bee29f40035aabe4b4c4323a963fcdbc878bd4d81ef6ac8210b249d2fcb89f45d732c fix-test-suite-python38.patch"
+0e0434c054f711ae4b4d2d29aed8c40f467610b6d0cdbf0525d8255147de30e46298f18df2ed3c2de5719a6c607a12c98ca70b9235fb0c8e64569a313df1b902 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):