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 Apr 17 10:19:34 UTC 2026

Modified Files:
        pkgsrc/devel/py-testtools: Makefile distinfo

Log Message:
py-testtools: updated to 2.9.0

2.9.0

Improvements
* Add ``LessThanOrEqual`` and ``GreaterThanOrEqual`` matchers.
* Improve type annotations throughout the codebase, including compatibility
  fixes for mypy 1.20.0.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/py-testtools/Makefile
cvs rdiff -u -r1.24 -r1.25 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.32 pkgsrc/devel/py-testtools/Makefile:1.33
--- pkgsrc/devel/py-testtools/Makefile:1.32     Sun Mar 15 09:27:56 2026
+++ pkgsrc/devel/py-testtools/Makefile  Fri Apr 17 10:19:34 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2026/03/15 09:27:56 adam Exp $
+# $NetBSD: Makefile,v 1.33 2026/04/17 10:19:34 adam Exp $
 
-DISTNAME=      testtools-2.8.7
+DISTNAME=      testtools-2.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/testtools/}
@@ -12,7 +12,6 @@ LICENSE=      mit AND python-software-foundat
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-fixtures>=2.0:../../devel/py-fixtures
 # circular test dependency
 # https://github.com/testing-cabal/testscenarios/issues/4

Index: pkgsrc/devel/py-testtools/distinfo
diff -u pkgsrc/devel/py-testtools/distinfo:1.24 pkgsrc/devel/py-testtools/distinfo:1.25
--- pkgsrc/devel/py-testtools/distinfo:1.24     Sun Mar 15 09:27:56 2026
+++ pkgsrc/devel/py-testtools/distinfo  Fri Apr 17 10:19:34 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2026/03/15 09:27:56 adam Exp $
+$NetBSD: distinfo,v 1.25 2026/04/17 10:19:34 adam Exp $
 
-BLAKE2s (testtools-2.8.7.tar.gz) = c62f3f7037ab76db4bab073d27bbc10dded416ab2879383edd43491d0672b95a
-SHA512 (testtools-2.8.7.tar.gz) = 673f85058cf1c6d30b9283e67905c9e156304b682bcee7240a42cf2946d0aa0743cf2ae67968582ae58f21feba6a9769c54afd3e1544c966f72ccb2ceb948fac
-Size (testtools-2.8.7.tar.gz) = 219464 bytes
+BLAKE2s (testtools-2.9.0.tar.gz) = 7ce36237c57eac79b812cce96bb8324cd77de41302a0fd3ed0efb38743b3cdde
+SHA512 (testtools-2.9.0.tar.gz) = ab0f8b94d67e432d2ea2edff3e351368607e4e55e8ea8f5c1fa66a186317bb81bd5948745b4d523472f0a60acc7d216d704b1888098e4dff0f28150dce1a7395
+Size (testtools-2.9.0.tar.gz) = 220801 bytes



Home | Main Index | Thread Index | Old Index