14
0

- Update to 0.7.7:

* Comprehensive documentation update! It's only taken 4 years
    to get around to using Sphinx and I can confirm it is
    **TOTALLY AWESOME!**
  * Various bug fixes
  * Refreshed IEEE OUI and IAB data
  * FIXED Issue 24 - http://github.com/drkjam/netaddr/issues/24
    - Fixed TypeError when comparing BaseIP instance with
      non-BaseIP objects. Thanks pvaret
  * FIXED Issue 17 - http://github.com/drkjam/netaddr/issues/17
    - For large ipv6 networks the .subnet() method fails. Thanks
      daveyss
  * FIXED Issue 20 - http://github.com/drkjam/netaddr/issues/20
    - Test failure with Python 3. Thanks Arfrever

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netaddr?expand=0&rev=7
This commit is contained in:
Alexandre Rogoski
2012-05-31 05:12:44 +00:00
committed by Git OBS Bridge
parent 921e2bfd9d
commit de637b95a6
4 changed files with 23 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu May 31 05:08:00 UTC 2012 - alexandre@exatati.com.br
- Update to 0.7.7:
* Comprehensive documentation update! It's only taken 4 years
to get around to using Sphinx and I can confirm it is
**TOTALLY AWESOME!**
* Various bug fixes
* Refreshed IEEE OUI and IAB data
* FIXED Issue 24 - http://github.com/drkjam/netaddr/issues/24
- Fixed TypeError when comparing BaseIP instance with
non-BaseIP objects. Thanks pvaret
* FIXED Issue 17 - http://github.com/drkjam/netaddr/issues/17
- For large ipv6 networks the .subnet() method fails. Thanks
daveyss
* FIXED Issue 20 - http://github.com/drkjam/netaddr/issues/20
- Test failure with Python 3. Thanks Arfrever
-------------------------------------------------------------------
Tue Sep 20 13:43:05 UTC 2011 - saschpe@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-netaddr
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
#
Name: python-netaddr
Version: 0.7.6
Version: 0.7.7
Release: 0
Url: http://github.com/drkjam/netaddr
Summary: Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses