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:           Mon Jun 10 19:41:54 UTC 2024

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

Log Message:
py-testtools: updated to 2.7.2

2.7.2

Improvements

* Treat methodName="runTest" similar to unittest.TestCase,
  fixes compatibility with pytest 8.3. (Natanael Copa)
* Format with ``ruff format``. (Jelmer Vernooij)
* Use ruff for linting. (Jelmer Vernooij)
* Fix compatibility with Python 3.12.1. (Matthew Treinish)
* Deprecate SkippedTest exception. (Stephen Finucane)
* Drop support for Python 3.7. (Jelmer Vernooij)


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-testtools/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-testtools/PLIST
cvs rdiff -u -r1.18 -r1.19 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.25 pkgsrc/devel/py-testtools/Makefile:1.26
--- pkgsrc/devel/py-testtools/Makefile:1.25     Mon Dec 11 17:16:19 2023
+++ pkgsrc/devel/py-testtools/Makefile  Mon Jun 10 19:41:54 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2023/12/11 17:16:19 adam Exp $
+# $NetBSD: Makefile,v 1.26 2024/06/10 19:41:54 adam Exp $
 
-DISTNAME=      testtools-2.7.1
+DISTNAME=      testtools-2.7.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/testtools/}
@@ -10,9 +10,9 @@ HOMEPAGE=     https://github.com/testing-cab
 COMMENT=       Extensions to the Python standard library unit testing framework
 LICENSE=       mit AND python-software-foundation
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61:../../devel/py-setuptools
 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/PLIST
diff -u pkgsrc/devel/py-testtools/PLIST:1.10 pkgsrc/devel/py-testtools/PLIST:1.11
--- pkgsrc/devel/py-testtools/PLIST:1.10        Mon Dec 11 17:16:19 2023
+++ pkgsrc/devel/py-testtools/PLIST     Mon Jun 10 19:41:54 2024
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.10 2023/12/11 17:16:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2024/06/10 19:41:54 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/testtools/__init__.py
 ${PYSITELIB}/testtools/__init__.pyc

Index: pkgsrc/devel/py-testtools/distinfo
diff -u pkgsrc/devel/py-testtools/distinfo:1.18 pkgsrc/devel/py-testtools/distinfo:1.19
--- pkgsrc/devel/py-testtools/distinfo:1.18     Mon Dec 11 17:16:19 2023
+++ pkgsrc/devel/py-testtools/distinfo  Mon Jun 10 19:41:54 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2023/12/11 17:16:19 adam Exp $
+$NetBSD: distinfo,v 1.19 2024/06/10 19:41:54 adam Exp $
 
-BLAKE2s (testtools-2.7.1.tar.gz) = 2d4d4bb5e2b91d2a9bea08e96880fa73c7e2a77b7107884add061e9e5abb4432
-SHA512 (testtools-2.7.1.tar.gz) = 78af1c2af6f93671074dafedeaaf3ddbcc806e78c3153a3b90f88874c967e34a18cb85e5649b08fabb4ba4ae649eeb401e79c77c3b9233d9eee2a3c2267a4596
-Size (testtools-2.7.1.tar.gz) = 200953 bytes
+BLAKE2s (testtools-2.7.2.tar.gz) = 90dc17863f19a598c8cf92f65bd7e8847aeba21d2328b5f3108b23806ed53d41
+SHA512 (testtools-2.7.2.tar.gz) = 5815519d2b72d6b1e9f453c02793c70eb7d3b6580a211fb3708cd6121aed3c6100ceb1e35321f481a63b1f999ede030e43f1ae91d3621faf461c1908db767551
+Size (testtools-2.7.2.tar.gz) = 201430 bytes



Home | Main Index | Thread Index | Old Index