pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-testscenarios
Module Name: pkgsrc
Committed By: adam
Date: Thu Jul 2 08:40:19 UTC 2026
Modified Files:
pkgsrc/devel/py-testscenarios: Makefile PLIST distinfo
Log Message:
py-testscenarios: updated to 0.6.2
0.6.2
CHANGES
* The test suite has moved from ``testscenarios/tests`` to a top-level
``tests`` directory, so it is no longer installed as part of the wheel.
* Require testtools >= 2.8.7 in the ``test`` extra, the first release in
which ``iterate_tests`` again accepts plain lists.
0.6.1
IMPROVEMENTS
* Fix package metadata (Mikel Olasagasti Uranga)
* Fix test loading (Mikel Olasagasti Uranga)
0.6
IMPROVEMENTS
* Claim Python 3.10 - 3.14 support. (Jürgen Gmach, Jelmer Vernooij)
* Fix compatiblility with recent versions of `fixtures`, `testtools`
(Jelmer Vernooij)
* Format with ``ruff format``. (Jelmer Vernooij)
* Use ruff for linting. (Jelmer Vernooij)
CHANGES
* Dropped support for Python < 3.10. (Jürgen Gmach, Jelmer Vernooij)
* Cleaned up meta data. (Jürgen Gmach)
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-testscenarios/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-testscenarios/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-testscenarios/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-testscenarios/Makefile
diff -u pkgsrc/devel/py-testscenarios/Makefile:1.11 pkgsrc/devel/py-testscenarios/Makefile:1.12
--- pkgsrc/devel/py-testscenarios/Makefile:1.11 Tue Jan 6 11:18:43 2026
+++ pkgsrc/devel/py-testscenarios/Makefile Thu Jul 2 08:40:19 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2026/01/06 11:18:43 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2026/07/02 08:40:19 adam Exp $
-DISTNAME= testscenarios-0.5.0
+DISTNAME= testscenarios-0.6.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=t/testscenarios/}
@@ -11,12 +10,11 @@ HOMEPAGE= https://pypi.python.org/pypi/t
COMMENT= Pyunit extension for dependency injection
LICENSE= apache-2.0 OR modified-bsd
-DEPENDS+= ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
-DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0:../../devel/py-hatch-vcs
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0:../../devel/py-hatchling
+TEST_DEPENDS+= ${PYPKGPREFIX}-testtools>=2.8.7:../../devel/py-testtools
-PYTHON_VERSIONS_INCOMPATIBLE= 310 311 # py-sphinx via py-pbr
+USE_LANGUAGES= # none
-TEST_TARGET= check
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-testscenarios/PLIST
diff -u pkgsrc/devel/py-testscenarios/PLIST:1.1 pkgsrc/devel/py-testscenarios/PLIST:1.2
--- pkgsrc/devel/py-testscenarios/PLIST:1.1 Wed Feb 22 14:21:40 2017
+++ pkgsrc/devel/py-testscenarios/PLIST Thu Jul 2 08:40:19 2026
@@ -1,26 +1,17 @@
-@comment $NetBSD: PLIST,v 1.1 2017/02/22 14:21:40 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/pbr.json
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2026/07/02 08:40:19 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
${PYSITELIB}/testscenarios/__init__.py
${PYSITELIB}/testscenarios/__init__.pyc
${PYSITELIB}/testscenarios/__init__.pyo
+${PYSITELIB}/testscenarios/_version.py
+${PYSITELIB}/testscenarios/_version.pyc
+${PYSITELIB}/testscenarios/_version.pyo
${PYSITELIB}/testscenarios/scenarios.py
${PYSITELIB}/testscenarios/scenarios.pyc
${PYSITELIB}/testscenarios/scenarios.pyo
${PYSITELIB}/testscenarios/testcase.py
${PYSITELIB}/testscenarios/testcase.pyc
${PYSITELIB}/testscenarios/testcase.pyo
-${PYSITELIB}/testscenarios/tests/__init__.py
-${PYSITELIB}/testscenarios/tests/__init__.pyc
-${PYSITELIB}/testscenarios/tests/__init__.pyo
-${PYSITELIB}/testscenarios/tests/test_scenarios.py
-${PYSITELIB}/testscenarios/tests/test_scenarios.pyc
-${PYSITELIB}/testscenarios/tests/test_scenarios.pyo
-${PYSITELIB}/testscenarios/tests/test_testcase.py
-${PYSITELIB}/testscenarios/tests/test_testcase.pyc
-${PYSITELIB}/testscenarios/tests/test_testcase.pyo
Index: pkgsrc/devel/py-testscenarios/distinfo
diff -u pkgsrc/devel/py-testscenarios/distinfo:1.3 pkgsrc/devel/py-testscenarios/distinfo:1.4
--- pkgsrc/devel/py-testscenarios/distinfo:1.3 Tue Oct 26 10:19:11 2021
+++ pkgsrc/devel/py-testscenarios/distinfo Thu Jul 2 08:40:19 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:19:11 nia Exp $
+$NetBSD: distinfo,v 1.4 2026/07/02 08:40:19 adam Exp $
-BLAKE2s (testscenarios-0.5.0.tar.gz) = bff9ac74dfcfb3c9e6ea7f1fca2b0fa275be9d671cc0e91d0f38dfa5be3b8ac3
-SHA512 (testscenarios-0.5.0.tar.gz) = f08b868babf504482369c5cb945d3e95bca1cc00f92d5013f6898c488051be0c26dc49aaabcef362aea45450a8d041d9826fb6b5c848beec013fb102d6935521
-Size (testscenarios-0.5.0.tar.gz) = 20951 bytes
+BLAKE2s (testscenarios-0.6.2.tar.gz) = d317d0fe4f42a53bdead77533518647fe8b328d1fddd95c6cc9eb2ed03ed43f1
+SHA512 (testscenarios-0.6.2.tar.gz) = 701d73493dbe8b4f0d37acdc316bc68aafb7819b3067f545bcdf87c3e163cec069087bc0dde79fe8582226950fcbc92979123f3660d1ab27496b52f3af2a6c4c
+Size (testscenarios-0.6.2.tar.gz) = 15698 bytes
Home |
Main Index |
Thread Index |
Old Index