Fri Oct 25 09:41:54 2019 UTC ()
py-test-runner: updated to 5.1

5.1:
Surgically restore support for older setuptools versions.

5.0
Prefer pyproject.toml

Refresh package metadata.

This release now intentionally introduces the changes unintionally brought about in 4.5 and 4.3, where the adoption of declarative config adds a new requirement on setuptools 30.4 or later. On systems running older setuptools, installation of pytest-runner via easy_install (or setup_requires), will result in a DistributionNotFound exception.

All projects should pin to pytest-runner < 5 or upgrade the environment to setuptools >= 30.4 (prior to invoking setup.py).


(adam)
diff -r1.16 -r1.17 pkgsrc/devel/py-test-runner/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/py-test-runner/PLIST
diff -r1.13 -r1.14 pkgsrc/devel/py-test-runner/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/devel/py-test-runner/Makefile (expand / switch to context diff)
--- pkgsrc/devel/py-test-runner/Makefile 2019/02/15 08:52:38 1.16
+++ pkgsrc/devel/py-test-runner/Makefile 2019/10/25 09:41:54 1.17
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2019/02/15 08:52:38 adam Exp $
+# $NetBSD: Makefile,v 1.17 2019/10/25 09:41:54 adam Exp $
 
-DISTNAME=	pytest-runner-4.4
+DISTNAME=	pytest-runner-5.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pytest-runner/}

cvs diff -r1.3 -r1.4 pkgsrc/devel/py-test-runner/PLIST (expand / switch to context diff)
--- pkgsrc/devel/py-test-runner/PLIST 2017/09/07 15:02:43 1.3
+++ pkgsrc/devel/py-test-runner/PLIST 2019/10/25 09:41:54 1.4
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2017/09/07 15:02:43 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/10/25 09:41:54 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/ptr.py

cvs diff -r1.13 -r1.14 pkgsrc/devel/py-test-runner/distinfo (expand / switch to context diff)
--- pkgsrc/devel/py-test-runner/distinfo 2019/02/15 08:52:38 1.13
+++ pkgsrc/devel/py-test-runner/distinfo 2019/10/25 09:41:54 1.14
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2019/02/15 08:52:38 adam Exp $
+$NetBSD: distinfo,v 1.14 2019/10/25 09:41:54 adam Exp $
 
-SHA1 (pytest-runner-4.4.tar.gz) = 372943aea8561e086d55f7e9008622b67d6a7b56
+SHA1 (pytest-runner-5.1.tar.gz) = 42487e5023a82152408017f88d5eaa71fab28d13
-RMD160 (pytest-runner-4.4.tar.gz) = fb011c07f52722e4bf05c808ceb7526c88203b97
+RMD160 (pytest-runner-5.1.tar.gz) = 9a0178ca97ee46c375065b2cb65cdc4fe559174e
-SHA512 (pytest-runner-4.4.tar.gz) = 3122e556bc7ad41f48a8044b6c8555aed41bbed1ccaafe39bbd0aff51c4b656c4de954ccd99b5122f95763dad7ad54a2ae78d4e9522364ea6bbafecb967b09f5
+SHA512 (pytest-runner-5.1.tar.gz) = db98e5247aec3f545f4ab680f6ba739910bf119b0d08ea7d8c48cac2d97482e22aa9722c3307ad170e474ea6b793af32f6ac7c8926ccbb4e694c22cb7e6b50f4
-Size (pytest-runner-4.4.tar.gz) = 11936 bytes
+Size (pytest-runner-5.1.tar.gz) = 15895 bytes