[Python-modules-commits] r34037 - in packages/python-ipaddress/tags (7 files)

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Sat Aug 29 23:55:04 UTC 2015


    Date: Saturday, August 29, 2015 @ 23:55:03
  Author: mithrandi
Revision: 34037

[svn-buildpackage] Tagging python-ipaddress 1.0.14-2

Added:
  packages/python-ipaddress/tags/1.0.14-2/
  packages/python-ipaddress/tags/1.0.14-2/debian/changelog
    (from rev 34036, packages/python-ipaddress/trunk/debian/changelog)
  packages/python-ipaddress/tags/1.0.14-2/debian/control
    (from rev 34036, packages/python-ipaddress/trunk/debian/control)
  packages/python-ipaddress/tags/1.0.14-2/debian/rules
    (from rev 34036, packages/python-ipaddress/trunk/debian/rules)
Deleted:
  packages/python-ipaddress/tags/1.0.14-2/debian/changelog
  packages/python-ipaddress/tags/1.0.14-2/debian/control
  packages/python-ipaddress/tags/1.0.14-2/debian/rules

Deleted: packages/python-ipaddress/tags/1.0.14-2/debian/changelog
===================================================================
--- packages/python-ipaddress/trunk/debian/changelog	2015-06-10 03:47:44 UTC (rev 32945)
+++ packages/python-ipaddress/tags/1.0.14-2/debian/changelog	2015-08-29 23:55:03 UTC (rev 34037)
@@ -1,5 +0,0 @@
-python-ipaddress (1.0.7-1) unstable; urgency=medium
-
-  * Initial release. (closes: #785275)
-
- -- Tristan Seligmann <mithrandi at debian.org>  Mon, 08 Jun 2015 15:29:18 +0200

Copied: packages/python-ipaddress/tags/1.0.14-2/debian/changelog (from rev 34036, packages/python-ipaddress/trunk/debian/changelog)
===================================================================
--- packages/python-ipaddress/tags/1.0.14-2/debian/changelog	                        (rev 0)
+++ packages/python-ipaddress/tags/1.0.14-2/debian/changelog	2015-08-29 23:55:03 UTC (rev 34037)
@@ -0,0 +1,17 @@
+python-ipaddress (1.0.14-2) unstable; urgency=medium
+
+  * Build pypy-ipaddress package.
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Sun, 30 Aug 2015 01:52:53 +0200
+
+python-ipaddress (1.0.14-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Sun, 26 Jul 2015 12:52:25 +0200
+
+python-ipaddress (1.0.7-1) unstable; urgency=medium
+
+  * Initial release. (closes: #785275)
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Mon, 08 Jun 2015 15:29:18 +0200

Deleted: packages/python-ipaddress/tags/1.0.14-2/debian/control
===================================================================
--- packages/python-ipaddress/trunk/debian/control	2015-06-10 03:47:44 UTC (rev 32945)
+++ packages/python-ipaddress/tags/1.0.14-2/debian/control	2015-08-29 23:55:03 UTC (rev 34037)
@@ -1,26 +0,0 @@
-Source: python-ipaddress
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Tristan Seligmann <mithrandi at debian.org>
-Build-Depends:
- debhelper (>= 9),
- dh-python,
- python-all,
- python-setuptools,
-Homepage: https://github.com/phihag/ipaddress
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-ipaddress/trunk/
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-ipaddress/trunk/
-Standards-Version: 3.9.6
-X-Python-Version: >= 2.6
-
-Package: python-ipaddress
-Architecture: all
-Depends:
- ${misc:Depends},
- ${python:Depends},
-Description: Backport of Python 3 ipaddress module (Python 2)
- This module is a backport of the stdlib "ipaddress" module from Python 3. The
- "ipaddress" module is in turn based off of the "ipaddr" module available in
- the "python-ipaddr" but there are some important API differences; make sure
- you are using the right module.

Copied: packages/python-ipaddress/tags/1.0.14-2/debian/control (from rev 34036, packages/python-ipaddress/trunk/debian/control)
===================================================================
--- packages/python-ipaddress/tags/1.0.14-2/debian/control	                        (rev 0)
+++ packages/python-ipaddress/tags/1.0.14-2/debian/control	2015-08-29 23:55:03 UTC (rev 34037)
@@ -0,0 +1,43 @@
+Source: python-ipaddress
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Tristan Seligmann <mithrandi at debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all,
+ pypy,
+ python-setuptools,
+ pypy-setuptools,
+Homepage: https://github.com/phihag/ipaddress
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-ipaddress/trunk/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-ipaddress/trunk/
+Standards-Version: 3.9.6
+X-Python-Version: >= 2.6
+
+Package: python-ipaddress
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+Description: Backport of Python 3 ipaddress module (Python 2)
+ This module is a backport of the stdlib "ipaddress" module from Python 3. The
+ "ipaddress" module is in turn based off of the "ipaddr" module available in
+ the "python-ipaddr" but there are some important API differences; make sure
+ you are using the right module.
+ .
+ This package contains the Python 2 module.
+
+Package: pypy-ipaddress
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${pypy:Depends},
+Description: Backport of Python 3 ipaddress module (PyPy)
+ This module is a backport of the stdlib "ipaddress" module from Python 3. The
+ "ipaddress" module is in turn based off of the "ipaddr" module available in
+ the "python-ipaddr" but there are some important API differences; make sure
+ you are using the right module.
+ .
+ This package contains the PyPy module.

Deleted: packages/python-ipaddress/tags/1.0.14-2/debian/rules
===================================================================
--- packages/python-ipaddress/trunk/debian/rules	2015-06-10 03:47:44 UTC (rev 32945)
+++ packages/python-ipaddress/tags/1.0.14-2/debian/rules	2015-08-29 23:55:03 UTC (rev 34037)
@@ -1,6 +0,0 @@
-#!/usr/bin/make -f
-
-export PYBUILD_NAME=ipaddress
-
-%:
-	dh $@ --with python2 --buildsystem=pybuild

Copied: packages/python-ipaddress/tags/1.0.14-2/debian/rules (from rev 34036, packages/python-ipaddress/trunk/debian/rules)
===================================================================
--- packages/python-ipaddress/tags/1.0.14-2/debian/rules	                        (rev 0)
+++ packages/python-ipaddress/tags/1.0.14-2/debian/rules	2015-08-29 23:55:03 UTC (rev 34037)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=ipaddress
+
+%:
+	dh $@ --with python2,pypy --buildsystem=pybuild




More information about the Python-modules-commits mailing list