rpms/python-netaddr/devel .cvsignore, 1.11, 1.12 python-netaddr.spec, 1.16, 1.17 sources, 1.11, 1.12

John Eckersberg jeckersb at fedoraproject.org
Fri Aug 21 14:46:18 UTC 2009


Author: jeckersb

Update of /cvs/pkgs/rpms/python-netaddr/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29858

Modified Files:
	.cvsignore python-netaddr.spec sources 
Log Message:
New upstream release 0.7.2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-netaddr/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- .cvsignore	17 Aug 2009 17:28:02 -0000	1.11
+++ .cvsignore	21 Aug 2009 14:46:18 -0000	1.12
@@ -1 +1 @@
-netaddr-0.7.1.tar.gz
+netaddr-0.7.2.tar.gz


Index: python-netaddr.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-netaddr/devel/python-netaddr.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- python-netaddr.spec	17 Aug 2009 17:28:02 -0000	1.16
+++ python-netaddr.spec	21 Aug 2009 14:46:18 -0000	1.17
@@ -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 at 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 at redhat.com> - 0.7.1-1
 - New upstream release 0.7.1 fixes naming conflict with 'nash' by
   renaming the netaddr shell to 'netaddr'


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-netaddr/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sources	17 Aug 2009 17:28:02 -0000	1.11
+++ sources	21 Aug 2009 14:46:18 -0000	1.12
@@ -1 +1 @@
-7f04851de730cef894291153c3310cfe  netaddr-0.7.1.tar.gz
+061324a678980a03efc0b0b9f3659436  netaddr-0.7.2.tar.gz




More information about the fedora-extras-commits mailing list