Received: by mail.netbsd.org (Postfix, from userid 605) id 9D45E84D9C; Sat, 19 Oct 2019 14:12:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 240AF84D6F for ; Sat, 19 Oct 2019 14:12:46 +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 I55lVHUFBUTA for ; Sat, 19 Oct 2019 14:12:45 +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 A40DF84CEA for ; Sat, 19 Oct 2019 14:12:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9B355FBF4; Sat, 19 Oct 2019 14:12:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157149436547980" MIME-Version: 1.0 Date: Sat, 19 Oct 2019 14:12:45 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/py-ipaddress To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20191019141245.9B355FBF4@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. --_----------=_157149436547980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Oct 19 14:12:45 UTC 2019 Modified Files: pkgsrc/net/py-ipaddress: Makefile distinfo Log Message: py-ipaddress: updated to 1.0.23 1.0.23: Unknown changes To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/py-ipaddress/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/py-ipaddress/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157149436547980 Content-Disposition: inline Content-Length: 1687 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-ipaddress/Makefile diff -u pkgsrc/net/py-ipaddress/Makefile:1.11 pkgsrc/net/py-ipaddress/Makefile:1.12 --- pkgsrc/net/py-ipaddress/Makefile:1.11 Tue Apr 17 10:47:06 2018 +++ pkgsrc/net/py-ipaddress/Makefile Sat Oct 19 14:12:45 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2018/04/17 10:47:06 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2019/10/19 14:12:45 adam Exp $ -DISTNAME= ipaddress-1.0.22 +DISTNAME= ipaddress-1.0.23 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net devel python MASTER_SITES+= ${MASTER_SITE_PYPI:=i/ipaddress/} Index: pkgsrc/net/py-ipaddress/distinfo diff -u pkgsrc/net/py-ipaddress/distinfo:1.9 pkgsrc/net/py-ipaddress/distinfo:1.10 --- pkgsrc/net/py-ipaddress/distinfo:1.9 Tue Apr 17 10:47:06 2018 +++ pkgsrc/net/py-ipaddress/distinfo Sat Oct 19 14:12:45 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2018/04/17 10:47:06 wiz Exp $ +$NetBSD: distinfo,v 1.10 2019/10/19 14:12:45 adam Exp $ -SHA1 (ipaddress-1.0.22.tar.gz) = 7b60cef3c7fdb7fa9c991ddff5968754cec6adb0 -RMD160 (ipaddress-1.0.22.tar.gz) = a54f8ac5f6c1682b77d62dc7bf063d21c0b2fb87 -SHA512 (ipaddress-1.0.22.tar.gz) = b0b0bae50c0819c46554f4ca2d14403a054d73cb9df7efd8bde03bd32b7599510a0e8eb7a63bd7cc6af45a035a0fcce38058b0625732472c7f252f72b88a6084 -Size (ipaddress-1.0.22.tar.gz) = 33051 bytes +SHA1 (ipaddress-1.0.23.tar.gz) = 43a6bcd73268ca8e3ba4a22b48f6fe821b1a6521 +RMD160 (ipaddress-1.0.23.tar.gz) = 500a7b9a17545ff9d9d27e653c11bce238a08f9c +SHA512 (ipaddress-1.0.23.tar.gz) = 340e2a8698df1868038f55889671442eba17f06ec3f493759d8d0a9bf406eefbe1f67c14ca616f52e5bf2280942dcece7e89fb19de0923bee1ee20e60f48896e +Size (ipaddress-1.0.23.tar.gz) = 32958 bytes --_----------=_157149436547980--