pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Nov  3 07:52:58 UTC 2024

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

Log Message:
py-test-randomly: updated to 3.16.0

3.16.0 (2024-10-25)

* Drop Python 3.8 support.
* Support Python 3.13.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-test-randomly/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-test-randomly/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-test-randomly/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-randomly/Makefile
diff -u pkgsrc/devel/py-test-randomly/Makefile:1.13 pkgsrc/devel/py-test-randomly/Makefile:1.14
--- pkgsrc/devel/py-test-randomly/Makefile:1.13 Sat Jan 20 16:07:57 2024
+++ pkgsrc/devel/py-test-randomly/Makefile      Sun Nov  3 07:52:58 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2024/01/20 16:07:57 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2024/11/03 07:52:58 adam Exp $
 
-DISTNAME=      pytest_randomly-3.15.0
+DISTNAME=      pytest_randomly-3.16.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-randomly/}
 
@@ -17,15 +16,10 @@ DEPENDS+=   ${PYPKGPREFIX}-test-[0-9]*:../
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 310
 DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata>=3.6.0:../../devel/py-importlib-metadata
 .endif
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-test-randomly/PLIST
diff -u pkgsrc/devel/py-test-randomly/PLIST:1.4 pkgsrc/devel/py-test-randomly/PLIST:1.5
--- pkgsrc/devel/py-test-randomly/PLIST:1.4     Sat Oct 28 19:57:07 2023
+++ pkgsrc/devel/py-test-randomly/PLIST Sun Nov  3 07:52:58 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2023/10/28 19:57:07 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2024/11/03 07:52:58 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -8,7 +8,4 @@ ${PYSITELIB}/${WHEEL_INFODIR}/top_level.
 ${PYSITELIB}/pytest_randomly/__init__.py
 ${PYSITELIB}/pytest_randomly/__init__.pyc
 ${PYSITELIB}/pytest_randomly/__init__.pyo
-${PYSITELIB}/pytest_randomly/compat.py
-${PYSITELIB}/pytest_randomly/compat.pyc
-${PYSITELIB}/pytest_randomly/compat.pyo
 ${PYSITELIB}/pytest_randomly/py.typed

Index: pkgsrc/devel/py-test-randomly/distinfo
diff -u pkgsrc/devel/py-test-randomly/distinfo:1.11 pkgsrc/devel/py-test-randomly/distinfo:1.12
--- pkgsrc/devel/py-test-randomly/distinfo:1.11 Sun Aug 27 20:19:50 2023
+++ pkgsrc/devel/py-test-randomly/distinfo      Sun Nov  3 07:52:58 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2023/08/27 20:19:50 adam Exp $
+$NetBSD: distinfo,v 1.12 2024/11/03 07:52:58 adam Exp $
 
-BLAKE2s (pytest_randomly-3.15.0.tar.gz) = 4c87f69edc81abb57a012f2b7b83edd6af123db863432541e8e3b1e35b3ffa4f
-SHA512 (pytest_randomly-3.15.0.tar.gz) = b160b5168d11f87946a17fd58dc0b7b4df4ff8ff25fa3b3a6ca5bc97e241bf4d46359898e39aa94f53c12cc531728a548bb1922b0eef7e699ae3d3e2e02c23ad
-Size (pytest_randomly-3.15.0.tar.gz) = 21743 bytes
+BLAKE2s (pytest_randomly-3.16.0.tar.gz) = a4011154d5bdacddebaafc3472bdaea57619b39efb50902832d0be9c27ec11f0
+SHA512 (pytest_randomly-3.16.0.tar.gz) = d14adeabb9841ae0ffa7a76b85aeaf642a9666314e52fe39a92746705c494d55adaaaa02aa366b7fd3e79e464bf7a9f085c38d58262141149ffab2225fa5406a
+Size (pytest_randomly-3.16.0.tar.gz) = 13367 bytes



Home | Main Index | Thread Index | Old Index