Wed May 27 12:14:31 2020 UTC ()
py-six: updated to 1.15.0

1.15.0:
Optimize `six.ensure_str` and `six.ensure_binary`.


(adam)
diff -r1.17 -r1.18 pkgsrc/lang/py-six/Makefile
diff -r1.13 -r1.14 pkgsrc/lang/py-six/distinfo

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

--- pkgsrc/lang/py-six/Makefile 2020/05/17 18:39:29 1.17
+++ pkgsrc/lang/py-six/Makefile 2020/05/27 12:14:31 1.18
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.17 2020/05/17 18:39:29 adam Exp $ 1# $NetBSD: Makefile,v 1.18 2020/05/27 12:14:31 adam Exp $
2 2
3DISTNAME= six-1.14.0 3DISTNAME= six-1.15.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel lang python 5CATEGORIES= 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
13PYTHON_VERSIONED_DEPENDENCIES= test:test 13PYTHON_VERSIONED_DEPENDENCIES= test:test
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16 16
17do-test: 17do-test:
18 cd ${WRKSRC} && pytest-${PYVERSSUFFIX} 18 cd ${WRKSRC} && pytest-${PYVERSSUFFIX}

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

--- pkgsrc/lang/py-six/distinfo 2020/01/16 08:22:41 1.13
+++ pkgsrc/lang/py-six/distinfo 2020/05/27 12:14:31 1.14
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.13 2020/01/16 08:22:41 adam Exp $ 1$NetBSD: distinfo,v 1.14 2020/05/27 12:14:31 adam Exp $
2 2
3SHA1 (six-1.14.0.tar.gz) = 05568b5c867b19e52f5ae1b4989ef21516c58911 3SHA1 (six-1.15.0.tar.gz) = a785c20658b3676333c749436f088394c12b0c26
4RMD160 (six-1.14.0.tar.gz) = 8ca284d5893a99685f0b218c4e47f4e74f5bb080 4RMD160 (six-1.15.0.tar.gz) = cee285cfd4f91cff80a7b6fd3f3eb0e544f038fc
5SHA512 (six-1.14.0.tar.gz) = 4dea0f4e7961e8b582d665501c65852dc3b73516a0b6f78b0888c8670f1450df58bd3eea418777f41080b842ab6c3d8633be1034bcf920192e5590d5316e2c9e 5SHA512 (six-1.15.0.tar.gz) = eb840ac17f433f1fc4af56de75cfbfe0b54e6a737bb23c453bf09a4a13d768d153e46064880dc763f4c5cc2785b78ea6d3d3b4a41fed181cb9064837e3f699a9
6Size (six-1.14.0.tar.gz) = 33857 bytes 6Size (six-1.15.0.tar.gz) = 33917 bytes