pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/py-six py-six: updated to 1.13.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00d7fe55ecef
branches:  trunk
changeset: 417199:00d7fe55ecef
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 06 09:28:21 2019 +0000

description:
py-six: updated to 1.13.0

1.13.0
- Add `six.moves.dbm_ndbm`.
- Add `six.moves.collections_abc`, which aliases the `collections`
  module on Python 2-3.2 and the `collections.abc` on Python 3.3 and greater.
- Re-add distutils fallback in `setup.py`.
- On Python 3.7, `with_metaclass` supports classes using PEP
  560 features.

diffstat:

 lang/py-six/Makefile |   8 ++++----
 lang/py-six/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (43 lines):

diff -r 74903e454801 -r 00d7fe55ecef lang/py-six/Makefile
--- a/lang/py-six/Makefile      Wed Nov 06 09:17:46 2019 +0000
+++ b/lang/py-six/Makefile      Wed Nov 06 09:28:21 2019 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.14 2018/12/10 08:53:10 adam Exp $
+# $NetBSD: Makefile,v 1.15 2019/11/06 09:28:21 adam Exp $
 
-DISTNAME=      six-1.12.0
+DISTNAME=      six-1.13.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/six/}
 
 MAINTAINER=    nils%NetBSD.org@localhost
-HOMEPAGE=      https://pypi.python.org/pypi/six/
+HOMEPAGE=      https://github.com/benjaminp/six
 COMMENT=       Python 2 and 3 compatibility utilities
 LICENSE=       mit
 
@@ -15,7 +15,7 @@
 USE_LANGUAGES= # none
 
 do-test:
-       cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
+       cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 74903e454801 -r 00d7fe55ecef lang/py-six/distinfo
--- a/lang/py-six/distinfo      Wed Nov 06 09:17:46 2019 +0000
+++ b/lang/py-six/distinfo      Wed Nov 06 09:28:21 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/12/10 08:53:10 adam Exp $
+$NetBSD: distinfo,v 1.12 2019/11/06 09:28:21 adam Exp $
 
-SHA1 (six-1.12.0.tar.gz) = 1957b44942be21822414f4dde936e6c40b687565
-RMD160 (six-1.12.0.tar.gz) = a23af7c96557f8a654def4c3d07e3bdff09ee30a
-SHA512 (six-1.12.0.tar.gz) = 937728372edf1e0ac13bbd706723d0de35e015c30d0ae41f789c5ed2e3669bb0db70cdc6e036ec2d437a6c4aa0d5d1e727b6d09ac34cca7e4e92e5d3b4775151
-Size (six-1.12.0.tar.gz) = 32725 bytes
+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



Home | Main Index | Thread Index | Old Index