ipy 1:0.75-1 source package in Ubuntu

Changelog

ipy (1:0.75-1) unstable; urgency=low


  * Team upload
  * New upstream version
    - Update debian/copyright
  * Convert to dh_python2
    - Drop build-depends on python-support
    - Remove debian/pyversions
    - Version python-all build-dep
    - Build --with python2
  * Add support for Python3
    - Add new python3-ipy binary to debian/control
    - Add python3-all to build-depends
    - Build --with python3
    - Override dh_auto_build/install to build for python and python3
    - Override dh_auto_clean to remove python3 build directory
    - Not running tests for python3, since test/test_IPy.py is python only
    - Rename debian/docs to python-ipy.docs and python3-ipy.docs so docs are
      installed in both packages
  * Drop old conflicts on python2.3/2.4-ipy
  * Drop unneeded python:Provides
  * Bump standards version to 3.9.2 without further change
  * Update Homepage: field in debian/control with new upstream location on
    github

 -- Scott Kitterman <email address hidden>  Wed, 18 Jan 2012 07:23:32 -0500

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe python

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ipy_0.75-1.dsc 1.4 KiB 3b015ca4c761fcbe1ce1709bbcc3b9e8e7018fbd578f1bc9920305cab018aaa6
ipy_0.75.orig.tar.gz 27.8 KiB 0fa14af4792cc0b6f61cb5a1cd8fbdf7ddbaa6864ef82681021b750e9e6b2b61
ipy_0.75-1.diff.gz 5.2 KiB c318f9842ee0985f15a27d135826878bd6effdeb78180499b4411c94b3d2e879

Available diffs

No changes file available.

Binary packages built by this source

python-ipy: Python module for handling IPv4 and IPv6 addresses and networks

 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.

python3-ipy: Python3 module for handling IPv4 and IPv6 addresses and networks

 IPy is a Python3 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.