New upstream release 0.7.2
This commit is contained in:
parent
c1bf826c0b
commit
2bd8d07ed4
@ -1 +1 @@
|
||||
netaddr-0.7.1.tar.gz
|
||||
netaddr-0.7.2.tar.gz
|
||||
|
@ -3,9 +3,9 @@
|
||||
#====================================================================#
|
||||
|
||||
Name: python-netaddr
|
||||
Version: 0.7.1
|
||||
Version: 0.7.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Network address manipulation, done Pythonically
|
||||
Summary: Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses
|
||||
|
||||
Group: Development/Libraries
|
||||
License: BSD
|
||||
@ -18,31 +18,35 @@ BuildRequires: python-devel >= 2.4
|
||||
|
||||
|
||||
%description
|
||||
netaddr is a Python library for the representation and manipulation of
|
||||
various common network address formats and notations.
|
||||
A pure Python network address representation and manipulation library.
|
||||
|
||||
It takes the hassle out of fiddling with innumerable variations of
|
||||
network addresses, presenting a consistent, extensible, easy-to-use
|
||||
and above all Pythonic API.
|
||||
netaddr provides a Pythonic way of working with :-
|
||||
|
||||
With it you can represent, validate, convert, categorize, iterate,
|
||||
generate, slice (and dice) :-
|
||||
- IPv4 and IPv6 addresses and subnets (including CIDR notation)
|
||||
- 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
|
||||
* 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
|
||||
Included are routines for :-
|
||||
|
||||
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
|
||||
@ -83,6 +87,10 @@ rm -rf %{buildroot}
|
||||
%{_bindir}/netaddr
|
||||
|
||||
%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
|
||||
- New upstream release 0.7.1 fixes naming conflict with 'nash' by
|
||||
renaming the netaddr shell to 'netaddr'
|
||||
|
Loading…
Reference in New Issue
Block a user