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:           Fri Dec 26 21:42:50 UTC 2025

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

Log Message:
py-testfixtures: updated to 10.0.0

10.0.0 (29 Oct 2025)

- Fixed a bug in the warning issued when a :class:`Replacer` is deleted with replacements still
  in place.

- Reworked :func:`compare` options so that typos and the like will now result
  in an exception being raised. This ended up being a breaking change if you use custom comparers
  that take options as this now has a :ref:`different API <custom-comparer-options>`.

- Reworked the :doc:`compare documentation <comparing>` to explain why you should be using it
  as well as updating the examples and explaining more fully how to configure and customise it.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-testfixtures/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-testfixtures/PLIST
cvs rdiff -u -r1.3 -r1.4 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.5 pkgsrc/devel/py-testfixtures/Makefile:1.6
--- pkgsrc/devel/py-testfixtures/Makefile:1.5   Thu Oct 23 15:02:07 2025
+++ pkgsrc/devel/py-testfixtures/Makefile       Fri Dec 26 21:42:50 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2025/10/23 15:02:07 adam Exp $
+# $NetBSD: Makefile,v 1.6 2025/12/26 21:42:50 adam Exp $
 
-DISTNAME=      testfixtures-9.2.0
+DISTNAME=      testfixtures-10.0.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.4 pkgsrc/devel/py-testfixtures/PLIST:1.5
--- pkgsrc/devel/py-testfixtures/PLIST:1.4      Thu Oct 23 15:02:07 2025
+++ pkgsrc/devel/py-testfixtures/PLIST  Fri Dec 26 21:42:50 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2025/10/23 15:02:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/12/26 21:42:50 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -56,6 +56,9 @@ ${PYSITELIB}/testfixtures/tempdirectory.
 ${PYSITELIB}/testfixtures/tests/__init__.py
 ${PYSITELIB}/testfixtures/tests/__init__.pyc
 ${PYSITELIB}/testfixtures/tests/__init__.pyo
+${PYSITELIB}/testfixtures/tests/configparser-read.txt
+${PYSITELIB}/testfixtures/tests/configparser-write.txt
+${PYSITELIB}/testfixtures/tests/directory-contents.txt
 ${PYSITELIB}/testfixtures/tests/sample1.py
 ${PYSITELIB}/testfixtures/tests/sample1.pyc
 ${PYSITELIB}/testfixtures/tests/sample1.pyo

Index: pkgsrc/devel/py-testfixtures/distinfo
diff -u pkgsrc/devel/py-testfixtures/distinfo:1.3 pkgsrc/devel/py-testfixtures/distinfo:1.4
--- pkgsrc/devel/py-testfixtures/distinfo:1.3   Thu Oct 23 15:02:07 2025
+++ pkgsrc/devel/py-testfixtures/distinfo       Fri Dec 26 21:42:50 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2025/10/23 15:02:07 adam Exp $
+$NetBSD: distinfo,v 1.4 2025/12/26 21:42:50 adam Exp $
 
-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
+BLAKE2s (testfixtures-10.0.0.tar.gz) = f99ef04fd72c22d3d71a88922abbdcf7f346d02ecca9ecb82d82e0c4ebfcf8a3
+SHA512 (testfixtures-10.0.0.tar.gz) = 64585315fb9a05957f262f9da289256d3155d41ced026388f7d8efc0c42052bfb24dbb1573609d2909321d62e5fc833e2fce6623615661ed8689147746ef2d70
+Size (testfixtures-10.0.0.tar.gz) = 147464 bytes



Home | Main Index | Thread Index | Old Index