Opened 13 years ago

Closed 11 years ago

Last modified 11 years ago

#28635 closed update (fixed)

py25-ipy, py26-ipy @0.70 request to update to version 0.74

Reported by: nonstop.server@… Owned by: saispo@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: py-ipy

Description

Request to upgrade IPy ports to the latest version (currently 0.74).
Port py-ipy @0.70 can probably be upgraded to version 0.72.
Note that in version 0.73 support for Python versions > 2.5 is dropped, and py-ipy has a Library Dependencie of python24.

Changes since version 0.70

Version 0.74 (2011-02-16)
-------------------------

 * 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

Version 0.73 (2011-02-15)
-------------------------

 * 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

Version 0.72 (2010-11-23)
-------------------------

 * Include examples and MANIFEST.in in source build (add them to
   MANIFEST.in)
 * Remove __rcsid__ constant from IPy module

Version 0.71 (2010-10-01)
-------------------------

 * 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)

The homepage for IPy has changed to https://github.com/haypo/python-ipy/wiki

Change History (5)

comment:1 Changed 13 years ago by jmroot (Joshua Root)

Cc: saispo@… removed
Owner: changed from macports-tickets@… to saispo@…
Version: 1.9.2

comment:2 Changed 12 years ago by nonstop.server@…

This request should be closed, since py-ipy and it's subports is already updated to version 0.75.

comment:3 Changed 11 years ago by nonstop.server@…

Request to update this port and it's subports to the latest version.

% port -v livecheck py-ipy livecheck.url=http://pypi.python.org/packages/source/I/IPy/ livecheck.regex='IPy-\(\[0-9a-z.\]+\).tar.gz'
py-ipy seems to have been updated (port version: 0.75, new version: 0.81)

comment:4 Changed 11 years ago by mf2k (Frank Schima)

Keywords: python removed
Port: py-ipy added; py25-ipy py26-ipy removed
Resolution: fixed
Status: newclosed

Closing this one since the owner is no longer correct and it is fixed.

@nonstop.server: Open a new ticket for the newer version if you are interested in that.

Last edited 11 years ago by mf2k (Frank Schima) (previous) (diff)

comment:5 in reply to:  4 Changed 11 years ago by nonstop.server@…

Replying to macsforever2000@…:

Thank you for closing this old request.
A new request (#39189) for update has been made with the right owner addressed.

Note: See TracTickets for help on using tickets.