summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Eckersberg <jeckersb@redhat.com>2010-10-05 21:10:35 -0400
committerJohn Eckersberg <jeckersb@redhat.com>2010-10-05 21:12:23 -0400
commit60692d5a2cea4f4f693eed804d96d87f14e49fc4 (patch)
treee079d7a3f8727467c61c26c2f0d130ecb21b1521
parent2daa3ab01f4ab6a4b0b13c7f6632383a4f297eef (diff)
downloadnetaddr-60692d5a2cea4f4f693eed804d96d87f14e49fc4.tar.gz
netaddr-60692d5a2cea4f4f693eed804d96d87f14e49fc4.tar.xz
netaddr-60692d5a2cea4f4f693eed804d96d87f14e49fc4.zip
Update to release 0.7.5
-rw-r--r--.gitignore1
-rw-r--r--python-netaddr.spec46
-rw-r--r--sources2
3 files changed, 26 insertions, 23 deletions
diff --git a/.gitignore b/.gitignore
index cea7a7e..0578880 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
netaddr-0.7.4.tar.gz
+/netaddr-0.7.5.tar.gz
diff --git a/python-netaddr.spec b/python-netaddr.spec
index 547944b..51111a4 100644
--- a/python-netaddr.spec
+++ b/python-netaddr.spec
@@ -3,14 +3,14 @@
#====================================================================#
Name: python-netaddr
-Version: 0.7.4
-Release: 2%{?dist}
-Summary: Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses
+Version: 0.7.5
+Release: 1%{?dist}
+Summary: A pure Python network address representation and manipulation library
Group: Development/Libraries
License: BSD
-URL: http://code.google.com/p/netaddr/
-Source0: http://netaddr.googlecode.com/files/netaddr-%{version}.tar.gz
+URL: http://github.com/drkjam/netaddr
+Source0: http://github.com/downloads/drkjam/netaddr/netaddr-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch
@@ -22,32 +22,29 @@ A pure Python network address representation and manipulation library.
netaddr provides a Pythonic way of working with :-
-- 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
+- IPv4 and IPv6 addresses and subnets
+- MAC addresses, OUI and IAB identifiers, IEEE EUI-64 identifiers
+- arbitrary (non-aligned) IP address ranges and IP address sets
+- various non-CIDR IP range formats such as nmap and glob-style formats
Included are routines for :-
-- 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
+- generating, sorting and summarizing IP addresses and networks
+- performing easy conversions between address notations and formats
+- detecting, parsing and formatting network address representations
+- performing set-based operations on groups of IP addresses and subnets
+- working with arbitrary IP address ranges and formats
+- accessing OUI and IAB organisational information published by IEEE
+- accessing IP address and block information published by IANA
-For examples please visit the example wiki pages :-
+For details on the latest updates and changes, see :-
- http://code.google.com/p/netaddr/wiki/NetAddrExamples
+ http://github.com/drkjam/netaddr/blob/rel-0.7.x/CHANGELOG
-Complete API documentation for the latest release is available online :-
+API documentation for the latest release is available here :-
http://packages.python.org/netaddr/
-For details on history changes and updates see the CHANGELOG :-
-
- http://code.google.com/p/netaddr/wiki/CHANGELOG
-
%prep
%setup -q -n netaddr-%{version}
@@ -87,6 +84,11 @@ rm -rf %{buildroot}
%{_bindir}/netaddr
%changelog
+* Tue Oct 05 2010 John Eckersberg <jeckersb@redhat.com> - 0.7.5-1
+- New upstream release 0.7.5
+- Updated summary and description to match upstream README
+- Updated URL and source to reflect upstream move to github
+
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.7.4-2
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
diff --git a/sources b/sources
index 0b042d0..6c81f83 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-86a29b8cf0dbc46e85ec8339f6e8b3f1 netaddr-0.7.4.tar.gz
+06168e1efb753d4d3e48778a5373e192 netaddr-0.7.5.tar.gz