summaryrefslogtreecommitdiff
path: root/lang/py-six
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-09-18 07:01:53 +0000
committeradam <adam@pkgsrc.org>2017-09-18 07:01:53 +0000
commit1e9c84ab24e712ab364bb9acb540bfcfe2b0fdef (patch)
treecd66a2f0012e8306a236f29240aa796d6e88f82c /lang/py-six
parentf9760fce8aa050eb6f6ff7d71f5e94cccfb19aae (diff)
downloadpkgsrc-1e9c84ab24e712ab364bb9acb540bfcfe2b0fdef.tar.gz
py-six: update to 1.11.0
1.11.0: - Pull request 178: `with_metaclass` now properly proxies `__prepare__` to the underlying metaclass. - Pull request 191: Allow `with_metaclass` to work with metaclasses implemented in C. - Pull request 203: Add parse_http_list and parse_keqv_list to moved urllib.request. - Pull request 172 and issue 171: Add unquote_to_bytes to moved urllib.parse. - Pull request 167: Add `six.moves.getoutput`. - Pull request 80: Add `six.moves.urllib_parse.splitvalue`. - Pull request 75: Add `six.moves.email_mime_image`. - Pull request 72: Avoid creating reference cycles through tracebacks in `reraise`.
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 0ae1d06491e..e1e67c1e03f 100644
--- a/lang/py-six/Makefile
+++ b/lang/py-six/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2017/09/04 18:08:24 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2017/09/18 07:01:53 adam Exp $
-DISTNAME= six-1.10.0
+DISTNAME= six-1.11.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 589c7bed8b3..42134d31f57 100644
--- a/lang/py-six/distinfo
+++ b/lang/py-six/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2015/11/04 17:41:19 agc Exp $
+$NetBSD: distinfo,v 1.10 2017/09/18 07:01:53 adam Exp $
-SHA1 (six-1.10.0.tar.gz) = 30d480d2e352e8e4c2aae042cf1bf33368ff0920
-RMD160 (six-1.10.0.tar.gz) = 9c5e84a8d2640fc98b33f62896a4f9a3f64167ee
-SHA512 (six-1.10.0.tar.gz) = 9a53b7bc8f7e8b358c930eaecf91cc5639176a699830153f586780c3e6d637f1bd31349a69c383574f99da19cb3a36524e7733a318f3572b27aefb69c6409c2e
-Size (six-1.10.0.tar.gz) = 29630 bytes
+SHA1 (six-1.11.0.tar.gz) = 3647372a0e104e7b53bd477762392024e1083ac0
+RMD160 (six-1.11.0.tar.gz) = db622293776cc4fa176220af760dc368f9d866fb
+SHA512 (six-1.11.0.tar.gz) = 33f246a2e987141e17e5edad9d3537cf3aba0cbdd0bc2a907ea52ce0d674b1474f29c3dd5cc26605fd960396054b189ca5f501708333cad234c223131483fe24
+Size (six-1.11.0.tar.gz) = 29860 bytes