pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-zope.testrunner
Module Name: pkgsrc
Committed By: adam
Date: Thu Feb 8 06:02:52 UTC 2024
Modified Files:
pkgsrc/devel/py-zope.testrunner: Makefile PLIST distinfo
Log Message:
py-zope.testrunner: updated to 6.3
6.3 (2024-02-07)
- Exit cleanly when using the test runner ``--version`` argument.
- Add new `--xml path` option to write `JUnit`-like XML reports.
Code comes from `collective.xmltestreport`, but be aware that here `--xml`
is not a boolean, but expects a path!
- Add support for Python 3.13a3.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-zope.testrunner/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-zope.testrunner/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-zope.testrunner/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-zope.testrunner/Makefile
diff -u pkgsrc/devel/py-zope.testrunner/Makefile:1.5 pkgsrc/devel/py-zope.testrunner/Makefile:1.6
--- pkgsrc/devel/py-zope.testrunner/Makefile:1.5 Thu Dec 28 19:11:14 2023
+++ pkgsrc/devel/py-zope.testrunner/Makefile Thu Feb 8 06:02:52 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2023/12/28 19:11:14 adam Exp $
+# $NetBSD: Makefile,v 1.6 2024/02/08 06:02:52 adam Exp $
-DISTNAME= zope.testrunner-6.2.1
+DISTNAME= zope.testrunner-6.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.testrunner/}
@@ -10,8 +10,8 @@ HOMEPAGE= https://github.com/zopefoundat
COMMENT= Zope testrunner script
LICENSE= zpl-2.1
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-zope.exceptions-[0-9]*:../../devel/py-zope.exceptions
DEPENDS+= ${PYPKGPREFIX}-zope.interface-[0-9]*:../../devel/py-zope.interface
TEST_DEPENDS+= ${PYPKGPREFIX}-zope.testing-[0-9]*:../../devel/py-zope.testing
Index: pkgsrc/devel/py-zope.testrunner/PLIST
diff -u pkgsrc/devel/py-zope.testrunner/PLIST:1.3 pkgsrc/devel/py-zope.testrunner/PLIST:1.4
--- pkgsrc/devel/py-zope.testrunner/PLIST:1.3 Wed Jan 3 15:23:27 2024
+++ pkgsrc/devel/py-zope.testrunner/PLIST Thu Feb 8 06:02:52 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2024/01/03 15:23:27 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2024/02/08 06:02:52 adam Exp $
bin/zope-testrunner-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.md
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -7,7 +7,7 @@ ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/${WHEEL_INFODIR}/namespace_packages.txt
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/zope.testrunner-6.2.1-py${PYVERSSUFFIX}-nspkg.pth
+${PYSITELIB}/zope.testrunner-${PKGVERSION}-py${PYVERSSUFFIX}-nspkg.pth
${PYSITELIB}/zope/testrunner/__init__.py
${PYSITELIB}/zope/testrunner/__init__.pyc
${PYSITELIB}/zope/testrunner/__init__.pyo
@@ -114,6 +114,9 @@ ${PYSITELIB}/zope/testrunner/tests/test_
${PYSITELIB}/zope/testrunner/tests/test_threadsupport.py
${PYSITELIB}/zope/testrunner/tests/test_threadsupport.pyc
${PYSITELIB}/zope/testrunner/tests/test_threadsupport.pyo
+${PYSITELIB}/zope/testrunner/tests/test_xml_output.py
+${PYSITELIB}/zope/testrunner/tests/test_xml_output.pyc
+${PYSITELIB}/zope/testrunner/tests/test_xml_output.pyo
${PYSITELIB}/zope/testrunner/tests/testrunner-arguments.rst
${PYSITELIB}/zope/testrunner/tests/testrunner-colors.rst
${PYSITELIB}/zope/testrunner/tests/testrunner-coverage-win32.rst
Index: pkgsrc/devel/py-zope.testrunner/distinfo
diff -u pkgsrc/devel/py-zope.testrunner/distinfo:1.4 pkgsrc/devel/py-zope.testrunner/distinfo:1.5
--- pkgsrc/devel/py-zope.testrunner/distinfo:1.4 Thu Dec 28 19:11:14 2023
+++ pkgsrc/devel/py-zope.testrunner/distinfo Thu Feb 8 06:02:52 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/12/28 19:11:14 adam Exp $
+$NetBSD: distinfo,v 1.5 2024/02/08 06:02:52 adam Exp $
-BLAKE2s (zope.testrunner-6.2.1.tar.gz) = 17cc3d84a7bb12f3e4d1b16a11cbf66d443bd7cbcb956a05d9e5d179daa9720b
-SHA512 (zope.testrunner-6.2.1.tar.gz) = 5dc8764a518b49f42ef16b64ccb70fb772de0ccda2057ae90597a64975b01c25e885133385e791376f6664b72c67a98499934ebda64238511beef28416ec6add
-Size (zope.testrunner-6.2.1.tar.gz) = 150397 bytes
+BLAKE2s (zope.testrunner-6.3.tar.gz) = efbe4a588955039c1ee02490eea553400a549a2097eaa8577fc664fd84a9e544
+SHA512 (zope.testrunner-6.3.tar.gz) = fdac48d9af7aac6f27d1f53d39ae211591a4020adaef762c28bb6ac40335d5c7f0eb133ddd1cbc534275d2deec94a5e6112b8de56a971b1a8d5d7d4c38281e5a
+Size (zope.testrunner-6.3.tar.gz) = 159630 bytes
Home |
Main Index |
Thread Index |
Old Index