pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Feb  3 08:31:05 UTC 2025

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

Log Message:
py-test-plus: updated to 0.8.1

0.8.1

Bugfixes

Make log collection more resilient


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-plus/Makefile \
    pkgsrc/devel/py-test-plus/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-plus/Makefile
diff -u pkgsrc/devel/py-test-plus/Makefile:1.2 pkgsrc/devel/py-test-plus/Makefile:1.3
--- pkgsrc/devel/py-test-plus/Makefile:1.2      Sat Feb  1 18:37:04 2025
+++ pkgsrc/devel/py-test-plus/Makefile  Mon Feb  3 08:31:04 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2025/02/01 18:37:04 adam Exp $
+# $NetBSD: Makefile,v 1.3 2025/02/03 08:31:04 adam Exp $
 
-DISTNAME=      pytest_plus-0.8.0
+DISTNAME=      pytest_plus-0.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pytest_/test-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-plus/}
@@ -18,5 +18,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-html>
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  39
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-plus/distinfo
diff -u pkgsrc/devel/py-test-plus/distinfo:1.2 pkgsrc/devel/py-test-plus/distinfo:1.3
--- pkgsrc/devel/py-test-plus/distinfo:1.2      Sat Feb  1 18:37:04 2025
+++ pkgsrc/devel/py-test-plus/distinfo  Mon Feb  3 08:31:04 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2025/02/01 18:37:04 adam Exp $
+$NetBSD: distinfo,v 1.3 2025/02/03 08:31:04 adam Exp $
 
-BLAKE2s (pytest_plus-0.8.0.tar.gz) = 5ea2c8dc1126c42f721408a1861ad88b866fcd4b88e7a2c200b13577ad13bca6
-SHA512 (pytest_plus-0.8.0.tar.gz) = cbe4fa85e7c5af54e2dccca0082f6cda2cf62cb68a942d27e3e977ea4e38e088b01ce3751759645df491eb509e4dd338425d2a10715f687612eebc42377e6a2d
-Size (pytest_plus-0.8.0.tar.gz) = 15369 bytes
+BLAKE2s (pytest_plus-0.8.1.tar.gz) = 57e6c2c786f39d58bfed569d5d90a4b6d9781ea193addd2ece46b741f0c4f952
+SHA512 (pytest_plus-0.8.1.tar.gz) = d84ec863522610fb66b8214da4fa626345da7afb6a127717bb8d3ba0c5c8bd91f0b756f4f1ca2e81f9c38c0ada7ddefa2879bc6b9969b1643c46b59c72e092e6
+Size (pytest_plus-0.8.1.tar.gz) = 15444 bytes



Home | Main Index | Thread Index | Old Index