diff --git a/netaddr-0.7.13.tar.gz b/netaddr-0.7.13.tar.gz deleted file mode 100644 index e70e4c7..0000000 --- a/netaddr-0.7.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca42c260b49e5fd74ba9104efa6a4fca6b55316ca42714d20d2b9b8e751e0412 -size 1548094 diff --git a/netaddr-0.7.14.tar.gz b/netaddr-0.7.14.tar.gz new file mode 100644 index 0000000..d60a7ca --- /dev/null +++ b/netaddr-0.7.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02abbb54c9edd6a3046385d2634f51c1dbddbbc9b5816599ecd052b1d9ff445f +size 1560641 diff --git a/python-netaddr.changes b/python-netaddr.changes index fc63b89..58babf6 100644 --- a/python-netaddr.changes +++ b/python-netaddr.changes @@ -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 diff --git a/python-netaddr.spec b/python-netaddr.spec index 02945a2..2daa3c8 100644 --- a/python-netaddr.spec +++ b/python-netaddr.spec @@ -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