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: Mon Dec 30 14:41:13 UTC 2024
Modified Files:
pkgsrc/devel/py-test-lazy-fixtures: Makefile distinfo
Log Message:
py-test-lazy-fixtures: updated to 1.1.1
1.1.1
ci-test.yml: Upload coverage to Codecov uses: codecov/codecov-action@v4
Fix parametrized lazy fixture with pytest 7
1.1.0
Remove monkeypatch pytest namespace
Keep GitHub Actions up to date with GitHub's Dependabot
Load lazy fixtures for dict keys
Bump the github-actions group with 3 updates
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-lazy-fixtures/Makefile
cvs rdiff -u -r1.1 -r1.2 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.2 pkgsrc/devel/py-test-lazy-fixtures/Makefile:1.3
--- pkgsrc/devel/py-test-lazy-fixtures/Makefile:1.2 Wed Feb 21 12:26:09 2024
+++ pkgsrc/devel/py-test-lazy-fixtures/Makefile Mon Dec 30 14:41:12 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2024/02/21 12:26:09 adam Exp $
+# $NetBSD: Makefile,v 1.3 2024/12/30 14:41:12 adam Exp $
-DISTNAME= pytest_lazy_fixtures-1.0.5
+DISTNAME= pytest_lazy_fixtures-1.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/g}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-lazy-fixtures/}
@@ -15,7 +15,5 @@ DEPENDS+= ${PYPKGPREFIX}-test>=7:../../d
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-lazy-fixtures/distinfo
diff -u pkgsrc/devel/py-test-lazy-fixtures/distinfo:1.1 pkgsrc/devel/py-test-lazy-fixtures/distinfo:1.2
--- pkgsrc/devel/py-test-lazy-fixtures/distinfo:1.1 Wed Feb 21 12:20:56 2024
+++ pkgsrc/devel/py-test-lazy-fixtures/distinfo Mon Dec 30 14:41:12 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/02/21 12:20:56 adam Exp $
+$NetBSD: distinfo,v 1.2 2024/12/30 14:41:12 adam Exp $
-BLAKE2s (pytest_lazy_fixtures-1.0.5.tar.gz) = cee49bb285f5a03b314d409e2d06ab8d43ae1ddd115e1d075c07ad5190cd9589
-SHA512 (pytest_lazy_fixtures-1.0.5.tar.gz) = 9b96b82feeaffe222a9eb733251ef8d171fee76908739965ffe47c069df9055dee30d5631a4d1913b5bf6706b83697129bbd95ea84f414a3612806d0a581a79b
-Size (pytest_lazy_fixtures-1.0.5.tar.gz) = 4989 bytes
+BLAKE2s (pytest_lazy_fixtures-1.1.1.tar.gz) = be0ad8b7cc1b4add3caf979c69022806be3e4c7cc51900c69c25f13e2c1a429e
+SHA512 (pytest_lazy_fixtures-1.1.1.tar.gz) = b8b215f16414ddfd2f6c16b1eb8f10cc6b9931ff44f7a0a158e721071160d94e550336e785d1b5ab772ccc2a88c08687c3e5bdcf684c5e496630f341ba8b423d
+Size (pytest_lazy_fixtures-1.1.1.tar.gz) = 6978 bytes
Home |
Main Index |
Thread Index |
Old Index