pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-tldextract py-tldextract: updated to 2.2.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ff5a9213227
branches:  trunk
changeset: 344084:6ff5a9213227
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 14 18:04:00 2019 +0000

description:
py-tldextract: updated to 2.2.2

2.2.2:
* Bugfixes
    * Catch file not found
    * Use pkgutil instead of pkg_resources
    * Performance: avoid recomputes, a regex, and a partition
* Misc.
    * Update LICENSE from GitHub template
    * Fix warning about literal comparison
    * Modernize testing
        * Use the latest pylint that works in Python 2
        * Appease pylint with the new rules
        * Support Python 3.8-dev
        * Drop support for EOL Python 3.4

diffstat:

 net/py-tldextract/Makefile |   7 ++++---
 net/py-tldextract/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r 80762ac1dc65 -r 6ff5a9213227 net/py-tldextract/Makefile
--- a/net/py-tldextract/Makefile        Thu Nov 14 18:02:46 2019 +0000
+++ b/net/py-tldextract/Makefile        Thu Nov 14 18:04:00 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/03/06 08:48:31 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/11/14 18:04:00 adam Exp $
 
-DISTNAME=      tldextract-2.2.1
+DISTNAME=      tldextract-2.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tldextract/}
@@ -16,6 +16,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TEST_DEPENDS+= ${PYPKGPREFIX}-responses-[0-9]*:../../net/py-responses
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-pylint-[0-9]*:../../devel/py-test-pylint
 
 USE_LANGUAGES= # none
 
@@ -24,7 +25,7 @@
        ${MV} tldextract tldextract-${PYVERSSUFFIX} || ${TRUE}
 
 do-test:
-       cd ${WRKSRC} && py.test-${PYVERSSUFFIX} tests
+       cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 80762ac1dc65 -r 6ff5a9213227 net/py-tldextract/distinfo
--- a/net/py-tldextract/distinfo        Thu Nov 14 18:02:46 2019 +0000
+++ b/net/py-tldextract/distinfo        Thu Nov 14 18:04:00 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2019/03/06 08:48:31 adam Exp $
+$NetBSD: distinfo,v 1.5 2019/11/14 18:04:00 adam Exp $
 
-SHA1 (tldextract-2.2.1.tar.gz) = 0132b786b0f4ba609284031ef4547a4d36d874a8
-RMD160 (tldextract-2.2.1.tar.gz) = 2320d98865fd2888806a67c4b733249568b421bf
-SHA512 (tldextract-2.2.1.tar.gz) = db4f14e514c0e68f85f28226343d7ec91ceea2843ee01c9a2950f0972f365bf343640e07cfb118aff52bab975719be71d179fc6b3bd4da7eb62a47b62747cc0b
-Size (tldextract-2.2.1.tar.gz) = 54538 bytes
+SHA1 (tldextract-2.2.2.tar.gz) = 58cd30e53c2b5dbf5ea31a98ff2dbfdc37cc8954
+RMD160 (tldextract-2.2.2.tar.gz) = 63b2542e6f4f3158e254092f30ff1b737305c8be
+SHA512 (tldextract-2.2.2.tar.gz) = 21c1098e62056fd5d68c0bf94a151be4224055eabf7973fee85d3632c0b509b454c5f990bd80db3d62fb5ac64b0592a3d3db62445fe5950f3bf9be75aa488ec1
+Size (tldextract-2.2.2.tar.gz) = 63107 bytes



Home | Main Index | Thread Index | Old Index