From eb3caf966a2b3731a3370121b906b8746e7b00e8 Mon Sep 17 00:00:00 2001 From: Matt Domsch Date: Jun 21 2011 15:04:40 +0000 Subject: update to 0.75 --- diff --git a/.gitignore b/.gitignore index b16e9b8..6b3e54c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ IPy-0.70.tar.gz +/IPy-0.75.tar.gz diff --git a/python-IPy.spec b/python-IPy.spec index 414f577..e1d422c 100644 --- a/python-IPy.spec +++ b/python-IPy.spec @@ -5,8 +5,8 @@ Summary: Python module for handling IPv4 and IPv6 Addresses and Networks Name: python-%{oname} -Version: 0.70 -Release: 3%{?dist} +Version: 0.75 +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 License: BSD @@ -45,6 +45,25 @@ make test %changelog +* Tue Jun 21 2011 Matt Domsch - 0.75-1 +- Version 0.75 (2011-04-12) + * IP('::/0').netmask() gives IP('::') instead of IP('0.0.0.0') (BZ#690625) + * Fix tests for Python 3.1 and 3.2 + * ip.__nonzero__() and (ipa in ipb) return a bool instead of 0 or 1 + * IP('0.0.0.0/0') + IP('0.0.0.0/0') raises an error, fix written by Arfrever + * Support Python 3: setup.py runs 2to3 + * Update the ranges for IPv6 IPs + * Fix reverseName() and reverseNames() for IPv4 in IPv6 addresses + * Drop support of Python < 2.5 + * Include examples and MANIFEST.in in source build (add them to MANIFEST.in) + * Remove __rcsid__ constant from IPy module + * Use xrange() instead of range() + * Use isinstance(x, int) instead of type(x) == types.IntType + * Prepare support of Python3 (use integer division: x // y) + * Fix IP(long) constructor: ensure that the address is not too large + * Constructor raise a TypeError if the type is not int, long, str or unicode + * 223.0.0.0/8 is now public (belongs to APNIC) + * Tue Feb 08 2011 Fedora Release Engineering - 0.70-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index e8fef5a..9e421b1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -39ea7aef33a0f8607802c7fa6686deb5 IPy-0.70.tar.gz +d56716a3d8c77fe8539b6e90c88010bd IPy-0.75.tar.gz