Thu Jan 16 08:22:41 2020 UTC ()
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.


(adam)
diff -r1.15 -r1.16 pkgsrc/lang/py-six/Makefile
diff -r1.12 -r1.13 pkgsrc/lang/py-six/distinfo

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

--- pkgsrc/lang/py-six/Makefile 2019/11/06 09:28:21 1.15
+++ pkgsrc/lang/py-six/Makefile 2020/01/16 08:22:41 1.16
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.15 2019/11/06 09:28:21 adam Exp $ 1# $NetBSD: Makefile,v 1.16 2020/01/16 08:22:41 adam Exp $
2 2
3DISTNAME= six-1.13.0 3DISTNAME= six-1.14.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://github.com/benjaminp/six 9HOMEPAGE= https://github.com/benjaminp/six
10COMMENT= Python 2 and 3 compatibility utilities 10COMMENT= Python 2 and 3 compatibility utilities
11LICENSE= mit 11LICENSE= mit
12 12
13TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 13TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16 16

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

--- pkgsrc/lang/py-six/distinfo 2019/11/06 09:28:21 1.12
+++ pkgsrc/lang/py-six/distinfo 2020/01/16 08:22:41 1.13
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.12 2019/11/06 09:28:21 adam Exp $ 1$NetBSD: distinfo,v 1.13 2020/01/16 08:22:41 adam Exp $
2 2
3SHA1 (six-1.13.0.tar.gz) = e6c12160e3da5e164dac9846a1f171fca24e1a8c 3SHA1 (six-1.14.0.tar.gz) = 05568b5c867b19e52f5ae1b4989ef21516c58911
4RMD160 (six-1.13.0.tar.gz) = 61dd0979ff3a3c7c818fca2db92b3f4de68a3eb2 4RMD160 (six-1.14.0.tar.gz) = 8ca284d5893a99685f0b218c4e47f4e74f5bb080
5SHA512 (six-1.13.0.tar.gz) = 55eb8e23e529cb0d2ab9e7c85868e695f36c8235e914b1548eb4b9fd561e4237266bf1839457f15a9513d57a343cbf8ab809d6187499300791fd9356854fcb00 5SHA512 (six-1.14.0.tar.gz) = 4dea0f4e7961e8b582d665501c65852dc3b73516a0b6f78b0888c8670f1450df58bd3eea418777f41080b842ab6c3d8633be1034bcf920192e5590d5316e2c9e
6Size (six-1.13.0.tar.gz) = 33726 bytes 6Size (six-1.14.0.tar.gz) = 33857 bytes