diff --git a/.cvsignore b/.cvsignore index a36af0b..b16e9b8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -IPy-0.60.tar.gz +IPy-0.70.tar.gz diff --git a/python-IPy.spec b/python-IPy.spec index 0bc9657..a688f57 100644 --- a/python-IPy.spec +++ b/python-IPy.spec @@ -5,10 +5,10 @@ Summary: Python module for handling IPv4 and IPv6 Addresses and Networks Name: python-%{oname} -Version: 0.60 +Version: 0.70 Release: 1%{?dist} URL: http://software.inl.fr/trac/trac.cgi/wiki/IPy -Source0: http://cheeseshop.python.org/packages/source/I/IPy/IPy-%{version}.tar.gz +Source0: http://pypi.python.org/packages/source/I/IPy/IPy-%{version}.tar.gz License: BSD Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -40,11 +40,35 @@ make test %files %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog PKG-INFO README example +%doc AUTHORS COPYING ChangeLog PKG-INFO README %{python_sitelib}/%{oname}* %changelog +* Sun Jan 10 2010 Matt Domsch - 0.70-1 +- Version 0.70 (2009-10-29) + * New "major" version because it may break compatibility + * Fix __cmp__(): IP('0.0.0.0/0') and IP('0.0.0.0') are not equal + * Fix IP.net() of the network "::/0": "::" instead of "0.0.0.0". + IPy 0.63 should fix this bug, but it wasn't. + +* Sun Aug 30 2009 Matt Domsch - 0.63-1 +- Fix formatting of "IPv4 in IPv6" network: IP('::ffff:192.168.10.0/120') + +* Sun Jul 26 2009 Fedora Release Engineering - 0.62-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 0.62-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.62-2 +- Rebuild for Python 2.6 + +* Sat Nov 22 2008 Matt Domsch - 0.62-1 +- new upstream version + - Fix reverse DNS of IPv6 address: use ".ip6.arpa." suffix instead of deprecated ".ip6.int." suffix + - Patch from Aras Vaichas allowing the [-1] operator to work with an IP object of size 1. + * Tue May 20 2008 Matt Domsch 0.60-1 - with assistance from Mike Frisch - 0.60 diff --git a/sources b/sources index ab5a6d5..e8fef5a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -675ac2928ecfe17efb9326bcc7c55d3c IPy-0.60.tar.gz +39ea7aef33a0f8607802c7fa6686deb5 IPy-0.70.tar.gz