Received: by mail.netbsd.org (Postfix, from userid 605) id 1E94B84DC1; Tue, 19 May 2020 12:41:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9C7D484DBC for ; Tue, 19 May 2020 12:41:04 +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 yjcek6AN_CmY for ; Tue, 19 May 2020 12:41:04 +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 2708F84D6C for ; Tue, 19 May 2020 12:41:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 20DB5FB27; Tue, 19 May 2020 12:41:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158989206479720" MIME-Version: 1.0 Date: Tue, 19 May 2020 12:41:04 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-regex To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200519124104.20DB5FB27@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. --_----------=_158989206479720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue May 19 12:41:04 UTC 2020 Modified Files: pkgsrc/textproc/py-regex: Makefile distinfo Log Message: py-regex: updated to 2020.5.14 2020.5.14: Unknown changes To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/py-regex/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/py-regex/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158989206479720 Content-Disposition: inline Content-Length: 1683 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-regex/Makefile diff -u pkgsrc/textproc/py-regex/Makefile:1.24 pkgsrc/textproc/py-regex/Makefile:1.25 --- pkgsrc/textproc/py-regex/Makefile:1.24 Sat Apr 11 07:09:16 2020 +++ pkgsrc/textproc/py-regex/Makefile Tue May 19 12:41:03 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2020/04/11 07:09:16 adam Exp $ +# $NetBSD: Makefile,v 1.25 2020/05/19 12:41:03 adam Exp $ -DISTNAME= regex-2020.4.4 +DISTNAME= regex-2020.5.14 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=r/regex/} Index: pkgsrc/textproc/py-regex/distinfo diff -u pkgsrc/textproc/py-regex/distinfo:1.23 pkgsrc/textproc/py-regex/distinfo:1.24 --- pkgsrc/textproc/py-regex/distinfo:1.23 Sat Apr 11 07:09:16 2020 +++ pkgsrc/textproc/py-regex/distinfo Tue May 19 12:41:03 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2020/04/11 07:09:16 adam Exp $ +$NetBSD: distinfo,v 1.24 2020/05/19 12:41:03 adam Exp $ -SHA1 (regex-2020.4.4.tar.gz) = 779604c9653e58cfb4c381a51931c8a39c078585 -RMD160 (regex-2020.4.4.tar.gz) = 6039de92ad504da901723ea35c461f7b8fd37ff2 -SHA512 (regex-2020.4.4.tar.gz) = 95eadaaffaf87a19b31024ad3cff670d34a31de8b9be430fc276a533a584203842d1634b66a346c4aaecf2407b973bb1ae9c8ee8b48785d03bd5e45a67a271a9 -Size (regex-2020.4.4.tar.gz) = 695848 bytes +SHA1 (regex-2020.5.14.tar.gz) = e66294a9b5abe2385ae95f0f30fd1b9c89ceef54 +RMD160 (regex-2020.5.14.tar.gz) = 6d67598e82784d5936599d4e8ef3a85d40ea81eb +SHA512 (regex-2020.5.14.tar.gz) = e16c7cc45ceb4bb8fad620d8c5b69ff5a3a3dc97ee06836390bd85ad70821fc6694b374e59796fe208c1db42fe0f47cd4c2fb7a1b8609351ecb41f58e2b8b070 +Size (regex-2020.5.14.tar.gz) = 696864 bytes --_----------=_158989206479720--