pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-datadir
Module Name: pkgsrc
Committed By: adam
Date: Wed Aug 13 09:50:09 UTC 2025
Modified Files:
pkgsrc/devel/py-test-datadir: Makefile PLIST distinfo
Log Message:
py-test-datadir: updated to 1.8.0
1.8.0
- New ``lazy_shared_datadir`` fixture, which brings the same lazy functionality as ``lazy_datadir`` for the *shared* directory.
- Fix ``LazyDataDir.joinpath`` typing to also support ``Path`` objects as the right-hand side parameter.
1.7.2
- ``py.typed`` was added to the distribution, enabling users to use ``LazyDataDir`` in type annotations.
1.7.1
- Fixed bug using ``lazy_datadir`` to copy a file using a sub-directory (e.g, ``lazy_datadir / 'subdir' / 'file.txt'``)
1.7.0
- New `lazy_datadir` fixture that lazily copies files when accessed via `joinpath` or `/` operator.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-test-datadir/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test-datadir/PLIST \
pkgsrc/devel/py-test-datadir/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-datadir/Makefile
diff -u pkgsrc/devel/py-test-datadir/Makefile:1.4 pkgsrc/devel/py-test-datadir/Makefile:1.5
--- pkgsrc/devel/py-test-datadir/Makefile:1.4 Sat Apr 12 21:10:56 2025
+++ pkgsrc/devel/py-test-datadir/Makefile Wed Aug 13 09:50:09 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2025/04/12 21:10:56 adam Exp $
+# $NetBSD: Makefile,v 1.5 2025/08/13 09:50:09 adam Exp $
-DISTNAME= pytest_datadir-1.6.1
+DISTNAME= pytest_datadir-1.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pytest_/test-/}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-datadir/}
@@ -13,6 +12,7 @@ LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2:../../devel/py-setuptools_scm
+DEPENDS+= ${PYPKGPREFIX}-test>=7.0:../../devel/py-test
USE_LANGUAGES= # none
Index: pkgsrc/devel/py-test-datadir/PLIST
diff -u pkgsrc/devel/py-test-datadir/PLIST:1.3 pkgsrc/devel/py-test-datadir/PLIST:1.4
--- pkgsrc/devel/py-test-datadir/PLIST:1.3 Sat Apr 12 21:10:56 2025
+++ pkgsrc/devel/py-test-datadir/PLIST Wed Aug 13 09:50:09 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2025/04/12 21:10:56 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/08/13 09:50:09 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -15,3 +15,4 @@ ${PYSITELIB}/pytest_datadir/_version.pyo
${PYSITELIB}/pytest_datadir/plugin.py
${PYSITELIB}/pytest_datadir/plugin.pyc
${PYSITELIB}/pytest_datadir/plugin.pyo
+${PYSITELIB}/pytest_datadir/py.typed
Index: pkgsrc/devel/py-test-datadir/distinfo
diff -u pkgsrc/devel/py-test-datadir/distinfo:1.3 pkgsrc/devel/py-test-datadir/distinfo:1.4
--- pkgsrc/devel/py-test-datadir/distinfo:1.3 Fri Feb 7 21:55:22 2025
+++ pkgsrc/devel/py-test-datadir/distinfo Wed Aug 13 09:50:09 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2025/02/07 21:55:22 adam Exp $
+$NetBSD: distinfo,v 1.4 2025/08/13 09:50:09 adam Exp $
-BLAKE2s (pytest_datadir-1.6.1.tar.gz) = f960f8bdbc6366320b23f78f25db98566c154e93ab0b685011a2accda27dda4d
-SHA512 (pytest_datadir-1.6.1.tar.gz) = e7de5aa5196d9c6be519c77b8139bdb416d91540739671d1ae838c4292007819fd6a0b1e0c9aa9380db8ebdeed927c4cfec3e6d4b0f1b2b2b42ec2cce0f97e44
-Size (pytest_datadir-1.6.1.tar.gz) = 9391 bytes
+BLAKE2s (pytest_datadir-1.8.0.tar.gz) = 88807b32a8bcf7e427b0771d599df3d9bea69af5dad159de355f4e600f9bd5a9
+SHA512 (pytest_datadir-1.8.0.tar.gz) = 10be9c77f4c0baea834b7758b8a30d82c7e80a406ef59a1ee0386e78fe74b4dbb1237c743ca6be8a8f0b777a2a74b42b07e89ddd7fdf18cdc53959a676c022fe
+Size (pytest_datadir-1.8.0.tar.gz) = 11848 bytes
Home |
Main Index |
Thread Index |
Old Index