summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Eckersberg <jeckersb@fedoraproject.org>2009-08-21 14:46:18 +0000
committerJohn Eckersberg <jeckersb@fedoraproject.org>2009-08-21 14:46:18 +0000
commit2bd8d07ed46f382b2e07ad4ab7562a5c8f6c0711 (patch)
tree4b6deda3c9ed955857fc564c2965220672b93b6e
parentc1bf826c0b04cd5082faca2fe500a1e9846363b7 (diff)
downloadnetaddr-2bd8d07ed46f382b2e07ad4ab7562a5c8f6c0711.tar.gz
netaddr-2bd8d07ed46f382b2e07ad4ab7562a5c8f6c0711.tar.xz
netaddr-2bd8d07ed46f382b2e07ad4ab7562a5c8f6c0711.zip
-rw-r--r--.cvsignore2
-rw-r--r--python-netaddr.spec48
-rw-r--r--sources2
3 files changed, 30 insertions, 22 deletions
diff --git a/.cvsignore b/.cvsignore
index 73121f9..2644ac6 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-netaddr-0.7.1.tar.gz
+netaddr-0.7.2.tar.gz
diff --git a/python-netaddr.spec b/python-netaddr.spec
index be209f2..0d2d562 100644
--- a/python-netaddr.spec
+++ b/python-netaddr.spec
@@ -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'
diff --git a/sources b/sources
index b9b7180..59055f3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7f04851de730cef894291153c3310cfe netaddr-0.7.1.tar.gz
+061324a678980a03efc0b0b9f3659436 netaddr-0.7.2.tar.gz