New upstream release 0.7.2

This commit is contained in:
John Eckersberg 2009-08-21 14:46:18 +00:00
parent c1bf826c0b
commit 2bd8d07ed4
3 changed files with 30 additions and 22 deletions

View File

@ -1 +1 @@
netaddr-0.7.1.tar.gz netaddr-0.7.2.tar.gz

View File

@ -3,9 +3,9 @@
#====================================================================# #====================================================================#
Name: python-netaddr Name: python-netaddr
Version: 0.7.1 Version: 0.7.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Network address manipulation, done Pythonically Summary: Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses
Group: Development/Libraries Group: Development/Libraries
License: BSD License: BSD
@ -18,31 +18,35 @@ BuildRequires: python-devel >= 2.4
%description %description
netaddr is a Python library for the representation and manipulation of A pure Python network address representation and manipulation library.
various common network address formats and notations.
It takes the hassle out of fiddling with innumerable variations of netaddr provides a Pythonic way of working with :-
network addresses, presenting a consistent, extensible, easy-to-use
and above all Pythonic API.
With it you can represent, validate, convert, categorize, iterate, - IPv4 and IPv6 addresses and subnets (including CIDR notation)
generate, slice (and dice) :- - MAC (Media Access Control) addresses in multiple formats
- IEEE EUI-64, OUI and IAB identifiers
- a user friendly IP glob-style format
* IP version 4 Included are routines for :-
* IP version 6
* CIDR (Classless Inter-Domain Routing) both IPv4 and IPv6
* MAC (Media Access Control) and IEEE EUI-48 and EUI-64
* Support for arbitrary IP address ranges with CIDR interoperability
* User friendly alternative IPv4 range syntax using netaddr's
glob-style Wildcard addresses
For examples see the project wiki :- - generating, sorting and summarizing IP addresses
- converting IP addresses and ranges between various different formats
- performing set based operations on groups of IP addresses and subnets
- arbitrary IP address range calculations and conversions
- querying IEEE OUI and IAB organisational information
- querying of IP standards related data from key IANA data sources
http://code.google.com/p/netaddr/wiki/NetAddrExamples For examples please visit the example wiki pages :-
API documentation (auto-generated with epydoc) :- http://code.google.com/p/netaddr/wiki/NetAddrExamples
http://packages.python.org/netaddr/ Complete API documentation for the latest release is available online :-
http://packages.python.org/netaddr/
For details on history changes and updates see the CHANGELOG :-
http://code.google.com/p/netaddr/wiki/CHANGELOG
%prep %prep
@ -83,6 +87,10 @@ rm -rf %{buildroot}
%{_bindir}/netaddr %{_bindir}/netaddr
%changelog %changelog
* Fri Aug 21 2009 John Eckersberg <jeckersb@redhat.com> - 0.7.2-1
- New upstream release 0.7.2
- Updated Summary and Description with new values provided by upstream
* Mon Aug 17 2009 John Eckersberg <jeckersb@redhat.com> - 0.7.1-1 * Mon Aug 17 2009 John Eckersberg <jeckersb@redhat.com> - 0.7.1-1
- New upstream release 0.7.1 fixes naming conflict with 'nash' by - New upstream release 0.7.1 fixes naming conflict with 'nash' by
renaming the netaddr shell to 'netaddr' renaming the netaddr shell to 'netaddr'

View File

@ -1 +1 @@
7f04851de730cef894291153c3310cfe netaddr-0.7.1.tar.gz 061324a678980a03efc0b0b9f3659436 netaddr-0.7.2.tar.gz