[Python-modules-commits] r15652 - in packages/ipy/trunk/debian (changelog control rules)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Mon Feb 14 13:48:44 UTC 2011


    Date: Monday, February 14, 2011 @ 13:48:35
  Author: bzed
Revision: 15652

New upstream version.

Modified:
  packages/ipy/trunk/debian/changelog
  packages/ipy/trunk/debian/control
  packages/ipy/trunk/debian/rules

Modified: packages/ipy/trunk/debian/changelog
===================================================================
--- packages/ipy/trunk/debian/changelog	2011-02-14 13:46:19 UTC (rev 15651)
+++ packages/ipy/trunk/debian/changelog	2011-02-14 13:48:35 UTC (rev 15652)
@@ -1,14 +1,6 @@
-ipy (1:0.71-1) UNRELEASED; urgency=low
+ipy (1:0.72-1) UNRELEASED; urgency=low
 
-  * New upstream bugfix release:
-    * 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)
-  * NOT WORKING YET - needs more code fixes: Adding support for Python3.
+  * New upstream version.
 
  -- Bernd Zeimetz <bzed at debian.org>  Mon, 11 Oct 2010 10:14:30 +0200
 

Modified: packages/ipy/trunk/debian/control
===================================================================
--- packages/ipy/trunk/debian/control	2011-02-14 13:46:19 UTC (rev 15651)
+++ packages/ipy/trunk/debian/control	2011-02-14 13:48:35 UTC (rev 15652)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Bernd Zeimetz <bzed at debian.org>, Morten Werner Forsbring <werner at debian.org>
-Build-Depends: debhelper (>= 7.3.5), python-all, python3-all
+Build-Depends: debhelper (>= 7.3.5), python-all
 Build-Depends-Indep: python-support (>= 0.7.1), python-docutils
 Standards-Version: 3.8.3
 Homepage: http://software.inl.fr/trac/trac.cgi/wiki/IPy
@@ -21,13 +21,3 @@
  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.
-
-Package: python3-ipy
-Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
-Description: Python3 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.
-

Modified: packages/ipy/trunk/debian/rules
===================================================================
--- packages/ipy/trunk/debian/rules	2011-02-14 13:46:19 UTC (rev 15651)
+++ packages/ipy/trunk/debian/rules	2011-02-14 13:48:35 UTC (rev 15652)
@@ -3,10 +3,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-PYTHONS:=$(shell pyversions -vr && py3versions -vr)
+PYTHONS:=$(shell pyversions -vr)
 
 %:
-	dh --with python3 $@
+	dh --with $@
 
 IPy.html:
 	rst2html README IPy.html 
@@ -15,7 +15,7 @@
 binary-arch:
 	# nothing to do here.
 binary-indep: $(PYTHONS:%=test/test-%-stamp) IPy.html
-	dh --with python3 $@
+	dh $@
 
 test/test-%-stamp:
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))




More information about the Python-modules-commits mailing list