pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ZopeTestrunner



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jun  8 14:09:55 UTC 2020

Modified Files:
        pkgsrc/devel/py-ZopeTestrunner: Makefile PLIST distinfo

Log Message:
py-ZopeTestrunner: updated to 5.1

5.1:
- Recover more gracefully when layer setUp or tearDown fails, producing
  useful subunit output.
- Prevent a spurious warning from the ``--require-unique`` option if the
  ``--module`` option was not used.
- Add optional buffering of standard output and standard error during tests,
  requested via the ``--buffer`` option or enabled by default for subunit.
- Fix incorrect failure counts in per-layer summary output, broken in 4.0.1.

5.0:
- Fix test failures and deprecation warnings occurring when using Python 3.8a1.
- Drop support for Python 3.4.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-ZopeTestrunner/Makefile \
    pkgsrc/devel/py-ZopeTestrunner/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-ZopeTestrunner/PLIST

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-ZopeTestrunner/Makefile
diff -u pkgsrc/devel/py-ZopeTestrunner/Makefile:1.2 pkgsrc/devel/py-ZopeTestrunner/Makefile:1.3
--- pkgsrc/devel/py-ZopeTestrunner/Makefile:1.2 Sat Dec 22 09:05:23 2018
+++ pkgsrc/devel/py-ZopeTestrunner/Makefile     Mon Jun  8 14:09:55 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/12/22 09:05:23 adam Exp $
+# $NetBSD: Makefile,v 1.3 2020/06/08 14:09:55 adam Exp $
 
-DISTNAME=      zope.testrunner-4.9.2
+DISTNAME=      zope.testrunner-5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/zope.t/ZopeT/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zope.testrunner/}
@@ -10,9 +10,10 @@ HOMEPAGE=    https://github.com/zopefoundat
 COMMENT=       Zope testrunner script
 LICENSE=       zpl-2.1
 
+DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-zope.exceptions-[0-9]*:../../devel/py-zope.exceptions
 DEPENDS+=      ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
-DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-zope.testing-[0-9]*:../../devel/py-zope.testing
 
 .include "../../lang/python/egg.mk"
Index: pkgsrc/devel/py-ZopeTestrunner/distinfo
diff -u pkgsrc/devel/py-ZopeTestrunner/distinfo:1.2 pkgsrc/devel/py-ZopeTestrunner/distinfo:1.3
--- pkgsrc/devel/py-ZopeTestrunner/distinfo:1.2 Sat Dec 22 09:05:23 2018
+++ pkgsrc/devel/py-ZopeTestrunner/distinfo     Mon Jun  8 14:09:55 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/12/22 09:05:23 adam Exp $
+$NetBSD: distinfo,v 1.3 2020/06/08 14:09:55 adam Exp $
 
-SHA1 (zope.testrunner-4.9.2.tar.gz) = 34c29402a0db563dc12fdf349f1205f76ad4f42e
-RMD160 (zope.testrunner-4.9.2.tar.gz) = e4b7c5113d98ef70565e1e99fe17da3deb2c8dde
-SHA512 (zope.testrunner-4.9.2.tar.gz) = c9555fb7b92623636d1a1a076ffd7429eec4c8ebd66913e671ccf10f276c796666b170b3ed94900e044c214f886bb442e98474c09cd874eea3a33d7de44f2416
-Size (zope.testrunner-4.9.2.tar.gz) = 131727 bytes
+SHA1 (zope.testrunner-5.1.tar.gz) = 12109a626cdc8a92b9ff1e2d1f4669988da9125e
+RMD160 (zope.testrunner-5.1.tar.gz) = 32c65ceaafda46b3b2b40ef639929c47b10d0700
+SHA512 (zope.testrunner-5.1.tar.gz) = 685d1e1512bd85a00c34f4f89ca1e0f8d1f0939de7b25db0cb43da44e5e41e735e1e9a5ccf2a89b959d7d5f074da71dfe0fd931bd62082159ec65c0b53cd38c1
+Size (zope.testrunner-5.1.tar.gz) = 140679 bytes

Index: pkgsrc/devel/py-ZopeTestrunner/PLIST
diff -u pkgsrc/devel/py-ZopeTestrunner/PLIST:1.1 pkgsrc/devel/py-ZopeTestrunner/PLIST:1.2
--- pkgsrc/devel/py-ZopeTestrunner/PLIST:1.1    Tue Oct 23 09:38:39 2018
+++ pkgsrc/devel/py-ZopeTestrunner/PLIST        Mon Jun  8 14:09:55 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/10/23 09:38:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/06/08 14:09:55 adam Exp $
 bin/zope-testrunner
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -163,6 +163,9 @@ ${PYSITELIB}/zope/testrunner/tests/testr
 ${PYSITELIB}/zope/testrunner/tests/testrunner-ex-skip/sample_skipped_tests.pyc
 ${PYSITELIB}/zope/testrunner/tests/testrunner-ex-skip/sample_skipped_tests.pyo
 ${PYSITELIB}/zope/testrunner/tests/testrunner-ex/README.rst
+${PYSITELIB}/zope/testrunner/tests/testrunner-ex/brokenlayer.py
+${PYSITELIB}/zope/testrunner/tests/testrunner-ex/brokenlayer.pyc
+${PYSITELIB}/zope/testrunner/tests/testrunner-ex/brokenlayer.pyo
 ${PYSITELIB}/zope/testrunner/tests/testrunner-ex/gc0.py
 ${PYSITELIB}/zope/testrunner/tests/testrunner-ex/gc0.pyc
 ${PYSITELIB}/zope/testrunner/tests/testrunner-ex/gc0.pyo
@@ -309,6 +312,9 @@ ${PYSITELIB}/zope/testrunner/tests/testr
 ${PYSITELIB}/zope/testrunner/tests/testrunner-ex/sample2/stderrtest.py
 ${PYSITELIB}/zope/testrunner/tests/testrunner-ex/sample2/stderrtest.pyc
 ${PYSITELIB}/zope/testrunner/tests/testrunner-ex/sample2/stderrtest.pyo
+${PYSITELIB}/zope/testrunner/tests/testrunner-ex/sample2/stdstreamstest.py
+${PYSITELIB}/zope/testrunner/tests/testrunner-ex/sample2/stdstreamstest.pyc
+${PYSITELIB}/zope/testrunner/tests/testrunner-ex/sample2/stdstreamstest.pyo
 ${PYSITELIB}/zope/testrunner/tests/testrunner-ex/sample3/__init__.py
 ${PYSITELIB}/zope/testrunner/tests/testrunner-ex/sample3/__init__.pyc
 ${PYSITELIB}/zope/testrunner/tests/testrunner-ex/sample3/__init__.pyo



Home | Main Index | Thread Index | Old Index