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: Thu Aug 27 05:48:12 UTC 2026
Modified Files:
pkgsrc/devel/py-test-lazy-fixtures: Makefile PLIST distinfo
Log Message:
py-test-lazy-fixtures: updated to 1.4.1
1.4.1
Bump astral-sh/setup-uv from 6 to 7 in the github-actions group
Fix NameError on Python 3.14 for TYPE_CHECKING-only annotations (use FORWARDREF)
Bump the github-actions group across 1 directory with 4 updates
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-test-lazy-fixtures/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-lazy-fixtures/PLIST
cvs rdiff -u -r1.9 -r1.10 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.10 pkgsrc/devel/py-test-lazy-fixtures/Makefile:1.11
--- pkgsrc/devel/py-test-lazy-fixtures/Makefile:1.10 Fri Oct 10 08:25:50 2025
+++ pkgsrc/devel/py-test-lazy-fixtures/Makefile Thu Aug 27 05:48:12 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2025/10/10 08:25:50 adam Exp $
+# $NetBSD: Makefile,v 1.11 2026/08/27 05:48:12 adam Exp $
-DISTNAME= pytest_lazy_fixtures-1.4.0
+DISTNAME= pytest_lazy_fixtures-1.4.1
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}-hatchling-[0-9]*:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0:../../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.2 pkgsrc/devel/py-test-lazy-fixtures/PLIST:1.3
--- pkgsrc/devel/py-test-lazy-fixtures/PLIST:1.2 Fri Jul 25 09:44:39 2025
+++ pkgsrc/devel/py-test-lazy-fixtures/PLIST Thu Aug 27 05:48:12 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2025/07/25 09:44:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2026/08/27 05:48:12 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -7,6 +7,9 @@ ${PYSITELIB}/${WHEEL_INFODIR}/licenses/L
${PYSITELIB}/pytest_lazy_fixtures/__init__.py
${PYSITELIB}/pytest_lazy_fixtures/__init__.pyc
${PYSITELIB}/pytest_lazy_fixtures/__init__.pyo
+${PYSITELIB}/pytest_lazy_fixtures/_compat.py
+${PYSITELIB}/pytest_lazy_fixtures/_compat.pyc
+${PYSITELIB}/pytest_lazy_fixtures/_compat.pyo
${PYSITELIB}/pytest_lazy_fixtures/fixture_collector.py
${PYSITELIB}/pytest_lazy_fixtures/fixture_collector.pyc
${PYSITELIB}/pytest_lazy_fixtures/fixture_collector.pyo
Index: pkgsrc/devel/py-test-lazy-fixtures/distinfo
diff -u pkgsrc/devel/py-test-lazy-fixtures/distinfo:1.9 pkgsrc/devel/py-test-lazy-fixtures/distinfo:1.10
--- pkgsrc/devel/py-test-lazy-fixtures/distinfo:1.9 Fri Oct 10 08:25:50 2025
+++ pkgsrc/devel/py-test-lazy-fixtures/distinfo Thu Aug 27 05:48:12 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2025/10/10 08:25:50 adam Exp $
+$NetBSD: distinfo,v 1.10 2026/08/27 05:48:12 adam Exp $
-BLAKE2s (pytest_lazy_fixtures-1.4.0.tar.gz) = 34023cbacb25f39e5aa8bf5569ca57f43d30b1502a15fb725fdbe3d501db51d1
-SHA512 (pytest_lazy_fixtures-1.4.0.tar.gz) = 05e083174cbb1e3f89fe714cbd302fe435d11ecf443476200df9f5ae026847ffd11e348f002ec7a257085179f8340cbf93f1062553e6538b475272fc629d4a6f
-Size (pytest_lazy_fixtures-1.4.0.tar.gz) = 36188 bytes
+BLAKE2s (pytest_lazy_fixtures-1.4.1.tar.gz) = 0a862a0248bd0fbbdd140b829cd9c1f5ff29fd3555d14e20f04c9ec24a11e292
+SHA512 (pytest_lazy_fixtures-1.4.1.tar.gz) = fcdeae242a33c1f947eb7e5346efac082aebf11b2c94972669ee8e1c88db5e618c55a844c45c62b8dd15b71b82a00e6e94b063e3efa5a64440f54c67aa1389a2
+Size (pytest_lazy_fixtures-1.4.1.tar.gz) = 63077 bytes
Home |
Main Index |
Thread Index |
Old Index