forked from pool/python-netaddr
Accepting request 1228465 from home:ojkastl_buildservice:Branch_devel_languages_python
update to 1.3.0, tests are all failing due to NameError for sys?\!? OBS-URL: https://build.opensuse.org/request/show/1228465 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netaddr?expand=0&rev=36
This commit is contained in:
BIN
netaddr-1.2.1.tar.gz
(Stored with Git LFS)
BIN
netaddr-1.2.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
netaddr-1.3.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
netaddr-1.3.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 5 06:41:14 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
- update to 1.3.0:
|
||||||
|
* Added:
|
||||||
|
- Add partial address expansion in IPNetwork via the
|
||||||
|
expand_partial switch, this enables opting into pre-1.1.0
|
||||||
|
behavior
|
||||||
|
* Fixed:
|
||||||
|
- Fix running the test suite on musl systems
|
||||||
|
- Fix IPAddress IPv6 parsing with ZEROFILL enabled
|
||||||
|
- Fix handling of the NOHOST flag in the IPNetwork copy
|
||||||
|
constructor
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 21 09:13:43 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
Thu Mar 21 09:13:43 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@@ -18,17 +18,22 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-netaddr
|
Name: python-netaddr
|
||||||
Version: 1.2.1
|
Version: 1.3.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
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/drkjam/netaddr
|
URL: https://github.com/netaddr/netaddr
|
||||||
Source: https://files.pythonhosted.org/packages/source/n/netaddr/netaddr-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/n/netaddr/netaddr-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
|
# SECTION test
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
|
BuildRequires: %{python_module iniconfig}
|
||||||
|
BuildRequires: %{python_module packaging}
|
||||||
|
BuildRequires: %{python_module pluggy}
|
||||||
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
|
Reference in New Issue
Block a user