Update to release 0.7.5
This commit is contained in:
parent
2daa3ab01f
commit
60692d5a2c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
netaddr-0.7.4.tar.gz
|
||||
/netaddr-0.7.5.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user