pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test-runner py-test-runner: updated to 5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/79fce73c121c
branches:  trunk
changeset: 342762:79fce73c121c
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Oct 25 09:41:54 2019 +0000

description:
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).

diffstat:

 devel/py-test-runner/Makefile |   4 ++--
 devel/py-test-runner/PLIST    |   3 +--
 devel/py-test-runner/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (41 lines):

diff -r eb7106943f7c -r 79fce73c121c devel/py-test-runner/Makefile
--- a/devel/py-test-runner/Makefile     Fri Oct 25 09:38:43 2019 +0000
+++ b/devel/py-test-runner/Makefile     Fri Oct 25 09:41:54 2019 +0000
@@ -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/}
diff -r eb7106943f7c -r 79fce73c121c devel/py-test-runner/PLIST
--- a/devel/py-test-runner/PLIST        Fri Oct 25 09:38:43 2019 +0000
+++ b/devel/py-test-runner/PLIST        Fri Oct 25 09:41:54 2019 +0000
@@ -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
diff -r eb7106943f7c -r 79fce73c121c devel/py-test-runner/distinfo
--- a/devel/py-test-runner/distinfo     Fri Oct 25 09:38:43 2019 +0000
+++ b/devel/py-test-runner/distinfo     Fri Oct 25 09:41:54 2019 +0000
@@ -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