pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-netaddr
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.
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
Home |
Main Index |
Thread Index |
Old Index