pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-subtests



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Dec 16 05:56:42 UTC 2024

Modified Files:
        pkgsrc/devel/py-test-subtests: Makefile distinfo

Log Message:
py-test-subtests: updated to 0.14.1

0.14.1

* Fix ``self.instance._outcome`` is ``None`` case

0.14.0

* Add support for Python 3.13.
* Dropped support for EOL Python 3.8.
* Fixed output when using ``TestCase.skipTest``
* Fixed ``pytest`` requirement to ``>=7.3``


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-test-subtests/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-test-subtests/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-test-subtests/Makefile
diff -u pkgsrc/devel/py-test-subtests/Makefile:1.11 pkgsrc/devel/py-test-subtests/Makefile:1.12
--- pkgsrc/devel/py-test-subtests/Makefile:1.11 Mon Nov 11 07:28:27 2024
+++ pkgsrc/devel/py-test-subtests/Makefile      Mon Dec 16 05:56:42 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2024/11/11 07:28:27 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/12/16 05:56:42 adam Exp $
 
-DISTNAME=      pytest_subtests-0.13.1
+DISTNAME=      pytest_subtests-0.14.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-subtests/}
@@ -11,11 +11,9 @@ COMMENT=     Unittest subTest() support and 
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2.3:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs
-DEPENDS+=      ${PYPKGPREFIX}-test>=7.0:../../devel/py-test
-
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+DEPENDS+=      ${PYPKGPREFIX}-test>=7.4:../../devel/py-test
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-test-subtests/distinfo
diff -u pkgsrc/devel/py-test-subtests/distinfo:1.9 pkgsrc/devel/py-test-subtests/distinfo:1.10
--- pkgsrc/devel/py-test-subtests/distinfo:1.9  Wed Jul 17 03:40:23 2024
+++ pkgsrc/devel/py-test-subtests/distinfo      Mon Dec 16 05:56:42 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/07/17 03:40:23 adam Exp $
+$NetBSD: distinfo,v 1.10 2024/12/16 05:56:42 adam Exp $
 
-BLAKE2s (pytest_subtests-0.13.1.tar.gz) = 49c0e8024ee1586a47f917451fa5aea6516d001d20ddbbd3786dd20bd00caac2
-SHA512 (pytest_subtests-0.13.1.tar.gz) = c1c92a7a608710fd75a3a67cfd620ec257d7b1fa191fc4788a747ffebdf3973dde9407ed85e1842f15947558f6ec7c15e5c13ad84ce59489398386d6578f1caf
-Size (pytest_subtests-0.13.1.tar.gz) = 15936 bytes
+BLAKE2s (pytest_subtests-0.14.1.tar.gz) = 664f8b442e10eb48e4b8589d91ce49e1aa54ecb2e8374252abdf125bf9641ee8
+SHA512 (pytest_subtests-0.14.1.tar.gz) = f79afa0747334ad885e4e592b2b4ff1381d00fb282ab24c785afe681120e2a9670dbcd7627bd9041cd24922a96146d8be30f0e221b4a6ee8bef8aa7b52038544
+Size (pytest_subtests-0.14.1.tar.gz) = 17632 bytes



Home | Main Index | Thread Index | Old Index