Received: by mail.netbsd.org (Postfix, from userid 605) id 3F9E184E62; Wed, 5 Oct 2022 07:59:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7159984D27 for ; Wed, 5 Oct 2022 07:59:23 +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 ClcljjwkzCF8 for ; Wed, 5 Oct 2022 07:59:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E652B84CFD for ; Wed, 5 Oct 2022 07:59:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E36E7FA90; Wed, 5 Oct 2022 07:59:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1664956762243280" MIME-Version: 1.0 Date: Wed, 5 Oct 2022 07:59: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: <20221005075922.E36E7FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1664956762243280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Oct 5 07:59:22 UTC 2022 Modified Files: pkgsrc/net/py-tldextract: Makefile distinfo Log Message: py-tldextract: updated to 3.4.0 3.4.0 (2022-10-04) * Features * Add method `extract_urllib` to extract from a `urllib.parse.{ParseResult,SplitResult}` * Bugfixes * Fix internal type-var error, in newer versions of mypy To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/py-tldextract/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/py-tldextract/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1664956762243280 Content-Disposition: inline Content-Length: 1598 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.16 pkgsrc/net/py-tldextract/Makefile:1.17 --- pkgsrc/net/py-tldextract/Makefile:1.16 Mon Jul 11 06:15:10 2022 +++ pkgsrc/net/py-tldextract/Makefile Wed Oct 5 07:59:22 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2022/07/11 06:15:10 adam Exp $ +# $NetBSD: Makefile,v 1.17 2022/10/05 07:59:22 adam Exp $ -DISTNAME= tldextract-3.3.1 +DISTNAME= tldextract-3.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=t/tldextract/} Index: pkgsrc/net/py-tldextract/distinfo diff -u pkgsrc/net/py-tldextract/distinfo:1.14 pkgsrc/net/py-tldextract/distinfo:1.15 --- pkgsrc/net/py-tldextract/distinfo:1.14 Mon Jul 11 06:15:10 2022 +++ pkgsrc/net/py-tldextract/distinfo Wed Oct 5 07:59:22 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2022/07/11 06:15:10 adam Exp $ +$NetBSD: distinfo,v 1.15 2022/10/05 07:59:22 adam Exp $ -BLAKE2s (tldextract-3.3.1.tar.gz) = 19baf7ab1980298c44892a76f0f0e8bb2ea355e2e6362b879ae6e33fc60857e9 -SHA512 (tldextract-3.3.1.tar.gz) = ec1c8f326772cad04caecb65fc4b6c0bd168233ca59c14b4baf0d365420fda6c740febb8399bb8ead747f259bf81b513a7edef3b3e832576703d56ab8fda1bc1 -Size (tldextract-3.3.1.tar.gz) = 110819 bytes +BLAKE2s (tldextract-3.4.0.tar.gz) = 5f24ed60e49aeba3b0c857bc468c3292112cc1b363620fde8e8cb524d6441228 +SHA512 (tldextract-3.4.0.tar.gz) = 6cd6b079c35af62e4f8da67c687630471d1a57ebfab7d982abe411b03fb6673dd238a1f676de5624d13bd2eb42b91ae0a97708e33579217916d88bca4db218db +Size (tldextract-3.4.0.tar.gz) = 111437 bytes --_----------=_1664956762243280--