Received: by mail.netbsd.org (Postfix, from userid 605) id CB79884D82; Thu, 14 Nov 2019 18:04:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 542B084D78 for ; Thu, 14 Nov 2019 18:04:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id MLqiGg2YdqzV for ; Thu, 14 Nov 2019 18:04:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C3A5484CFC for ; Thu, 14 Nov 2019 18:04:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BB505FA97; Thu, 14 Nov 2019 18:04:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1573754640223740" MIME-Version: 1.0 Date: Thu, 14 Nov 2019 18:04:00 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/py-tldextract To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20191114180400.BB505FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1573754640223740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1573754640223740 Content-Disposition: inline Content-Length: 2319 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1573754640223740--