Received: by mail.netbsd.org (Postfix, from userid 605) id 4B01B84E5A; Sun, 29 Aug 2021 08:44:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 85C9F84DC1 for ; Sun, 29 Aug 2021 08:44:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id dE_xMe1AGXzd for ; Sun, 29 Aug 2021 08:44:23 +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 F3C9C84CBC for ; Sun, 29 Aug 2021 08:44:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EB880FA97; Sun, 29 Aug 2021 08:44:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1630226662282280" MIME-Version: 1.0 Date: Sun, 29 Aug 2021 08:44:22 +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: <20210829084422.EB880FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1630226662282280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Aug 29 08:44:22 UTC 2021 Modified Files: pkgsrc/net/py-tldextract: Makefile distinfo Log Message: py-tldextract: updated to 3.1.1 3.1.1: * Bugfixes * Support Python 3.9 * Drop support for EOL Python 3.5 To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/py-tldextract/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/py-tldextract/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1630226662282280 Content-Disposition: inline Content-Length: 1978 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.9 pkgsrc/net/py-tldextract/Makefile:1.10 --- pkgsrc/net/py-tldextract/Makefile:1.9 Fri Nov 27 19:36:27 2020 +++ pkgsrc/net/py-tldextract/Makefile Sun Aug 29 08:44:22 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2020/11/27 19:36:27 adam Exp $ +# $NetBSD: Makefile,v 1.10 2021/08/29 08:44:22 adam Exp $ -DISTNAME= tldextract-3.1.0 +DISTNAME= tldextract-3.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=t/tldextract/} @@ -27,7 +27,7 @@ post-install: ${MV} tldextract tldextract-${PYVERSSUFFIX} || ${TRUE} do-test: - cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} 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.7 pkgsrc/net/py-tldextract/distinfo:1.8 --- pkgsrc/net/py-tldextract/distinfo:1.7 Fri Nov 27 19:36:27 2020 +++ pkgsrc/net/py-tldextract/distinfo Sun Aug 29 08:44:22 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2020/11/27 19:36:27 adam Exp $ +$NetBSD: distinfo,v 1.8 2021/08/29 08:44:22 adam Exp $ -SHA1 (tldextract-3.1.0.tar.gz) = b4ea9266f0fafd2ff232d9d6d4410d46dac795c8 -RMD160 (tldextract-3.1.0.tar.gz) = 4bf31442c98ae5fc68a5b318db016246f4dc516e -SHA512 (tldextract-3.1.0.tar.gz) = c6c67598b7dd2c8e85008c5061693182eb075e16390b001eb696fd12a0f5666d0a327667a0fd61e4f270003a8cfc97a8fbf7b53a246bab6f9e9ad95943dac9d8 -Size (tldextract-3.1.0.tar.gz) = 101874 bytes +SHA1 (tldextract-3.1.1.tar.gz) = db9b9a24952298d7de90e8ffbf220399680762bc +RMD160 (tldextract-3.1.1.tar.gz) = 3e69fdb231145f75250d4d4a761becdfd0ea18ae +SHA512 (tldextract-3.1.1.tar.gz) = caec65beca0b2ba8f294043cf2f64839aef9fe472d1a76619bef1ec6b33ac99ccd08c24601c7fd97fef215621c9ec71a34911d3832febdb36d3f8ac9561b1175 +Size (tldextract-3.1.1.tar.gz) = 103195 bytes --_----------=_1630226662282280--