From 5b56b8537a9a9fc6e05f8d89d0ed0ec3f3ca5e43 Mon Sep 17 00:00:00 2001 From: Matt Domsch Date: Jan 10 2010 21:26:26 +0000 Subject: update to 0.70 --- diff --git a/.cvsignore b/.cvsignore index 4026eaa..b16e9b8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -IPy-0.63.tar.gz +IPy-0.70.tar.gz diff --git a/python-IPy.spec b/python-IPy.spec index fd140e3..a688f57 100644 --- a/python-IPy.spec +++ b/python-IPy.spec @@ -5,7 +5,7 @@ Summary: Python module for handling IPv4 and IPv6 Addresses and Networks Name: python-%{oname} -Version: 0.63 +Version: 0.70 Release: 1%{?dist} URL: http://software.inl.fr/trac/trac.cgi/wiki/IPy Source0: http://pypi.python.org/packages/source/I/IPy/IPy-%{version}.tar.gz @@ -40,11 +40,18 @@ 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') diff --git a/sources b/sources index 2a0ac93..e8fef5a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cef869380c65a9c09f52a1db7daa9cd8 IPy-0.63.tar.gz +39ea7aef33a0f8607802c7fa6686deb5 IPy-0.70.tar.gz