pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-lazy-fixtures
Module Name: pkgsrc
Committed By: adam
Date: Fri Jul 25 09:44:39 UTC 2025
Modified Files:
pkgsrc/devel/py-test-lazy-fixtures: Makefile PLIST distinfo
Log Message:
py-test-lazy-fixtures: updated to 1.3.2
1.3.2
Fix nested fixtures collection
1.3.1
Fix collect_fixtures
1.3.0
Add deadfixtures support
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-test-lazy-fixtures/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-lazy-fixtures/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-test-lazy-fixtures/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-lazy-fixtures/Makefile
diff -u pkgsrc/devel/py-test-lazy-fixtures/Makefile:1.6 pkgsrc/devel/py-test-lazy-fixtures/Makefile:1.7
--- pkgsrc/devel/py-test-lazy-fixtures/Makefile:1.6 Tue May 27 19:03:11 2025
+++ pkgsrc/devel/py-test-lazy-fixtures/Makefile Fri Jul 25 09:44:39 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2025/05/27 19:03:11 adam Exp $
+# $NetBSD: Makefile,v 1.7 2025/07/25 09:44:39 adam Exp $
-DISTNAME= pytest_lazy_fixtures-1.1.4
+DISTNAME= pytest_lazy_fixtures-1.3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/g}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-lazy-fixtures/}
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/dev-petrov/
COMMENT= Allows you to use fixtures in @pytest.mark.parametrize
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core-[0-9]*:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
DEPENDS+= ${PYPKGPREFIX}-test>=7:../../devel/py-test
USE_LANGUAGES= # none
Index: pkgsrc/devel/py-test-lazy-fixtures/PLIST
diff -u pkgsrc/devel/py-test-lazy-fixtures/PLIST:1.1 pkgsrc/devel/py-test-lazy-fixtures/PLIST:1.2
--- pkgsrc/devel/py-test-lazy-fixtures/PLIST:1.1 Wed Feb 21 12:20:55 2024
+++ pkgsrc/devel/py-test-lazy-fixtures/PLIST Fri Jul 25 09:44:39 2025
@@ -1,12 +1,15 @@
-@comment $NetBSD: PLIST,v 1.1 2024/02/21 12:20:55 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.2 2025/07/25 09:44:39 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/pytest_lazy_fixtures/__init__.py
${PYSITELIB}/pytest_lazy_fixtures/__init__.pyc
${PYSITELIB}/pytest_lazy_fixtures/__init__.pyo
+${PYSITELIB}/pytest_lazy_fixtures/fixture_collector.py
+${PYSITELIB}/pytest_lazy_fixtures/fixture_collector.pyc
+${PYSITELIB}/pytest_lazy_fixtures/fixture_collector.pyo
${PYSITELIB}/pytest_lazy_fixtures/lazy_fixture.py
${PYSITELIB}/pytest_lazy_fixtures/lazy_fixture.pyc
${PYSITELIB}/pytest_lazy_fixtures/lazy_fixture.pyo
@@ -23,3 +26,6 @@ ${PYSITELIB}/pytest_lazy_fixtures/plugin
${PYSITELIB}/pytest_lazy_fixtures/plugin.pyc
${PYSITELIB}/pytest_lazy_fixtures/plugin.pyo
${PYSITELIB}/pytest_lazy_fixtures/py.typed
+${PYSITELIB}/pytest_lazy_fixtures/utils.py
+${PYSITELIB}/pytest_lazy_fixtures/utils.pyc
+${PYSITELIB}/pytest_lazy_fixtures/utils.pyo
Index: pkgsrc/devel/py-test-lazy-fixtures/distinfo
diff -u pkgsrc/devel/py-test-lazy-fixtures/distinfo:1.5 pkgsrc/devel/py-test-lazy-fixtures/distinfo:1.6
--- pkgsrc/devel/py-test-lazy-fixtures/distinfo:1.5 Tue May 27 19:03:11 2025
+++ pkgsrc/devel/py-test-lazy-fixtures/distinfo Fri Jul 25 09:44:39 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2025/05/27 19:03:11 adam Exp $
+$NetBSD: distinfo,v 1.6 2025/07/25 09:44:39 adam Exp $
-BLAKE2s (pytest_lazy_fixtures-1.1.4.tar.gz) = 2429e4a8aee577c8ba670c6f8ef963b12c958a72d2a9b45dbf28dece1b6b36de
-SHA512 (pytest_lazy_fixtures-1.1.4.tar.gz) = d8547df290741dbafad43dffc08de05423240d27d30534169e51d44465794e57664331298cdfab291ec1cbed93b03e58887eec5b89e78b4dd3c96bbaaa8b4536
-Size (pytest_lazy_fixtures-1.1.4.tar.gz) = 7426 bytes
+BLAKE2s (pytest_lazy_fixtures-1.3.2.tar.gz) = 66a506ed70b0db2976c35064873358a8510028ef380aaa933f3b269764333eed
+SHA512 (pytest_lazy_fixtures-1.3.2.tar.gz) = a9f5972cd936b2861dfc346b6aa156222ae45f3a2e1f794d9c6e6516dca36fbc5c1b08c9b129d98be4701acaed468bca722d2d7767531ef5c26731829cb044ac
+Size (pytest_lazy_fixtures-1.3.2.tar.gz) = 34114 bytes
Home |
Main Index |
Thread Index |
Old Index