pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Aug 29 12:27:13 UTC 2024

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

Log Message:
py-test-check: updated to 2.4.1

2.4.1

Added
- `is_nan()`
- `is_not_nan()`

2.4.0

Modified
- Drop Python 3.7
- Add testing for Python 3.12
- Add tox-uv to tox.ini and main.yml


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-test-check/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-test-check/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-check/Makefile
diff -u pkgsrc/devel/py-test-check/Makefile:1.10 pkgsrc/devel/py-test-check/Makefile:1.11
--- pkgsrc/devel/py-test-check/Makefile:1.10    Fri Jan 19 10:51:30 2024
+++ pkgsrc/devel/py-test-check/Makefile Thu Aug 29 12:27:12 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2024/01/19 10:51:30 adam Exp $
+# $NetBSD: Makefile,v 1.11 2024/08/29 12:27:12 adam Exp $
 
-DISTNAME=      pytest_check-2.3.1
+DISTNAME=      pytest_check-2.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-check/}
@@ -11,11 +11,9 @@ COMMENT=     Pytest plugin that allows multi
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
-DEPENDS+=      ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+DEPENDS+=      ${PYPKGPREFIX}-test>=7.0.0:../../devel/py-test
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-test-check/distinfo
diff -u pkgsrc/devel/py-test-check/distinfo:1.9 pkgsrc/devel/py-test-check/distinfo:1.10
--- pkgsrc/devel/py-test-check/distinfo:1.9     Fri Jan 19 10:51:30 2024
+++ pkgsrc/devel/py-test-check/distinfo Thu Aug 29 12:27:12 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/01/19 10:51:30 adam Exp $
+$NetBSD: distinfo,v 1.10 2024/08/29 12:27:12 adam Exp $
 
-BLAKE2s (pytest_check-2.3.1.tar.gz) = 4702d6dac06bb3f13b55eb62999945c0e14ceff20091dd44b3d98e8ae29c85ef
-SHA512 (pytest_check-2.3.1.tar.gz) = b4a2805b7dc3dfe9f56db6f27a9e4927de070d57bf3906f303c611021081d7b638d9ee58de744491005e10541f527f1bfddaf51be64f2def8a1190cfd1abd43a
-Size (pytest_check-2.3.1.tar.gz) = 28674 bytes
+BLAKE2s (pytest_check-2.4.1.tar.gz) = 1850afc3ade992c91eafce1a85bbf14d3eba710c7832a986692f4cb989ef6070
+SHA512 (pytest_check-2.4.1.tar.gz) = a334425d5aba77b574bcddad8d9a15ffac1638df1ab3b2aeceb4c1580a3871a36431a7d287e1cc1d272bd57b92c1f6e65c3976fdd1793935bfc357916b15b11a
+Size (pytest_check-2.4.1.tar.gz) = 28933 bytes



Home | Main Index | Thread Index | Old Index