14
0

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:
Michal Čihař
2015-04-20 12:57:28 +00:00
committed by Git OBS Bridge
parent f846121570
commit c669bcbf37
4 changed files with 24 additions and 7 deletions

View File

@@ -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