pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-testtools
Module Name: pkgsrc
Committed By: adam
Date: Sat Apr 11 07:34:00 UTC 2020
Modified Files:
pkgsrc/devel/py-testtools: Makefile distinfo
Log Message:
py-testtools: updated to 2.4.0
2.4.0:
Improvements
* Add support for Python 3.7, 3.8 and PyPy3.
* Drop support for Python 3.4 (EOL).
* Avoid using eval().
* PyCharm IDE unittest detection compatibility fix.
* Drop support for Python 3.3 (EOL).
* Spelling fixes.
* Python 3.6 invalid escape sequence deprecation fixes.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-testtools/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-testtools/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-testtools/Makefile
diff -u pkgsrc/devel/py-testtools/Makefile:1.19 pkgsrc/devel/py-testtools/Makefile:1.20
--- pkgsrc/devel/py-testtools/Makefile:1.19 Fri Jun 14 08:13:14 2019
+++ pkgsrc/devel/py-testtools/Makefile Sat Apr 11 07:34:00 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2019/06/14 08:13:14 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2020/04/11 07:34:00 adam Exp $
-DISTNAME= testtools-2.3.0
+DISTNAME= testtools-2.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/testtools/}
@@ -19,6 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-unittest2>=0.8.
# https://github.com/testing-cabal/testtools/issues/253
# circular test dependency
# https://github.com/testing-cabal/testscenarios/issues/4
+#TEST_DEPENDS+= ${PYPKGPREFIX}-testresources-[0-9]*:../../devel/py-testresources
#TEST_DEPENDS+= ${PYPKGPREFIX}-testscenarios-[0-9]*:../../devel/py-testscenarios
USE_LANGUAGES= # none
Index: pkgsrc/devel/py-testtools/distinfo
diff -u pkgsrc/devel/py-testtools/distinfo:1.12 pkgsrc/devel/py-testtools/distinfo:1.13
--- pkgsrc/devel/py-testtools/distinfo:1.12 Sun May 21 06:45:39 2017
+++ pkgsrc/devel/py-testtools/distinfo Sat Apr 11 07:34:00 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2017/05/21 06:45:39 adam Exp $
+$NetBSD: distinfo,v 1.13 2020/04/11 07:34:00 adam Exp $
-SHA1 (testtools-2.3.0.tar.gz) = 5c5bbe2c1bc52077e6debafbc3a8a695d986dbad
-RMD160 (testtools-2.3.0.tar.gz) = bd9c1f31612d7dc7c9fb1bc657167ef1109cec02
-SHA512 (testtools-2.3.0.tar.gz) = 558fe6a1bdce7215f9f6f178f469a2b76948dc7ff0ce27400482a16683474edb81d9bf90ae48b6fcb8df9eb70759341b694aa162ed3d9d4abd372981cdcd8a64
-Size (testtools-2.3.0.tar.gz) = 231559 bytes
+SHA1 (testtools-2.4.0.tar.gz) = 8bda1ce51500bb55593eb094bf5bc2d6a4bc36e8
+RMD160 (testtools-2.4.0.tar.gz) = 91e9bd3367f7bc1192938b5647b7c17e275d8b13
+SHA512 (testtools-2.4.0.tar.gz) = af26e163a4caeb207a554b19f86c7892ab5ebe904c144d85273464e880cd18a991c70a77ff817aefb15768fa38f382e9ed853cdefb212dc697b24072e17535c0
+Size (testtools-2.4.0.tar.gz) = 233032 bytes
Home |
Main Index |
Thread Index |
Old Index