forked from pool/python-netaddr
Accepting request 298038 from home:benoit_monin:branches:devel:languages:python
- update to 0.7.14 - set the source URL to pypi - remove chmod call: file mode fixed upstream OBS-URL: https://build.opensuse.org/request/show/298038 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netaddr?expand=0&rev=14
This commit is contained in:
committed by
Git OBS Bridge
parent
f846121570
commit
c669bcbf37
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca42c260b49e5fd74ba9104efa6a4fca6b55316ca42714d20d2b9b8e751e0412
|
||||
size 1548094
|
3
netaddr-0.7.14.tar.gz
Normal file
3
netaddr-0.7.14.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02abbb54c9edd6a3046385d2634f51c1dbddbbc9b5816599ecd052b1d9ff445f
|
||||
size 1560641
|
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 19 09:40:50 UTC 2015 - benoit.monin@gmx.fr
|
||||
|
||||
- update to 0.7.14:
|
||||
* Fix weird build breakage in 0.7.13
|
||||
* EUI, OUI, and IAB objects can now be compared with strings
|
||||
* Implement the "!=" operator for OUI and IAB under Python2
|
||||
* 64 bit EUIs could only be created from strings with "-" as
|
||||
a separator
|
||||
* FIXED: Compare L2 addresses with their representations
|
||||
* FIXED: OUI database tests fail in 0.7.13
|
||||
* FIXED: Incorrect python executable path in
|
||||
netaddr-0.7.13-py2.py3-none-any.whl
|
||||
* FIXED: Handle eui64 addresses with colon as a delimiter and
|
||||
without delimeter
|
||||
- set the source URL to pypi
|
||||
- remove chmod call: file mode fixed upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 23:51:18 UTC 2015 - michael@stroeder.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-netaddr
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 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.13
|
||||
Version: 0.7.14
|
||||
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: netaddr-%{version}.tar.gz
|
||||
Source: https://pypi.python.org/packages/source/n/netaddr/netaddr-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
@@ -55,7 +55,6 @@ Included are routines for:
|
||||
%prep
|
||||
%setup -q -n netaddr-%{version}
|
||||
sed -i "1d" netaddr/{ip/iana,eui/ieee,tests/__init__}.py # Fix non-executable scripts
|
||||
chmod -x AUTHORS CHANGELOG COPYRIGHT README LICENSE THANKS # Remove executable bit from docs
|
||||
|
||||
%build
|
||||
python setup.py build
|
||||
|
Reference in New Issue
Block a user