summaryrefslogtreecommitdiff
path: root/lang/py-six
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-01-16 08:22:41 +0000
committeradam <adam@pkgsrc.org>2020-01-16 08:22:41 +0000
commitd76f6c38a595eab805e815258bc41d2d4339d174 (patch)
treeb6377cffcd181a19155c20bec76127f2bebff59c /lang/py-six
parent2a1d52130ea8b03da808bfdf49310f3f929861da (diff)
downloadpkgsrc-d76f6c38a595eab805e815258bc41d2d4339d174.tar.gz
py-six: updated to 1.14.0
1.14.0 - Issue 288, pull request 289: Add `six.assertNotRegex`. - Issue 317: `six.moves._dummy_thread` now points to the `_thread` module on Python 3.9+. Python 3.7 and later requires threading and deprecated the `_dummy_thread` module. - Issue 308, pull request 314: Remove support for Python 2.6 and Python 3.2. - Issue 250, issue 165, pull request 251: `six.wraps` now ignores missing attributes. This follows the Python 3.2+ standard library behavior.
Diffstat (limited to 'lang/py-six')
-rw-r--r--lang/py-six/Makefile4
-rw-r--r--lang/py-six/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/py-six/Makefile b/lang/py-six/Makefile
index 943d84cbfca..a935a862c75 100644
--- a/lang/py-six/Makefile
+++ b/lang/py-six/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2019/11/06 09:28:21 adam Exp $
+# $NetBSD: Makefile,v 1.16 2020/01/16 08:22:41 adam Exp $
-DISTNAME= six-1.13.0
+DISTNAME= six-1.14.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/six/}
diff --git a/lang/py-six/distinfo b/lang/py-six/distinfo
index f1628c3fff1..b067cd36161 100644
--- a/lang/py-six/distinfo
+++ b/lang/py-six/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2019/11/06 09:28:21 adam Exp $
+$NetBSD: distinfo,v 1.13 2020/01/16 08:22:41 adam Exp $
-SHA1 (six-1.13.0.tar.gz) = e6c12160e3da5e164dac9846a1f171fca24e1a8c
-RMD160 (six-1.13.0.tar.gz) = 61dd0979ff3a3c7c818fca2db92b3f4de68a3eb2
-SHA512 (six-1.13.0.tar.gz) = 55eb8e23e529cb0d2ab9e7c85868e695f36c8235e914b1548eb4b9fd561e4237266bf1839457f15a9513d57a343cbf8ab809d6187499300791fd9356854fcb00
-Size (six-1.13.0.tar.gz) = 33726 bytes
+SHA1 (six-1.14.0.tar.gz) = 05568b5c867b19e52f5ae1b4989ef21516c58911
+RMD160 (six-1.14.0.tar.gz) = 8ca284d5893a99685f0b218c4e47f4e74f5bb080
+SHA512 (six-1.14.0.tar.gz) = 4dea0f4e7961e8b582d665501c65852dc3b73516a0b6f78b0888c8670f1450df58bd3eea418777f41080b842ab6c3d8633be1034bcf920192e5590d5316e2c9e
+Size (six-1.14.0.tar.gz) = 33857 bytes