Fedora 14 Update: python-IPy-0.75-1.fc14

updates at fedoraproject.org updates at fedoraproject.org
Sun Jul 31 03:44:27 UTC 2011


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2011-9086
2011-07-06 20:54:34
--------------------------------------------------------------------------------

Name        : python-IPy
Product     : Fedora 14
Version     : 0.75
Release     : 1.fc14
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 <mdomsch at fedoraproject.org> - 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  8 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.70-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
--------------------------------------------------------------------------------
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
--------------------------------------------------------------------------------


More information about the package-announce mailing list