Mon Sep 18 07:01:53 2017 UTC ()
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`.


(adam)
diff -r1.11 -r1.12 pkgsrc/lang/py-six/Makefile
diff -r1.9 -r1.10 pkgsrc/lang/py-six/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/lang/py-six/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/py-six/Makefile 2017/09/04 18:08:24 1.11
+++ pkgsrc/lang/py-six/Makefile 2017/09/18 07:01:53 1.12
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.11 2017/09/04 18:08:24 wiz Exp $ 1# $NetBSD: Makefile,v 1.12 2017/09/18 07:01:53 adam Exp $
2 2
3DISTNAME= six-1.10.0 3DISTNAME= six-1.11.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel lang python 5CATEGORIES= devel lang python
6MASTER_SITES= ${MASTER_SITE_PYPI:=s/six/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=s/six/}
7 7
8MAINTAINER= nils@NetBSD.org 8MAINTAINER= nils@NetBSD.org
9HOMEPAGE= https://pypi.python.org/pypi/six/ 9HOMEPAGE= https://pypi.python.org/pypi/six/
10COMMENT= Python 2 and 3 compatibility utilities 10COMMENT= Python 2 and 3 compatibility utilities
11LICENSE= mit 11LICENSE= mit
12 12
13# TEST_DEPENDS 13# TEST_DEPENDS
14# not enabled because this is a bootstrap package 14# not enabled because this is a bootstrap package
15#BUILD_DEPENDS+= ${PYPKGPREFIX}-py-[0-9]*:../../devel/py-py 15#BUILD_DEPENDS+= ${PYPKGPREFIX}-py-[0-9]*:../../devel/py-py
16#BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 16#BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test

cvs diff -r1.9 -r1.10 pkgsrc/lang/py-six/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/py-six/distinfo 2015/11/04 17:41:19 1.9
+++ pkgsrc/lang/py-six/distinfo 2017/09/18 07:01:53 1.10
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.9 2015/11/04 17:41:19 agc Exp $ 1$NetBSD: distinfo,v 1.10 2017/09/18 07:01:53 adam Exp $
2 2
3SHA1 (six-1.10.0.tar.gz) = 30d480d2e352e8e4c2aae042cf1bf33368ff0920 3SHA1 (six-1.11.0.tar.gz) = 3647372a0e104e7b53bd477762392024e1083ac0
4RMD160 (six-1.10.0.tar.gz) = 9c5e84a8d2640fc98b33f62896a4f9a3f64167ee 4RMD160 (six-1.11.0.tar.gz) = db622293776cc4fa176220af760dc368f9d866fb
5SHA512 (six-1.10.0.tar.gz) = 9a53b7bc8f7e8b358c930eaecf91cc5639176a699830153f586780c3e6d637f1bd31349a69c383574f99da19cb3a36524e7733a318f3572b27aefb69c6409c2e 5SHA512 (six-1.11.0.tar.gz) = 33f246a2e987141e17e5edad9d3537cf3aba0cbdd0bc2a907ea52ce0d674b1474f29c3dd5cc26605fd960396054b189ca5f501708333cad234c223131483fe24
6Size (six-1.10.0.tar.gz) = 29630 bytes 6Size (six-1.11.0.tar.gz) = 29860 bytes