14
0

Accepting request 1113402 from home:mnhauke:network:automation

- 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
This commit is contained in:
2023-09-25 11:09:51 +00:00
committed by Git OBS Bridge
parent 0c0975fb3c
commit 5fdee45996
4 changed files with 23 additions and 6 deletions

View File

@@ -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