[Python-modules-commits] r34034 - in packages/python-idna/trunk/debian (changelog control rules)
mithrandi at users.alioth.debian.org
mithrandi at users.alioth.debian.org
Sat Aug 29 23:48:21 UTC 2015
Date: Saturday, August 29, 2015 @ 23:48:21
Author: mithrandi
Revision: 34034
Add pypy-idna package.
Modified:
packages/python-idna/trunk/debian/changelog
packages/python-idna/trunk/debian/control
packages/python-idna/trunk/debian/rules
Modified: packages/python-idna/trunk/debian/changelog
===================================================================
--- packages/python-idna/trunk/debian/changelog 2015-08-29 23:41:31 UTC (rev 34033)
+++ packages/python-idna/trunk/debian/changelog 2015-08-29 23:48:21 UTC (rev 34034)
@@ -1,3 +1,9 @@
+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.
Modified: packages/python-idna/trunk/debian/control
===================================================================
--- packages/python-idna/trunk/debian/control 2015-08-29 23:41:31 UTC (rev 34033)
+++ packages/python-idna/trunk/debian/control 2015-08-29 23:48:21 UTC (rev 34034)
@@ -8,8 +8,10 @@
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/
@@ -50,3 +52,20 @@
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.
Modified: packages/python-idna/trunk/debian/rules
===================================================================
--- packages/python-idna/trunk/debian/rules 2015-08-29 23:41:31 UTC (rev 34033)
+++ packages/python-idna/trunk/debian/rules 2015-08-29 23:48:21 UTC (rev 34034)
@@ -3,4 +3,4 @@
export PYBUILD_NAME=idna
%:
- dh $@ --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python2,python3,pypy --buildsystem=pybuild
More information about the Python-modules-commits
mailing list