pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-testfixtures



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Oct 23 15:02:08 UTC 2025

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

Log Message:
py-testfixtures: updated to 9.2.0

9.2.0
Implement :func:`like`, :func:`sequence`, :func:`contains`, :func:`unordered` for strictly typed :ref:`comparisons <comparison-objects>`.
Correctly type :attr:`ShouldRaise.raised`.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-testfixtures/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-testfixtures/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-testfixtures/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-testfixtures/Makefile
diff -u pkgsrc/devel/py-testfixtures/Makefile:1.4 pkgsrc/devel/py-testfixtures/Makefile:1.5
--- pkgsrc/devel/py-testfixtures/Makefile:1.4   Thu Oct  9 07:57:36 2025
+++ pkgsrc/devel/py-testfixtures/Makefile       Thu Oct 23 15:02:07 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2025/10/09 07:57:36 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2025/10/23 15:02:07 adam Exp $
 
-DISTNAME=      testfixtures-9.1.0
+DISTNAME=      testfixtures-9.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/testfixtures/}

Index: pkgsrc/devel/py-testfixtures/PLIST
diff -u pkgsrc/devel/py-testfixtures/PLIST:1.3 pkgsrc/devel/py-testfixtures/PLIST:1.4
--- pkgsrc/devel/py-testfixtures/PLIST:1.3      Wed Aug 13 04:47:01 2025
+++ pkgsrc/devel/py-testfixtures/PLIST  Thu Oct 23 15:02:07 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2025/08/13 04:47:01 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/10/23 15:02:07 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -68,6 +68,9 @@ ${PYSITELIB}/testfixtures/tests/sample3.
 ${PYSITELIB}/testfixtures/tests/test_compare.py
 ${PYSITELIB}/testfixtures/tests/test_compare.pyc
 ${PYSITELIB}/testfixtures/tests/test_compare.pyo
+${PYSITELIB}/testfixtures/tests/test_compare_typed.py
+${PYSITELIB}/testfixtures/tests/test_compare_typed.pyc
+${PYSITELIB}/testfixtures/tests/test_compare_typed.pyo
 ${PYSITELIB}/testfixtures/tests/test_comparison.py
 ${PYSITELIB}/testfixtures/tests/test_comparison.pyc
 ${PYSITELIB}/testfixtures/tests/test_comparison.pyo

Index: pkgsrc/devel/py-testfixtures/distinfo
diff -u pkgsrc/devel/py-testfixtures/distinfo:1.2 pkgsrc/devel/py-testfixtures/distinfo:1.3
--- pkgsrc/devel/py-testfixtures/distinfo:1.2   Wed Aug 13 04:47:02 2025
+++ pkgsrc/devel/py-testfixtures/distinfo       Thu Oct 23 15:02:07 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2025/08/13 04:47:02 adam Exp $
+$NetBSD: distinfo,v 1.3 2025/10/23 15:02:07 adam Exp $
 
-BLAKE2s (testfixtures-9.1.0.tar.gz) = d650d73f011b03ab2308faf4b2c7ab3a0915ab6a50c242f95eed40c9def65a87
-SHA512 (testfixtures-9.1.0.tar.gz) = f1f16be2fb21475e4852f6a1e80eb53d3a702c4748f3bb5abb9dd955020ba0bc823ee910bfec87bd93a4aaa94bd20eff6f061af668219f916b8bb4771ec8f103
-Size (testfixtures-9.1.0.tar.gz) = 88605 bytes
+BLAKE2s (testfixtures-9.2.0.tar.gz) = 8ab3b08b1432e39bdf2c46dea22569fd2476a49e0968019c919e96706048b5d0
+SHA512 (testfixtures-9.2.0.tar.gz) = ba678629b3fc68b56b283ee9073f251179fe9d8f15ea75ccefce57389e14b33a9172a3a9a46f78e47fbc327bdf49d5d36850393298c6cc0602d7812e7b8715c9
+Size (testfixtures-9.2.0.tar.gz) = 90563 bytes



Home | Main Index | Thread Index | Old Index