pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-testtools
Module Name: pkgsrc
Committed By: adam
Date: Fri Dec 26 12:38:23 UTC 2025
Modified Files:
pkgsrc/devel/py-testtools: Makefile PLIST distinfo
Log Message:
py-testtools: updated to 2.8.2
2.8.2
Changes
Fully migrate away from Launchpad to GitHub.
Improvements
* Support binary contents in ``FileContains`` matcher.
* Allow stream=None to be passed to various TestResult
classes that now support verbosity; fixes a regression
from 2.8.0.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-testtools/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-testtools/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-testtools/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-testtools/Makefile
diff -u pkgsrc/devel/py-testtools/Makefile:1.28 pkgsrc/devel/py-testtools/Makefile:1.29
--- pkgsrc/devel/py-testtools/Makefile:1.28 Sun Nov 23 07:59:13 2025
+++ pkgsrc/devel/py-testtools/Makefile Fri Dec 26 12:38:23 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2025/11/23 07:59:13 adam Exp $
+# $NetBSD: Makefile,v 1.29 2025/12/26 12:38:23 adam Exp $
-DISTNAME= testtools-2.8.0
+DISTNAME= testtools-2.8.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/testtools/}
Index: pkgsrc/devel/py-testtools/PLIST
diff -u pkgsrc/devel/py-testtools/PLIST:1.12 pkgsrc/devel/py-testtools/PLIST:1.13
--- pkgsrc/devel/py-testtools/PLIST:1.12 Sun Nov 23 07:59:13 2025
+++ pkgsrc/devel/py-testtools/PLIST Fri Dec 26 12:38:23 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2025/11/23 07:59:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2025/12/26 12:38:23 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -8,6 +8,7 @@ ${PYSITELIB}/testtools/__init__.pyc
${PYSITELIB}/testtools/__init__.pyo
${PYSITELIB}/testtools/_version.py
${PYSITELIB}/testtools/_version.pyc
+${PYSITELIB}/testtools/_version.pyi
${PYSITELIB}/testtools/_version.pyo
${PYSITELIB}/testtools/assertions.py
${PYSITELIB}/testtools/assertions.pyc
@@ -60,6 +61,7 @@ ${PYSITELIB}/testtools/matchers/_warning
${PYSITELIB}/testtools/monkey.py
${PYSITELIB}/testtools/monkey.pyc
${PYSITELIB}/testtools/monkey.pyo
+${PYSITELIB}/testtools/py.typed
${PYSITELIB}/testtools/run.py
${PYSITELIB}/testtools/run.pyc
${PYSITELIB}/testtools/run.pyo
@@ -81,111 +83,6 @@ ${PYSITELIB}/testtools/testresult/double
${PYSITELIB}/testtools/testresult/real.py
${PYSITELIB}/testtools/testresult/real.pyc
${PYSITELIB}/testtools/testresult/real.pyo
-${PYSITELIB}/testtools/tests/__init__.py
-${PYSITELIB}/testtools/tests/__init__.pyc
-${PYSITELIB}/testtools/tests/__init__.pyo
-${PYSITELIB}/testtools/tests/helpers.py
-${PYSITELIB}/testtools/tests/helpers.pyc
-${PYSITELIB}/testtools/tests/helpers.pyo
-${PYSITELIB}/testtools/tests/matchers/__init__.py
-${PYSITELIB}/testtools/tests/matchers/__init__.pyc
-${PYSITELIB}/testtools/tests/matchers/__init__.pyo
-${PYSITELIB}/testtools/tests/matchers/helpers.py
-${PYSITELIB}/testtools/tests/matchers/helpers.pyc
-${PYSITELIB}/testtools/tests/matchers/helpers.pyo
-${PYSITELIB}/testtools/tests/matchers/test_basic.py
-${PYSITELIB}/testtools/tests/matchers/test_basic.pyc
-${PYSITELIB}/testtools/tests/matchers/test_basic.pyo
-${PYSITELIB}/testtools/tests/matchers/test_const.py
-${PYSITELIB}/testtools/tests/matchers/test_const.pyc
-${PYSITELIB}/testtools/tests/matchers/test_const.pyo
-${PYSITELIB}/testtools/tests/matchers/test_datastructures.py
-${PYSITELIB}/testtools/tests/matchers/test_datastructures.pyc
-${PYSITELIB}/testtools/tests/matchers/test_datastructures.pyo
-${PYSITELIB}/testtools/tests/matchers/test_dict.py
-${PYSITELIB}/testtools/tests/matchers/test_dict.pyc
-${PYSITELIB}/testtools/tests/matchers/test_dict.pyo
-${PYSITELIB}/testtools/tests/matchers/test_doctest.py
-${PYSITELIB}/testtools/tests/matchers/test_doctest.pyc
-${PYSITELIB}/testtools/tests/matchers/test_doctest.pyo
-${PYSITELIB}/testtools/tests/matchers/test_exception.py
-${PYSITELIB}/testtools/tests/matchers/test_exception.pyc
-${PYSITELIB}/testtools/tests/matchers/test_exception.pyo
-${PYSITELIB}/testtools/tests/matchers/test_filesystem.py
-${PYSITELIB}/testtools/tests/matchers/test_filesystem.pyc
-${PYSITELIB}/testtools/tests/matchers/test_filesystem.pyo
-${PYSITELIB}/testtools/tests/matchers/test_higherorder.py
-${PYSITELIB}/testtools/tests/matchers/test_higherorder.pyc
-${PYSITELIB}/testtools/tests/matchers/test_higherorder.pyo
-${PYSITELIB}/testtools/tests/matchers/test_impl.py
-${PYSITELIB}/testtools/tests/matchers/test_impl.pyc
-${PYSITELIB}/testtools/tests/matchers/test_impl.pyo
-${PYSITELIB}/testtools/tests/matchers/test_warnings.py
-${PYSITELIB}/testtools/tests/matchers/test_warnings.pyc
-${PYSITELIB}/testtools/tests/matchers/test_warnings.pyo
-${PYSITELIB}/testtools/tests/samplecases.py
-${PYSITELIB}/testtools/tests/samplecases.pyc
-${PYSITELIB}/testtools/tests/samplecases.pyo
-${PYSITELIB}/testtools/tests/test_assert_that.py
-${PYSITELIB}/testtools/tests/test_assert_that.pyc
-${PYSITELIB}/testtools/tests/test_assert_that.pyo
-${PYSITELIB}/testtools/tests/test_compat.py
-${PYSITELIB}/testtools/tests/test_compat.pyc
-${PYSITELIB}/testtools/tests/test_compat.pyo
-${PYSITELIB}/testtools/tests/test_content.py
-${PYSITELIB}/testtools/tests/test_content.pyc
-${PYSITELIB}/testtools/tests/test_content.pyo
-${PYSITELIB}/testtools/tests/test_content_type.py
-${PYSITELIB}/testtools/tests/test_content_type.pyc
-${PYSITELIB}/testtools/tests/test_content_type.pyo
-${PYSITELIB}/testtools/tests/test_fixturesupport.py
-${PYSITELIB}/testtools/tests/test_fixturesupport.pyc
-${PYSITELIB}/testtools/tests/test_fixturesupport.pyo
-${PYSITELIB}/testtools/tests/test_helpers.py
-${PYSITELIB}/testtools/tests/test_helpers.pyc
-${PYSITELIB}/testtools/tests/test_helpers.pyo
-${PYSITELIB}/testtools/tests/test_monkey.py
-${PYSITELIB}/testtools/tests/test_monkey.pyc
-${PYSITELIB}/testtools/tests/test_monkey.pyo
-${PYSITELIB}/testtools/tests/test_run.py
-${PYSITELIB}/testtools/tests/test_run.pyc
-${PYSITELIB}/testtools/tests/test_run.pyo
-${PYSITELIB}/testtools/tests/test_runtest.py
-${PYSITELIB}/testtools/tests/test_runtest.pyc
-${PYSITELIB}/testtools/tests/test_runtest.pyo
-${PYSITELIB}/testtools/tests/test_tags.py
-${PYSITELIB}/testtools/tests/test_tags.pyc
-${PYSITELIB}/testtools/tests/test_tags.pyo
-${PYSITELIB}/testtools/tests/test_testcase.py
-${PYSITELIB}/testtools/tests/test_testcase.pyc
-${PYSITELIB}/testtools/tests/test_testcase.pyo
-${PYSITELIB}/testtools/tests/test_testresult.py
-${PYSITELIB}/testtools/tests/test_testresult.pyc
-${PYSITELIB}/testtools/tests/test_testresult.pyo
-${PYSITELIB}/testtools/tests/test_testsuite.py
-${PYSITELIB}/testtools/tests/test_testsuite.pyc
-${PYSITELIB}/testtools/tests/test_testsuite.pyo
-${PYSITELIB}/testtools/tests/test_with_with.py
-${PYSITELIB}/testtools/tests/test_with_with.pyc
-${PYSITELIB}/testtools/tests/test_with_with.pyo
-${PYSITELIB}/testtools/tests/twistedsupport/__init__.py
-${PYSITELIB}/testtools/tests/twistedsupport/__init__.pyc
-${PYSITELIB}/testtools/tests/twistedsupport/__init__.pyo
-${PYSITELIB}/testtools/tests/twistedsupport/_helpers.py
-${PYSITELIB}/testtools/tests/twistedsupport/_helpers.pyc
-${PYSITELIB}/testtools/tests/twistedsupport/_helpers.pyo
-${PYSITELIB}/testtools/tests/twistedsupport/test_deferred.py
-${PYSITELIB}/testtools/tests/twistedsupport/test_deferred.pyc
-${PYSITELIB}/testtools/tests/twistedsupport/test_deferred.pyo
-${PYSITELIB}/testtools/tests/twistedsupport/test_matchers.py
-${PYSITELIB}/testtools/tests/twistedsupport/test_matchers.pyc
-${PYSITELIB}/testtools/tests/twistedsupport/test_matchers.pyo
-${PYSITELIB}/testtools/tests/twistedsupport/test_runtest.py
-${PYSITELIB}/testtools/tests/twistedsupport/test_runtest.pyc
-${PYSITELIB}/testtools/tests/twistedsupport/test_runtest.pyo
-${PYSITELIB}/testtools/tests/twistedsupport/test_spinner.py
-${PYSITELIB}/testtools/tests/twistedsupport/test_spinner.pyc
-${PYSITELIB}/testtools/tests/twistedsupport/test_spinner.pyo
${PYSITELIB}/testtools/testsuite.py
${PYSITELIB}/testtools/testsuite.pyc
${PYSITELIB}/testtools/testsuite.pyo
Index: pkgsrc/devel/py-testtools/distinfo
diff -u pkgsrc/devel/py-testtools/distinfo:1.20 pkgsrc/devel/py-testtools/distinfo:1.21
--- pkgsrc/devel/py-testtools/distinfo:1.20 Sun Nov 23 07:59:13 2025
+++ pkgsrc/devel/py-testtools/distinfo Fri Dec 26 12:38:23 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2025/11/23 07:59:13 adam Exp $
+$NetBSD: distinfo,v 1.21 2025/12/26 12:38:23 adam Exp $
-BLAKE2s (testtools-2.8.0.tar.gz) = 371db64745306e3bb7f5a3e5475fc4eca0fdb86f739869f006540f430e3e605e
-SHA512 (testtools-2.8.0.tar.gz) = 409f67de2e307eca3fe266822bd6fa0b98dcccc8dcfc26a9e696f345a8f3339b6b4463a738f28fe9505e11585722d8d1d7a3aa2319727679adb172e4d105938e
-Size (testtools-2.8.0.tar.gz) = 201854 bytes
+BLAKE2s (testtools-2.8.2.tar.gz) = bf69833957cada7e30185f90e424586b8bfdcabd31309f71cfeb4858c068785e
+SHA512 (testtools-2.8.2.tar.gz) = 2880b5e8c92e59e3d9cad7b6b64781763a549abf74672a46f0b3a33300793d91ea8453fc364d497ae7492095385309e6b150a712fea4529324cf4673b6e60aa7
+Size (testtools-2.8.2.tar.gz) = 206889 bytes
Home |
Main Index |
Thread Index |
Old Index