pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-tldextract



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Nov 14 18:04:00 UTC 2019

Modified Files:
        pkgsrc/net/py-tldextract: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/py-tldextract/Makefile \
    pkgsrc/net/py-tldextract/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-tldextract/Makefile
diff -u pkgsrc/net/py-tldextract/Makefile:1.4 pkgsrc/net/py-tldextract/Makefile:1.5
--- pkgsrc/net/py-tldextract/Makefile:1.4       Wed Mar  6 08:48:31 2019
+++ pkgsrc/net/py-tldextract/Makefile   Thu Nov 14 18:04:00 2019
@@ -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}-requests-file>=
 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 @@ post-install:
        ${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"
Index: pkgsrc/net/py-tldextract/distinfo
diff -u pkgsrc/net/py-tldextract/distinfo:1.4 pkgsrc/net/py-tldextract/distinfo:1.5
--- pkgsrc/net/py-tldextract/distinfo:1.4       Wed Mar  6 08:48:31 2019
+++ pkgsrc/net/py-tldextract/distinfo   Thu Nov 14 18:04:00 2019
@@ -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