14
0

- Update to 0.7.9:

* Re-release to fix build removing Sphinx dependency.
- Aditional changes from 0.7.8:
  * New SAX parser for IANA data source files (contributed by
    Andrew Stromnov)
  * Fixed pickling failures with EUI, OUI and IAB classes.
  FIXED Issue 31 - http://github.com/drkjam/netaddr/issues/31
    - Exclude '39.0.0.0/8' network from reserved set. Thanks
      Andrew Stromnov
  FIXED Issue 28 - http://github.com/drkjam/netaddr/issues/28
    - Fix algorithm in ipv6_link_local to fully conform to rfc4291.
      Thanks Philipp Wollermann
  FIXED Issue 25 - http://github.com/drkjam/netaddr/issues/25
    - install_requires is too aggressive? Thanks Adam Lindsay and
      commenters.
  FIXED Issue 21 - http://github.com/drkjam/netaddr/issues/21
    - deepcopy for EUI fails. Thanks Ryan Nowakowski.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netaddr?expand=0&rev=8
This commit is contained in:
Alexandre Rogoski
2012-08-29 05:27:01 +00:00
committed by Git OBS Bridge
parent de637b95a6
commit 2e6ae7cbd2
4 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aa93b8dd095e340d85ace1b2e64872034e3398335c1fb3ab7228bf850c912b91
size 999055

3
netaddr-0.7.9.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a84c5c319d8af6c87c2d66ddd2a20bd532f498ddd8214c82f1d2c275ed2469e7
size 1005709

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Aug 29 05:12:38 UTC 2012 - alexandre@exatati.com.br
- Update to 0.7.9:
* Re-release to fix build removing Sphinx dependency.
- Aditional changes from 0.7.8:
* New SAX parser for IANA data source files (contributed by
Andrew Stromnov)
* Fixed pickling failures with EUI, OUI and IAB classes.
FIXED Issue 31 - http://github.com/drkjam/netaddr/issues/31
- Exclude '39.0.0.0/8' network from reserved set. Thanks
Andrew Stromnov
FIXED Issue 28 - http://github.com/drkjam/netaddr/issues/28
- Fix algorithm in ipv6_link_local to fully conform to rfc4291.
Thanks Philipp Wollermann
FIXED Issue 25 - http://github.com/drkjam/netaddr/issues/25
- install_requires is too aggressive? Thanks Adam Lindsay and
commenters.
FIXED Issue 21 - http://github.com/drkjam/netaddr/issues/21
- deepcopy for EUI fails. Thanks Ryan Nowakowski.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 31 05:08:00 UTC 2012 - alexandre@exatati.com.br Thu May 31 05:08:00 UTC 2012 - alexandre@exatati.com.br

View File

@@ -16,7 +16,7 @@
# #
Name: python-netaddr Name: python-netaddr
Version: 0.7.7 Version: 0.7.9
Release: 0 Release: 0
Url: http://github.com/drkjam/netaddr Url: http://github.com/drkjam/netaddr
Summary: Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses Summary: Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses