Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-testtools py-testtools: updated to 2.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e3ee70c69196
branches:  trunk
changeset: 428763:e3ee70c69196
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Apr 11 07:34:00 2020 +0000

description:
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:

 devel/py-testtools/Makefile |   5 +++--
 devel/py-testtools/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 5e72edd86331 -r e3ee70c69196 devel/py-testtools/Makefile
--- a/devel/py-testtools/Makefile       Sat Apr 11 07:29:00 2020 +0000
+++ b/devel/py-testtools/Makefile       Sat Apr 11 07:34:00 2020 +0000
@@ -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 @@
 # 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 -r 5e72edd86331 -r e3ee70c69196 devel/py-testtools/distinfo
--- a/devel/py-testtools/distinfo       Sat Apr 11 07:29:00 2020 +0000
+++ b/devel/py-testtools/distinfo       Sat Apr 11 07:34:00 2020 +0000
@@ -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