pkgsrc-WIP-changes archive

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

py-testfixtures: update to 8.3.0



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Jun 9 16:23:44 2024 +0200
Changeset:	01cebdc31efa3a40761e14e1b0f933f73d35710a

Modified Files:
	TODO
	py-testfixtures/Makefile
	py-testfixtures/distinfo

Log Message:
py-testfixtures: update to 8.3.0

8.3.0 (7 Jun 2024)
------------------

- :class:`ShouldRaise` now supports :class:`ExceptionGroup`.

- Fixed bug where :func:`~testfixtures.comparison.compare_generator` did not respect
  ``strict=True``.

- Fixed bug in the type annotations for :class:`ShouldRaise` and
  :func:`~testfixtures.comparison.compare_exception`.

- :class:`LogCapture` will now raise an exception if closed while still installed.
  This can be a source of particularly confusing bugs.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=01cebdc31efa3a40761e14e1b0f933f73d35710a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 TODO                     | 1 -
 py-testfixtures/Makefile | 6 +++---
 py-testfixtures/distinfo | 6 +++---
 3 files changed, 6 insertions(+), 7 deletions(-)

diffs:
diff --git a/TODO b/TODO
index 1d6bb63ec4..7b898cc2ab 100644
--- a/TODO
+++ b/TODO
@@ -116,7 +116,6 @@ Suggested package updates
 	o py-rpyc-3.2.1
 	o py-sentry-23.7.1
 	o py-smop-0.29
-	o py-testfixtures-8.3.0
 	o py-vanguards-0.3.1
 	o py-xpra-2.2.1
 	o py-zeitgeist-0.9.16
diff --git a/py-testfixtures/Makefile b/py-testfixtures/Makefile
index c1006e7095..58385aec5a 100644
--- a/py-testfixtures/Makefile
+++ b/py-testfixtures/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	testfixtures-8.2.0
+DISTNAME=	testfixtures-8.3.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=t/testfixtures/}
@@ -14,12 +14,12 @@ TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TEST_DEPENDS+=	${PYPKGPREFIX}-mypy-[0-9]*:../../lang/py-mypy
 # py-sybil test-depends on this package
-TEST_DEPENDS+=	${PYPKGPREFIX}-sybil-[0-9]*:../../devel/py-sybil
+TEST_DEPENDS+=	${PYPKGPREFIX}-sybil-[0-9]*:../../wip/py-sybil
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-django-[0-9]*:../../www/py-test-django
 # optional full dependencies, but needed for testing
 TEST_DEPENDS+=	${PYPKGPREFIX}-django-[0-9]*:../../www/py-django4
-#DEPENDS+=	${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
+TEST_DEPENDS+=	${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
 
 USE_LANGUAGES=	# none
 
diff --git a/py-testfixtures/distinfo b/py-testfixtures/distinfo
index f1db857751..f41cf05e14 100644
--- a/py-testfixtures/distinfo
+++ b/py-testfixtures/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (testfixtures-8.2.0.tar.gz) = 7f995c4103b0990426d47a03f248c9c0e886982c42b177ffd4a873e2a5837d28
-SHA512 (testfixtures-8.2.0.tar.gz) = a151767ea44a36c244e4c46fc2ce8665ebc64a52159213e5739f78537e684d6760b03a56b393894afabb70a5d777e3b9fbe0aa8acec33c958fc973eda3ec1e5e
-Size (testfixtures-8.2.0.tar.gz) = 136662 bytes
+BLAKE2s (testfixtures-8.3.0.tar.gz) = 3a697cc48ac880afd7d4d49d172f76dc81edd092d7f61c7e025b1d2b90eea050
+SHA512 (testfixtures-8.3.0.tar.gz) = b2c18a35c44b90bce50cc68ca9bf9909ac8f75287c7188eeddfa855aec1db3bd14f3fccb4c5ef0e44b19c683ad4bd6be4876554ce9127698e8e20cbfa4191800
+Size (testfixtures-8.3.0.tar.gz) = 137420 bytes


Home | Main Index | Thread Index | Old Index