pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-fixtures



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May 25 13:07:17 UTC 2026

Modified Files:
        pkgsrc/devel/py-fixtures: Makefile PLIST distinfo

Log Message:
py-fixtures: updated to 4.3.2

4.3.2

* Temporarily re-add the ``fixtures.tests.helpers`` module.

4.3.1

* Improve types for WarningsCapture.
* Use ParamSpec for better type hints.
* Return Self from __enter__ for better type inference.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-fixtures/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-fixtures/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-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-fixtures/Makefile
diff -u pkgsrc/devel/py-fixtures/Makefile:1.19 pkgsrc/devel/py-fixtures/Makefile:1.20
--- pkgsrc/devel/py-fixtures/Makefile:1.19      Fri Dec 26 11:31:05 2025
+++ pkgsrc/devel/py-fixtures/Makefile   Mon May 25 13:07:17 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2025/12/26 11:31:05 adam Exp $
+# $NetBSD: Makefile,v 1.20 2026/05/25 13:07:17 adam Exp $
 
-DISTNAME=      fixtures-4.2.8
+DISTNAME=      fixtures-4.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/fixtures/}

Index: pkgsrc/devel/py-fixtures/PLIST
diff -u pkgsrc/devel/py-fixtures/PLIST:1.5 pkgsrc/devel/py-fixtures/PLIST:1.6
--- pkgsrc/devel/py-fixtures/PLIST:1.5  Fri Dec 26 11:31:05 2025
+++ pkgsrc/devel/py-fixtures/PLIST      Mon May 25 13:07:17 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2025/12/26 11:31:05 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2026/05/25 13:07:17 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -62,3 +62,9 @@ ${PYSITELIB}/fixtures/py.typed
 ${PYSITELIB}/fixtures/testcase.py
 ${PYSITELIB}/fixtures/testcase.pyc
 ${PYSITELIB}/fixtures/testcase.pyo
+${PYSITELIB}/fixtures/tests/__init__.py
+${PYSITELIB}/fixtures/tests/__init__.pyc
+${PYSITELIB}/fixtures/tests/__init__.pyo
+${PYSITELIB}/fixtures/tests/helpers.py
+${PYSITELIB}/fixtures/tests/helpers.pyc
+${PYSITELIB}/fixtures/tests/helpers.pyo

Index: pkgsrc/devel/py-fixtures/distinfo
diff -u pkgsrc/devel/py-fixtures/distinfo:1.10 pkgsrc/devel/py-fixtures/distinfo:1.11
--- pkgsrc/devel/py-fixtures/distinfo:1.10      Fri Dec 26 11:31:05 2025
+++ pkgsrc/devel/py-fixtures/distinfo   Mon May 25 13:07:17 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2025/12/26 11:31:05 adam Exp $
+$NetBSD: distinfo,v 1.11 2026/05/25 13:07:17 adam Exp $
 
-BLAKE2s (fixtures-4.2.8.tar.gz) = e4f1e77acf3bc6bf791e6178641b5039371b887b03cebd2a22eb46653fb478ca
-SHA512 (fixtures-4.2.8.tar.gz) = c2844764ba493301c5d14e7f31a65cca371a7d3134277eb6aad49ad3c6e42848f6dbdad31837652ef27dfcbe19a03890f8fa6dcfc8e877460eae6083de278227
-Size (fixtures-4.2.8.tar.gz) = 46738 bytes
+BLAKE2s (fixtures-4.3.2.tar.gz) = 1da50d799d54395e0f77ed801503b0e8d5bc4fbd8a6bc5422806cbb5a861a3bf
+SHA512 (fixtures-4.3.2.tar.gz) = 7a0598d3b3a887417d9c05800d72a0c4072b2c26bd284426a2ac7c5c57da2d8325fcc1d70868293d5b9bb4e7c490a7c3d0de1514a5bf7aa1a685b8fc032122e6
+Size (fixtures-4.3.2.tar.gz) = 47173 bytes



Home | Main Index | Thread Index | Old Index