Received: by mail.netbsd.org (Postfix, from userid 605) id C16B884D80; Sun, 14 Feb 2021 18:59:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0705A84CFC for ; Sun, 14 Feb 2021 18:59:11 +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 4XPaFRyw3-5Y for ; Sun, 14 Feb 2021 18:59:10 +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 72FFC84CED for ; Sun, 14 Feb 2021 18:59:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6178CFA95; Sun, 14 Feb 2021 18:59:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613329150133290" MIME-Version: 1.0 Date: Sun, 14 Feb 2021 18:59:10 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-phonenumbers To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210214185910.6178CFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613329150133290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Feb 14 18:59:10 UTC 2021 Modified Files: pkgsrc/textproc/py-phonenumbers: Makefile distinfo Log Message: py-phonenumbers: updated to 8.12.18 8.12.18: Unknown changes To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-phonenumbers/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/py-phonenumbers/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613329150133290 Content-Disposition: inline Content-Length: 1823 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-phonenumbers/Makefile diff -u pkgsrc/textproc/py-phonenumbers/Makefile:1.18 pkgsrc/textproc/py-phonenumbers/Makefile:1.19 --- pkgsrc/textproc/py-phonenumbers/Makefile:1.18 Fri Oct 2 19:14:33 2020 +++ pkgsrc/textproc/py-phonenumbers/Makefile Sun Feb 14 18:59:10 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2020/10/02 19:14:33 adam Exp $ +# $NetBSD: Makefile,v 1.19 2021/02/14 18:59:10 adam Exp $ -DISTNAME= phonenumbers-8.12.10 +DISTNAME= phonenumbers-8.12.18 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= comms textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/phonenumbers/} Index: pkgsrc/textproc/py-phonenumbers/distinfo diff -u pkgsrc/textproc/py-phonenumbers/distinfo:1.16 pkgsrc/textproc/py-phonenumbers/distinfo:1.17 --- pkgsrc/textproc/py-phonenumbers/distinfo:1.16 Fri Oct 2 19:14:33 2020 +++ pkgsrc/textproc/py-phonenumbers/distinfo Sun Feb 14 18:59:10 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2020/10/02 19:14:33 adam Exp $ +$NetBSD: distinfo,v 1.17 2021/02/14 18:59:10 adam Exp $ -SHA1 (phonenumbers-8.12.10.tar.gz) = 963817d94c0fb038121ad60609aa52eb0835c153 -RMD160 (phonenumbers-8.12.10.tar.gz) = c657fc232fee2f883c36c4c140acd718e7d69490 -SHA512 (phonenumbers-8.12.10.tar.gz) = 14fcdaa76a61624db2c4d4290a3df27252d985f889b8fb29c80971b88b502a5fe74efa0a110ee3ec92459b8d6a1ccc03dd5eb211b6addad741c9bb7527d5e600 -Size (phonenumbers-8.12.10.tar.gz) = 2254112 bytes +SHA1 (phonenumbers-8.12.18.tar.gz) = d2b61ac9852168fda58736702c4f909087073bd4 +RMD160 (phonenumbers-8.12.18.tar.gz) = cc32fff46d9bad36259b04166b44e2d959ace7d7 +SHA512 (phonenumbers-8.12.18.tar.gz) = 01efb25e5f47b314cde706c8d064fa6c3e6b3ceb76be775fba456720036bd69d95fb03b775a4c510dc6d7cad662a30208839f93fdf6274f82488e06ef35ce508 +Size (phonenumbers-8.12.18.tar.gz) = 2257229 bytes --_----------=_1613329150133290--