forked from pool/python-netaddr
Accepting request 452046 from devel:languages:python
- update to 0.7.19: * added a new SubnetSplitter class for those looking to divide up subnets. Thanks alanwill and RyPeck and those on (Stack Overflow discussion). * removed bundled pytest dependency code for "python setup.py test". * setup.py now uses setuptools only (no more distutils) and setup_egg.py removed. * cleaned up INSTALL docs so they accurately reflect current Python packaging. * fixed broken parsing, generating and reading of IEEE index files when switching between Python 2.x and 3.x. FIXED Issue 133: https://github.com/drkjam/netaddr/issues/133 - Splitting a single network into multiple prefixed networks FIXED Issue 129: https://github.com/drkjam/netaddr/issues/129 - fix IPAddress().netmask_bits to return 0 for 0.0.0.0 and [::] addresses FIXED Issue 117: https://github.com/drkjam/netaddr/issues/117 - (python setup.py test) failing with python3 >= 3.5 FIXED Issue 137: https://github.com/drkjam/netaddr/issues/137 - API reference is broken on ReadTheDocs FIXED Issue 143: https://github.com/drkjam/netaddr/issues/143 - Please refresh the bundled IANA and IEEE databases OBS-URL: https://build.opensuse.org/request/show/452046 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netaddr?expand=0&rev=20
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1f5c9fcf75ac2579b9995c843dade33009543c04f218ff7c007b3c81695bd19
|
||||
size 1715389
|
BIN
netaddr-0.7.19.tar.gz
(Stored with Git LFS)
Normal file
BIN
netaddr-0.7.19.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 14 14:15:17 UTC 2017 - michael@stroeder.com
|
||||
|
||||
- update to 0.7.19:
|
||||
* added a new SubnetSplitter class for those looking to divide up subnets.
|
||||
Thanks alanwill and RyPeck and those on (Stack Overflow discussion).
|
||||
* removed bundled pytest dependency code for "python setup.py test".
|
||||
* setup.py now uses setuptools only (no more distutils) and setup_egg.py removed.
|
||||
* cleaned up INSTALL docs so they accurately reflect current Python packaging.
|
||||
* fixed broken parsing, generating and reading of IEEE index files when switching
|
||||
between Python 2.x and 3.x.
|
||||
FIXED Issue 133: https://github.com/drkjam/netaddr/issues/133
|
||||
- Splitting a single network into multiple prefixed networks
|
||||
FIXED Issue 129: https://github.com/drkjam/netaddr/issues/129
|
||||
- fix IPAddress().netmask_bits to return 0 for 0.0.0.0 and [::] addresses
|
||||
FIXED Issue 117: https://github.com/drkjam/netaddr/issues/117
|
||||
- (python setup.py test) failing with python3 >= 3.5
|
||||
FIXED Issue 137: https://github.com/drkjam/netaddr/issues/137
|
||||
- API reference is broken on ReadTheDocs
|
||||
FIXED Issue 143: https://github.com/drkjam/netaddr/issues/143
|
||||
- Please refresh the bundled IANA and IEEE databases
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 25 16:49:07 UTC 2015 - michael@stroeder.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-netaddr
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: python-netaddr
|
||||
Version: 0.7.18
|
||||
Version: 0.7.19
|
||||
Release: 0
|
||||
Url: http://github.com/drkjam/netaddr
|
||||
Summary: Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
Source: https://pypi.python.org/packages/source/n/netaddr/netaddr-%{version}.tar.gz
|
||||
Source: https://pypi.io/packages/source/n/netaddr/netaddr-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
@@ -66,6 +66,6 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
%defattr(-,root,root,-)
|
||||
%{python_sitelib}/*
|
||||
%{_bindir}/netaddr
|
||||
%doc AUTHORS CHANGELOG COPYRIGHT README.md LICENSE THANKS
|
||||
%doc AUTHORS CHANGELOG COPYRIGHT README.md LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user