pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-runner



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct 25 09:41:54 UTC 2019

Modified Files:
        pkgsrc/devel/py-test-runner: Makefile PLIST distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-test-runner/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test-runner/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-test-runner/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-test-runner/Makefile
diff -u pkgsrc/devel/py-test-runner/Makefile:1.16 pkgsrc/devel/py-test-runner/Makefile:1.17
--- pkgsrc/devel/py-test-runner/Makefile:1.16   Fri Feb 15 08:52:38 2019
+++ pkgsrc/devel/py-test-runner/Makefile        Fri Oct 25 09:41:54 2019
@@ -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/}

Index: pkgsrc/devel/py-test-runner/PLIST
diff -u pkgsrc/devel/py-test-runner/PLIST:1.3 pkgsrc/devel/py-test-runner/PLIST:1.4
--- pkgsrc/devel/py-test-runner/PLIST:1.3       Thu Sep  7 15:02:43 2017
+++ pkgsrc/devel/py-test-runner/PLIST   Fri Oct 25 09:41:54 2019
@@ -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

Index: pkgsrc/devel/py-test-runner/distinfo
diff -u pkgsrc/devel/py-test-runner/distinfo:1.13 pkgsrc/devel/py-test-runner/distinfo:1.14
--- pkgsrc/devel/py-test-runner/distinfo:1.13   Fri Feb 15 08:52:38 2019
+++ pkgsrc/devel/py-test-runner/distinfo        Fri Oct 25 09:41:54 2019
@@ -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
-RMD160 (pytest-runner-4.4.tar.gz) = fb011c07f52722e4bf05c808ceb7526c88203b97
-SHA512 (pytest-runner-4.4.tar.gz) = 3122e556bc7ad41f48a8044b6c8555aed41bbed1ccaafe39bbd0aff51c4b656c4de954ccd99b5122f95763dad7ad54a2ae78d4e9522364ea6bbafecb967b09f5
-Size (pytest-runner-4.4.tar.gz) = 11936 bytes
+SHA1 (pytest-runner-5.1.tar.gz) = 42487e5023a82152408017f88d5eaa71fab28d13
+RMD160 (pytest-runner-5.1.tar.gz) = 9a0178ca97ee46c375065b2cb65cdc4fe559174e
+SHA512 (pytest-runner-5.1.tar.gz) = db98e5247aec3f545f4ab680f6ba739910bf119b0d08ea7d8c48cac2d97482e22aa9722c3307ad170e474ea6b793af32f6ac7c8926ccbb4e694c22cb7e6b50f4
+Size (pytest-runner-5.1.tar.gz) = 15895 bytes



Home | Main Index | Thread Index | Old Index