14
0

- Update to 0.7.10:

* A bunch of Python 3.x bug fixes. Thanks Arfrever.
  * Extended nmap support to cover full target specification.
  FIXED Issue 36 - http://github.com/drkjam/netaddr/issues/36
    - ResourceWarnings with Python >=3.2
  FIXED Issue 35 - http://github.com/drkjam/netaddr/issues/35
    - netaddr-0.7.9: Test failure with Python 3
  FIXED Issue 34 - http://github.com/drkjam/netaddr/issues/34
    - netaddr.ip.iana.SaxRecordParser.endElement() incompatible
      with Python 3.1
  FIXED Issue 33 - http://github.com/drkjam/netaddr/issues/33
    - netaddr script not installed with Python 3
  FIXED Issue 23 - http://github.com/drkjam/netaddr/issues/23
    - valid_nmap_range() does not validate nmap format case.
  FIXED Issue 22 - http://github.com/drkjam/netaddr/issues/22
    - all_matching_cidrs: documentation incorrect

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netaddr?expand=0&rev=9
This commit is contained in:
Alexandre Rogoski
2012-09-10 02:37:09 +00:00
committed by Git OBS Bridge
parent 2e6ae7cbd2
commit d465cad02b
4 changed files with 24 additions and 4 deletions

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

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

View File

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

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Sep 10 02:34:53 UTC 2012 - alexandre@exatati.com.br
- Update to 0.7.10:
* A bunch of Python 3.x bug fixes. Thanks Arfrever.
* Extended nmap support to cover full target specification.
FIXED Issue 36 - http://github.com/drkjam/netaddr/issues/36
- ResourceWarnings with Python >=3.2
FIXED Issue 35 - http://github.com/drkjam/netaddr/issues/35
- netaddr-0.7.9: Test failure with Python 3
FIXED Issue 34 - http://github.com/drkjam/netaddr/issues/34
- netaddr.ip.iana.SaxRecordParser.endElement() incompatible
with Python 3.1
FIXED Issue 33 - http://github.com/drkjam/netaddr/issues/33
- netaddr script not installed with Python 3
FIXED Issue 23 - http://github.com/drkjam/netaddr/issues/23
- valid_nmap_range() does not validate nmap format case.
FIXED Issue 22 - http://github.com/drkjam/netaddr/issues/22
- all_matching_cidrs: documentation incorrect
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 29 05:12:38 UTC 2012 - alexandre@exatati.com.br Wed Aug 29 05:12:38 UTC 2012 - alexandre@exatati.com.br

View File

@@ -16,7 +16,7 @@
# #
Name: python-netaddr Name: python-netaddr
Version: 0.7.9 Version: 0.7.10
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