aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Romanenko <Dmitry@Romanenko.in>2019-01-08 23:10:15 -0500
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-07-15 10:06:41 +0000
commit2dcec3d63069ab8db268021f40f99fb2bf7bf903 (patch)
tree8ab24d055edbee80c5164134c1feb2613af59039
parentdc05acf927c724731a134fec45f78cefc3bc6939 (diff)
downloadaports-2dcec3d63069ab8db268021f40f99fb2bf7bf903.tar.bz2
aports-2dcec3d63069ab8db268021f40f99fb2bf7bf903.tar.xz
main/py-six: upgrade to 1.12.0, added tests
Needed by py3-fakeredis, see #10548 and https://github.com/benjaminp/six/blob/master/CHANGES Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
-rw-r--r--main/py-six/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py-six/APKBUILD b/main/py-six/APKBUILD
index 5469cb8eb5..b8553298f5 100644
--- a/main/py-six/APKBUILD
+++ b/main/py-six/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=py-six
_pkgname=six
-pkgver=1.11.0
+pkgver=1.12.0
pkgrel=0
pkgdesc="Python 2 and 3 compatibility library"
url="https://pypi.python.org/pypi/six"
@@ -43,4 +43,4 @@ _py3() {
_py python3
}
-sha512sums="f301c6e3c159fc87c121a6b860e4a24fa77ca2d23c3beb29201f7ba0ef71188d683d103fd3f44f50bc774a0682183256ac119e20463d389ebe0f481e2c4711f9 py-six-1.11.0.tar.gz"
+sha512sums="67f218ec591411b4a460e4e2744083b7e128440a50d006433cd85a7485b3f4bbf37830bee4cfd3e24194e4873f9ad251a62900e2f5fce7429d647b3df14543c3 py-six-1.12.0.tar.gz"