Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 348BC84D5B for ; Sun, 6 Aug 2023 19:14:25 +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 KMEKGB11Q1yG for ; Sun, 6 Aug 2023 19:14:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A1DD184C86 for ; Sun, 6 Aug 2023 19:14:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9B666FBDB; Sun, 6 Aug 2023 19:14:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1691349264169490" MIME-Version: 1.0 Date: Sun, 6 Aug 2023 19:14:24 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-phonenumbers To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230806191424.9B666FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1691349264169490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Aug 6 19:14:24 UTC 2023 Modified Files: pkgsrc/textproc/py-phonenumbers: Makefile distinfo Log Message: py-phonenumbers: updated to 8.13.18 8.13.18 Unknown changes To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/py-phonenumbers/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/py-phonenumbers/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1691349264169490 Content-Disposition: inline Content-Length: 1709 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.25 pkgsrc/textproc/py-phonenumbers/Makefile:1.26 --- pkgsrc/textproc/py-phonenumbers/Makefile:1.25 Tue May 30 09:16:45 2023 +++ pkgsrc/textproc/py-phonenumbers/Makefile Sun Aug 6 19:14:24 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2023/05/30 09:16:45 adam Exp $ +# $NetBSD: Makefile,v 1.26 2023/08/06 19:14:24 adam Exp $ -DISTNAME= phonenumbers-8.13.11 +DISTNAME= phonenumbers-8.13.18 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/phonenumbers/} Index: pkgsrc/textproc/py-phonenumbers/distinfo diff -u pkgsrc/textproc/py-phonenumbers/distinfo:1.24 pkgsrc/textproc/py-phonenumbers/distinfo:1.25 --- pkgsrc/textproc/py-phonenumbers/distinfo:1.24 Tue May 30 09:16:45 2023 +++ pkgsrc/textproc/py-phonenumbers/distinfo Sun Aug 6 19:14:24 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2023/05/30 09:16:45 adam Exp $ +$NetBSD: distinfo,v 1.25 2023/08/06 19:14:24 adam Exp $ -BLAKE2s (phonenumbers-8.13.11.tar.gz) = 8a895006e7e0ef639c25ff19999dca4602e9dda89509819a9c923612dbedc672 -SHA512 (phonenumbers-8.13.11.tar.gz) = 9342af48d1509468896f2100ea248591ffc6a63a3120f569a40d989470e2dc0087cbfef46ce399a2837d41610f194a210f43593c6bf414da8b5f1068404f5b74 -Size (phonenumbers-8.13.11.tar.gz) = 2276305 bytes +BLAKE2s (phonenumbers-8.13.18.tar.gz) = 7976fa742bd5120bdd5e7857bf7e714c8dbaeb243d21b0e256612fa8910774f1 +SHA512 (phonenumbers-8.13.18.tar.gz) = 89a17eb1b22ae8943f7a82e499a8ed23b7edcc3b54215c3334065bdee91befa157f9fd8809eadbdeaa8263a122521b243f508d8a9932d2e4f362796176d47475 +Size (phonenumbers-8.13.18.tar.gz) = 2277525 bytes --_----------=_1691349264169490--