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.4.tar.gz
|
||||||
|
/netaddr-0.7.5.tar.gz
|
||||||
|
@ -3,14 +3,14 @@
|
|||||||
#====================================================================#
|
#====================================================================#
|
||||||
|
|
||||||
Name: python-netaddr
|
Name: python-netaddr
|
||||||
Version: 0.7.4
|
Version: 0.7.5
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses
|
Summary: A pure Python network address representation and manipulation library
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://code.google.com/p/netaddr/
|
URL: http://github.com/drkjam/netaddr
|
||||||
Source0: http://netaddr.googlecode.com/files/netaddr-%{version}.tar.gz
|
Source0: http://github.com/downloads/drkjam/netaddr/netaddr-%{version}.tar.gz
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -22,32 +22,29 @@ A pure Python network address representation and manipulation library.
|
|||||||
|
|
||||||
netaddr provides a Pythonic way of working with :-
|
netaddr provides a Pythonic way of working with :-
|
||||||
|
|
||||||
- IPv4 and IPv6 addresses and subnets (including CIDR notation)
|
- IPv4 and IPv6 addresses and subnets
|
||||||
- MAC (Media Access Control) addresses in multiple formats
|
- MAC addresses, OUI and IAB identifiers, IEEE EUI-64 identifiers
|
||||||
- IEEE EUI-64, OUI and IAB identifiers
|
- arbitrary (non-aligned) IP address ranges and IP address sets
|
||||||
- a user friendly IP glob-style format
|
- various non-CIDR IP range formats such as nmap and glob-style formats
|
||||||
|
|
||||||
Included are routines for :-
|
Included are routines for :-
|
||||||
|
|
||||||
- generating, sorting and summarizing IP addresses
|
- generating, sorting and summarizing IP addresses and networks
|
||||||
- converting IP addresses and ranges between various different formats
|
- performing easy conversions between address notations and formats
|
||||||
- performing set based operations on groups of IP addresses and subnets
|
- detecting, parsing and formatting network address representations
|
||||||
- arbitrary IP address range calculations and conversions
|
- performing set-based operations on groups of IP addresses and subnets
|
||||||
- querying IEEE OUI and IAB organisational information
|
- working with arbitrary IP address ranges and formats
|
||||||
- querying of IP standards related data from key IANA data sources
|
- 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/
|
http://packages.python.org/netaddr/
|
||||||
|
|
||||||
For details on history changes and updates see the CHANGELOG :-
|
|
||||||
|
|
||||||
http://code.google.com/p/netaddr/wiki/CHANGELOG
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n netaddr-%{version}
|
%setup -q -n netaddr-%{version}
|
||||||
@ -87,6 +84,11 @@ rm -rf %{buildroot}
|
|||||||
%{_bindir}/netaddr
|
%{_bindir}/netaddr
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.7.4-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user