Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1C90C84EC5 for ; Wed, 20 Sep 2023 07:29:15 +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 EteFxTYN9s-e for ; Wed, 20 Sep 2023 07:29:14 +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 8A7A084EB4 for ; Wed, 20 Sep 2023 07:29:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7DFC5FBDB; Wed, 20 Sep 2023 07:29:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169519495459610" MIME-Version: 1.0 Date: Wed, 20 Sep 2023 07:29:14 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/py-netaddr To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230920072914.7DFC5FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169519495459610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Wed Sep 20 07:29:14 UTC 2023 Modified Files: pkgsrc/net/py-netaddr: Makefile distinfo Log Message: py-netaddr: updated to 0.9.0 Release: 0.9.0 Added: * Add hash capabilities to OUI Fixed: * **Backwards incompatible:** Handle RFC 6164 IPv6 addresses (don't reserve first IP address in point-to-point subnets) ($267, Damien Claisse) * **Technically backwards incompatible:** Fix for is_loopback behaviour – consider ``IPNetwork('::1/128')`` to be loopback * Include tutorials in source distributions * Fix a documentation typo * Fix print syntax in the documentation to be Python 3 compatible * Fix the Sphinx syntax in the documentation To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/py-netaddr/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/py-netaddr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169519495459610 Content-Disposition: inline Content-Length: 1554 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-netaddr/Makefile diff -u pkgsrc/net/py-netaddr/Makefile:1.11 pkgsrc/net/py-netaddr/Makefile:1.12 --- pkgsrc/net/py-netaddr/Makefile:1.11 Tue Jul 12 09:15:50 2022 +++ pkgsrc/net/py-netaddr/Makefile Wed Sep 20 07:29:14 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2022/07/12 09:15:50 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2023/09/20 07:29:14 adam Exp $ -DISTNAME= netaddr-0.8.0 +DISTNAME= netaddr-0.9.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=n/netaddr/} Index: pkgsrc/net/py-netaddr/distinfo diff -u pkgsrc/net/py-netaddr/distinfo:1.8 pkgsrc/net/py-netaddr/distinfo:1.9 --- pkgsrc/net/py-netaddr/distinfo:1.8 Tue Oct 26 11:06:40 2021 +++ pkgsrc/net/py-netaddr/distinfo Wed Sep 20 07:29:14 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 11:06:40 nia Exp $ +$NetBSD: distinfo,v 1.9 2023/09/20 07:29:14 adam Exp $ -BLAKE2s (netaddr-0.8.0.tar.gz) = 5f1b5160e77a270800e1dce60d20785d9c6181857bf36328087450ef9eb162fd -SHA512 (netaddr-0.8.0.tar.gz) = a158bef87e862330c583f8b6709c4f575ec036dd31d725dad679e583ad4bef1a34f43225453bc93970ab720ae5f9f0fc2a6a3b92cbb922ed6f201414fd1e96d3 -Size (netaddr-0.8.0.tar.gz) = 1891561 bytes +BLAKE2s (netaddr-0.9.0.tar.gz) = ee97b415b65d7bc6e00511bce09ac66786f00f5be7a0cc4dd232e7f0ea2ffb2b +SHA512 (netaddr-0.9.0.tar.gz) = 250b00a930f7180e1b4e18cb90de579733ffea9cd4ac93a3b7d2f7796b30c6b49d70da4b05ed522ebc9389600f4db8ecaed9345f7d0076632d0beae41e11c3ae +Size (netaddr-0.9.0.tar.gz) = 2196428 bytes --_----------=_169519495459610--