From 5fdee45996eda5fc04bbc6e1276ab16320089a03c6874e55bb99a6d6362f378e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 25 Sep 2023 11:09:51 +0000 Subject: [PATCH] Accepting request 1113402 from home:mnhauke:network:automation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to version 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). * Technically backwards incompatible: Fix for is_loopback behaviour – consider IPNetwork('::1/128') to be loopback. * Fix print syntax in the documentation to be Python 3 compatible * Fix the Sphinx syntax in the documentation. Other: * Deprecate Python 3.6. * Eliminate unnecessary evals. OBS-URL: https://build.opensuse.org/request/show/1113402 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netaddr?expand=0&rev=30 --- netaddr-0.8.0.tar.gz | 3 --- netaddr-0.9.0.tar.gz | 3 +++ python-netaddr.changes | 17 +++++++++++++++++ python-netaddr.spec | 6 +++--- 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 netaddr-0.8.0.tar.gz create mode 100644 netaddr-0.9.0.tar.gz diff --git a/netaddr-0.8.0.tar.gz b/netaddr-0.8.0.tar.gz deleted file mode 100644 index 1c86c36..0000000 --- a/netaddr-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6cc57c7a07b1d9d2e917aa8b36ae8ce61c35ba3fcd1b83ca31c5a0ee2b5a243 -size 1891561 diff --git a/netaddr-0.9.0.tar.gz b/netaddr-0.9.0.tar.gz new file mode 100644 index 0000000..91c1b21 --- /dev/null +++ b/netaddr-0.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b46fa9b1a2d71fd5de9e4a3784ef339700a53a08c8040f08baf5f1194da0128 +size 2196428 diff --git a/python-netaddr.changes b/python-netaddr.changes index 39a5a66..f7ddc49 100644 --- a/python-netaddr.changes +++ b/python-netaddr.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Sep 25 09:15:49 UTC 2023 - Martin Hauke + +- Update to version 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). + * Technically backwards incompatible: Fix for is_loopback + behaviour – consider IPNetwork('::1/128') to be loopback. + * Fix print syntax in the documentation to be Python 3 compatible + * Fix the Sphinx syntax in the documentation. + Other: + * Deprecate Python 3.6. + * Eliminate unnecessary evals. + ------------------------------------------------------------------- Sun Jun 11 13:10:26 UTC 2023 - ecsos diff --git a/python-netaddr.spec b/python-netaddr.spec index 7cd6108..75b0da1 100644 --- a/python-netaddr.spec +++ b/python-netaddr.spec @@ -1,7 +1,7 @@ # # spec file for package python-netaddr # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-netaddr -Version: 0.8.0 +Version: 0.9.0 Release: 0 Summary: Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses License: BSD-3-Clause @@ -83,7 +83,7 @@ sed -i "1d" netaddr/{cli,ip/iana,eui/ieee,tests/__init__}.py # Fix non-executabl %files %{python_files} %license LICENSE %doc AUTHORS CHANGELOG COPYRIGHT README.rst -%{python_sitelib}/* +%{python_sitelib}/netaddr* %{_bindir}/netaddr-%{python_bin_suffix} %python_alternative %{_bindir}/netaddr