diff options
author | adam <adam@pkgsrc.org> | 2020-04-11 07:34:00 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-04-11 07:34:00 +0000 |
commit | e2bdd3b92fa1dc7f22e7ee90245fd73806a91ed6 (patch) | |
tree | 82b721c66d8f840c7b91436303fa44778a4d5786 /devel/py-testtools | |
parent | e85583b624007a7cf5f51d30881ddec2a30fc73c (diff) | |
download | pkgsrc-e2bdd3b92fa1dc7f22e7ee90245fd73806a91ed6.tar.gz |
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.
Diffstat (limited to 'devel/py-testtools')
-rw-r--r-- | devel/py-testtools/Makefile | 5 | ||||
-rw-r--r-- | devel/py-testtools/distinfo | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/py-testtools/Makefile b/devel/py-testtools/Makefile index fba26088554..ea550edf56a 100644 --- a/devel/py-testtools/Makefile +++ b/devel/py-testtools/Makefile @@ -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.0:../../devel/py-unittest2 # 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 diff --git a/devel/py-testtools/distinfo b/devel/py-testtools/distinfo index 39a23a7a0e6..5046f34e1ed 100644 --- a/devel/py-testtools/distinfo +++ b/devel/py-testtools/distinfo @@ -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 |