forked from pool/python-netaddr
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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d6cc57c7a07b1d9d2e917aa8b36ae8ce61c35ba3fcd1b83ca31c5a0ee2b5a243
|
|
||||||
size 1891561
|
|
3
netaddr-0.9.0.tar.gz
Normal file
3
netaddr-0.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7b46fa9b1a2d71fd5de9e4a3784ef339700a53a08c8040f08baf5f1194da0128
|
||||||
|
size 2196428
|
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 25 09:15:49 UTC 2023 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- 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 <ecsos@opensuse.org>
|
Sun Jun 11 13:10:26 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-netaddr
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-netaddr
|
Name: python-netaddr
|
||||||
Version: 0.8.0
|
Version: 0.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses
|
Summary: Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses
|
||||||
License: BSD-3-Clause
|
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}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc AUTHORS CHANGELOG COPYRIGHT README.rst
|
%doc AUTHORS CHANGELOG COPYRIGHT README.rst
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/netaddr*
|
||||||
%{_bindir}/netaddr-%{python_bin_suffix}
|
%{_bindir}/netaddr-%{python_bin_suffix}
|
||||||
%python_alternative %{_bindir}/netaddr
|
%python_alternative %{_bindir}/netaddr
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user