-------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2011-8519 2011-06-21 23:20:46 --------------------------------------------------------------------------------
Name : python-IPy Product : Fedora 15 Version : 0.75 Release : 1.fc15 URL : http://software.inl.fr/trac/trac.cgi/wiki/IPy Summary : Python module for handling IPv4 and IPv6 Addresses and Networks Description : IPy is a Python module for handling IPv4 and IPv6 Addresses and Networks in a fashion similar to perl's Net::IP and friends. The IP class allows a comfortable parsing and handling for most notations in use for IPv4 and IPv6 Addresses and Networks. -------------------------------------------------------------------------------- Update Information: update to latest upstream with bugfixes -------------------------------------------------------------------------------- ChangeLog: * Tue Jun 21 2011 Matt Domsch <[email protected]> - 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) -------------------------------------------------------------------------------- References: [ 1 ] Bug #690625 - IP("::/0") gives a netmask of 0.0.0.0 rather then 0:0:0:0:0:0:0:0 https://bugzilla.redhat.com/show_bug.cgi?id=690625 -------------------------------------------------------------------------------- This update can be installed with the "yum" update program. Use su -c 'yum update python-IPy' at the command line. For more information, refer to "Managing Software with yum", available at http://docs.fedoraproject.org/yum/. All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/keys -------------------------------------------------------------------------------- _______________________________________________ package-announce mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-announce
