[Python-modules-commits] r34035 - in packages/python-idna/tags (11 files)
mithrandi at users.alioth.debian.org
mithrandi at users.alioth.debian.org
Sat Aug 29 23:49:16 UTC 2015
Date: Saturday, August 29, 2015 @ 23:49:15
Author: mithrandi
Revision: 34035
[svn-buildpackage] Tagging python-idna 2.0-3
Added:
packages/python-idna/tags/2.0-3/
packages/python-idna/tags/2.0-3/debian/changelog
(from rev 34034, packages/python-idna/trunk/debian/changelog)
packages/python-idna/tags/2.0-3/debian/control
(from rev 34034, packages/python-idna/trunk/debian/control)
packages/python-idna/tags/2.0-3/debian/rules
(from rev 34034, packages/python-idna/trunk/debian/rules)
packages/python-idna/tags/2.0-3/debian/tests/python2
(from rev 33007, packages/python-idna/trunk/debian/tests/python2)
packages/python-idna/tags/2.0-3/debian/tests/python3
(from rev 33006, packages/python-idna/trunk/debian/tests/python3)
Deleted:
packages/python-idna/tags/2.0-3/debian/changelog
packages/python-idna/tags/2.0-3/debian/control
packages/python-idna/tags/2.0-3/debian/rules
packages/python-idna/tags/2.0-3/debian/tests/python2
packages/python-idna/tags/2.0-3/debian/tests/python3
Deleted: packages/python-idna/tags/2.0-3/debian/changelog
===================================================================
--- packages/python-idna/trunk/debian/changelog 2015-06-08 07:46:31 UTC (rev 32909)
+++ packages/python-idna/tags/2.0-3/debian/changelog 2015-08-29 23:49:15 UTC (rev 34035)
@@ -1,5 +0,0 @@
-python-idna (2.0-1) UNRELEASED; urgency=medium
-
- * Initial release. (closes: #756388)
-
- -- Tristan Seligmann <mithrandi at debian.org> Mon, 08 Jun 2015 09:39:59 +0200
Copied: packages/python-idna/tags/2.0-3/debian/changelog (from rev 34034, packages/python-idna/trunk/debian/changelog)
===================================================================
--- packages/python-idna/tags/2.0-3/debian/changelog (rev 0)
+++ packages/python-idna/tags/2.0-3/debian/changelog 2015-08-29 23:49:15 UTC (rev 34035)
@@ -0,0 +1,17 @@
+python-idna (2.0-3) unstable; urgency=medium
+
+ * Add pypy-idna package.
+
+ -- Tristan Seligmann <mithrandi at debian.org> Sun, 30 Aug 2015 01:47:51 +0200
+
+python-idna (2.0-2) unstable; urgency=medium
+
+ * Fix broken autopkgtest scripts.
+
+ -- Tristan Seligmann <mithrandi at debian.org> Wed, 17 Jun 2015 08:22:12 +0200
+
+python-idna (2.0-1) unstable; urgency=medium
+
+ * Initial release. (closes: #756388)
+
+ -- Tristan Seligmann <mithrandi at debian.org> Mon, 08 Jun 2015 15:29:18 +0200
Deleted: packages/python-idna/tags/2.0-3/debian/control
===================================================================
--- packages/python-idna/trunk/debian/control 2015-06-08 07:46:31 UTC (rev 32909)
+++ packages/python-idna/tags/2.0-3/debian/control 2015-08-29 23:49:15 UTC (rev 34035)
@@ -1,50 +0,0 @@
-Source: python-idna
-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,
- python3-all,
-Homepage: https://github.com/kjd/idna
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-idna/trunk/
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-idna/trunk/
-Standards-Version: 3.9.6
-X-Python-Version: >= 2.7
-X-Python3-Version: >= 3.3
-
-Package: python-idna
-Architecture: all
-Depends:
- ${misc:Depends},
- ${python:Depends},
-Description: Python IDNA2008 (RFC 5891) handling (Python 2)
- A library to support the Internationalised Domain Names in Applications (IDNA)
- protocol as specified in RFC 5891. This version of the protocol is often
- referred to as âIDNA2008â and can produce different results from the earlier
- standard from 2003.
- .
- The library is also intended to act as a suitable drop-in replacement for the
- âencodings.idnaâ module that comes with the Python standard library but
- currently only supports the older 2003 specification.
- .
- This package contains the module for Python 2.
-
-Package: python3-idna
-Architecture: all
-Depends:
- ${misc:Depends},
- ${python3:Depends},
-Description: Python IDNA2008 (RFC 5891) handling (Python 3)
- A library to support the Internationalised Domain Names in Applications (IDNA)
- protocol as specified in RFC 5891. This version of the protocol is often
- referred to as âIDNA2008â and can produce different results from the earlier
- standard from 2003.
- .
- The library is also intended to act as a suitable drop-in replacement for the
- âencodings.idnaâ module that comes with the Python standard library but
- currently only supports the older 2003 specification.
- .
- This package contains the module for Python 3.
Copied: packages/python-idna/tags/2.0-3/debian/control (from rev 34034, packages/python-idna/trunk/debian/control)
===================================================================
--- packages/python-idna/tags/2.0-3/debian/control (rev 0)
+++ packages/python-idna/tags/2.0-3/debian/control 2015-08-29 23:49:15 UTC (rev 34035)
@@ -0,0 +1,71 @@
+Source: python-idna
+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,
+ python3-all,
+ pypy,
+ python-setuptools,
+ python3-setuptools,
+ pypy-setuptools,
+Homepage: https://github.com/kjd/idna
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-idna/trunk/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-idna/trunk/
+Standards-Version: 3.9.6
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.3
+
+Package: python-idna
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+Description: Python IDNA2008 (RFC 5891) handling (Python 2)
+ A library to support the Internationalised Domain Names in Applications (IDNA)
+ protocol as specified in RFC 5891. This version of the protocol is often
+ referred to as âIDNA2008â and can produce different results from the earlier
+ standard from 2003.
+ .
+ The library is also intended to act as a suitable drop-in replacement for the
+ âencodings.idnaâ module that comes with the Python standard library but
+ currently only supports the older 2003 specification.
+ .
+ This package contains the module for Python 2.
+
+Package: python3-idna
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+Description: Python IDNA2008 (RFC 5891) handling (Python 3)
+ A library to support the Internationalised Domain Names in Applications (IDNA)
+ protocol as specified in RFC 5891. This version of the protocol is often
+ referred to as âIDNA2008â and can produce different results from the earlier
+ standard from 2003.
+ .
+ The library is also intended to act as a suitable drop-in replacement for the
+ âencodings.idnaâ module that comes with the Python standard library but
+ currently only supports the older 2003 specification.
+ .
+ This package contains the module for Python 3.
+
+Package: pypy-idna
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${pypy:Depends},
+Description: Python IDNA2008 (RFC 5891) handling (PyPy)
+ A library to support the Internationalised Domain Names in Applications (IDNA)
+ protocol as specified in RFC 5891. This version of the protocol is often
+ referred to as âIDNA2008â and can produce different results from the earlier
+ standard from 2003.
+ .
+ The library is also intended to act as a suitable drop-in replacement for the
+ âencodings.idnaâ module that comes with the Python standard library but
+ currently only supports the older 2003 specification.
+ .
+ This package contains the module for PyPy.
Deleted: packages/python-idna/tags/2.0-3/debian/rules
===================================================================
--- packages/python-idna/trunk/debian/rules 2015-06-08 07:46:31 UTC (rev 32909)
+++ packages/python-idna/tags/2.0-3/debian/rules 2015-08-29 23:49:15 UTC (rev 34035)
@@ -1,11 +0,0 @@
-#!/usr/bin/make -f
-
-%:
- dh $@ --with python2,python3 --buildsystem=pybuild
-
-override_dh_installchangelogs:
- dh_installchangelogs NEWS
-
-override_dh_auto_install:
- dh_auto_install
- find debian/tmp -name "six.py" -delete
Copied: packages/python-idna/tags/2.0-3/debian/rules (from rev 34034, packages/python-idna/trunk/debian/rules)
===================================================================
--- packages/python-idna/tags/2.0-3/debian/rules (rev 0)
+++ packages/python-idna/tags/2.0-3/debian/rules 2015-08-29 23:49:15 UTC (rev 34035)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=idna
+
+%:
+ dh $@ --with python2,python3,pypy --buildsystem=pybuild
Deleted: packages/python-idna/tags/2.0-3/debian/tests/python2
===================================================================
--- packages/python-idna/trunk/debian/tests/python2 2015-06-08 07:46:31 UTC (rev 32909)
+++ packages/python-idna/tags/2.0-3/debian/tests/python2 2015-08-29 23:49:15 UTC (rev 34035)
@@ -1,7 +0,0 @@
-#!/bin/bash
-set -e
-
-cd "$ADTTMP"
-for py in $(pyversions -vi) ; do
- python$py -m ecdsa.test_pyecdsa ;
-done
Copied: packages/python-idna/tags/2.0-3/debian/tests/python2 (from rev 33007, packages/python-idna/trunk/debian/tests/python2)
===================================================================
--- packages/python-idna/tags/2.0-3/debian/tests/python2 (rev 0)
+++ packages/python-idna/tags/2.0-3/debian/tests/python2 2015-08-29 23:49:15 UTC (rev 34035)
@@ -0,0 +1,8 @@
+#!/bin/bash
+set -e
+
+SRC="$PWD"
+cd "$ADTTMP"
+for py in $(pyversions -vi) ; do
+ python$py -m unittest discover -s "${SRC}/tests";
+done
Deleted: packages/python-idna/tags/2.0-3/debian/tests/python3
===================================================================
--- packages/python-idna/trunk/debian/tests/python3 2015-06-08 07:46:31 UTC (rev 32909)
+++ packages/python-idna/tags/2.0-3/debian/tests/python3 2015-08-29 23:49:15 UTC (rev 34035)
@@ -1,7 +0,0 @@
-#!/bin/bash
-set -e
-
-cd "$ADTTMP"
-for py in $(py3versions -vi) ; do
- python$py -m ecdsa.test_pyecdsa ;
-done
Copied: packages/python-idna/tags/2.0-3/debian/tests/python3 (from rev 33006, packages/python-idna/trunk/debian/tests/python3)
===================================================================
--- packages/python-idna/tags/2.0-3/debian/tests/python3 (rev 0)
+++ packages/python-idna/tags/2.0-3/debian/tests/python3 2015-08-29 23:49:15 UTC (rev 34035)
@@ -0,0 +1,8 @@
+#!/bin/bash
+set -e
+
+SRC="$PWD"
+cd "$ADTTMP"
+for py in $(py3versions -vi) ; do
+ python$py -m unittest discover -s "${SRC}/tests" ;
+done
More information about the Python-modules-commits
mailing list