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:           Thu Mar  7 10:05:54 UTC 2024

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

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

0.12.0 (2024-03-06)

* Python 3.12 is now officially supported.
* Added typing support.
* ``SubTests`` can be imported from ``pytest_subtests`` to type-annotate the ``subtests`` fixture.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-test-subtests/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test-subtests/PLIST
cvs rdiff -u -r1.5 -r1.6 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.6 pkgsrc/devel/py-test-subtests/Makefile:1.7
--- pkgsrc/devel/py-test-subtests/Makefile:1.6  Sat Oct 28 19:57:07 2023
+++ pkgsrc/devel/py-test-subtests/Makefile      Thu Mar  7 10:05:54 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2023/10/28 19:57:07 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2024/03/07 10:05:54 adam Exp $
 
-DISTNAME=      pytest-subtests-0.11.0
+DISTNAME=      pytest-subtests-0.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-subtests/}
 
@@ -19,9 +18,5 @@ DEPENDS+=     ${PYPKGPREFIX}-test>=7.0:../..
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-# needs to be installed for testing
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-test-subtests/PLIST
diff -u pkgsrc/devel/py-test-subtests/PLIST:1.3 pkgsrc/devel/py-test-subtests/PLIST:1.4
--- pkgsrc/devel/py-test-subtests/PLIST:1.3     Sat Oct 28 19:57:07 2023
+++ pkgsrc/devel/py-test-subtests/PLIST Thu Mar  7 10:05:54 2024
@@ -1,10 +1,14 @@
-@comment $NetBSD: PLIST,v 1.3 2023/10/28 19:57:07 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2024/03/07 10:05:54 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/pytest_subtests.py
-${PYSITELIB}/pytest_subtests.pyc
-${PYSITELIB}/pytest_subtests.pyo
+${PYSITELIB}/pytest_subtests/__init__.py
+${PYSITELIB}/pytest_subtests/__init__.pyc
+${PYSITELIB}/pytest_subtests/__init__.pyo
+${PYSITELIB}/pytest_subtests/plugin.py
+${PYSITELIB}/pytest_subtests/plugin.pyc
+${PYSITELIB}/pytest_subtests/plugin.pyo
+${PYSITELIB}/pytest_subtests/py.typed

Index: pkgsrc/devel/py-test-subtests/distinfo
diff -u pkgsrc/devel/py-test-subtests/distinfo:1.5 pkgsrc/devel/py-test-subtests/distinfo:1.6
--- pkgsrc/devel/py-test-subtests/distinfo:1.5  Mon Jul 17 15:09:37 2023
+++ pkgsrc/devel/py-test-subtests/distinfo      Thu Mar  7 10:05:54 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/07/17 15:09:37 adam Exp $
+$NetBSD: distinfo,v 1.6 2024/03/07 10:05:54 adam Exp $
 
-BLAKE2s (pytest-subtests-0.11.0.tar.gz) = 370638ffef7a44f83a95d36af41f3e62f93bf7303c137bd5626b7ec70c8139c2
-SHA512 (pytest-subtests-0.11.0.tar.gz) = cab486252148e457e234e0dadacefa5ff38cf67df48d9c8bd61aa546a4a1e712b70dca0a270dffceede6be0f8a6324e8c21beaa4d1528b39f12bba72e077ef1d
-Size (pytest-subtests-0.11.0.tar.gz) = 12763 bytes
+BLAKE2s (pytest-subtests-0.12.0.tar.gz) = ac37d1969e39cd0c20b9e4c8fb8fe34feb4f6ec9dff02c4a8704ff32570bec73
+SHA512 (pytest-subtests-0.12.0.tar.gz) = 4ff64e29b5c7f76a239ac3f365450a60d3ebe3ee9d01781c4f79f100b1590d24a867c503567d0bbf60e397bc1cc3dff091afbee823aa9399b7cc14a6e60bc0b8
+Size (pytest-subtests-0.12.0.tar.gz) = 15251 bytes



Home | Main Index | Thread Index | Old Index