pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-idna Updated py-idna to 2.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4de7a68eee1f
branches:  trunk
changeset: 356323:4de7a68eee1f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Dec 29 23:47:23 2016 +0000

description:
Updated py-idna to 2.2.

2.2 (2016-12-21)
++++++++++++++++

- Made some changes to the UTS 46 data that should allow Jython to get around
  64kb Java class limits. (Thanks, John A. Booth and Marcin P?onka.)
- In Python 2.6, skip two tests that rely on data not present in that
  Python version's unicodedata module.
- Use relative imports to help downstream users.

diffstat:

 www/py-idna/Makefile |   4 ++--
 www/py-idna/PLIST    |   3 ++-
 www/py-idna/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (40 lines):

diff -r 2a3be8bbe47c -r 4de7a68eee1f www/py-idna/Makefile
--- a/www/py-idna/Makefile      Thu Dec 29 23:16:26 2016 +0000
+++ b/www/py-idna/Makefile      Thu Dec 29 23:47:23 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2016/06/08 17:43:43 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2016/12/29 23:47:23 wiz Exp $
 
-DISTNAME=      idna-2.1
+DISTNAME=      idna-2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/idna/}
diff -r 2a3be8bbe47c -r 4de7a68eee1f www/py-idna/PLIST
--- a/www/py-idna/PLIST Thu Dec 29 23:16:26 2016 +0000
+++ b/www/py-idna/PLIST Thu Dec 29 23:47:23 2016 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2016/04/08 15:23:33 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2016/12/29 23:47:23 wiz Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/pbr.json
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/idna/__init__.py
 ${PYSITELIB}/idna/__init__.pyc
diff -r 2a3be8bbe47c -r 4de7a68eee1f www/py-idna/distinfo
--- a/www/py-idna/distinfo      Thu Dec 29 23:16:26 2016 +0000
+++ b/www/py-idna/distinfo      Thu Dec 29 23:47:23 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2016/04/08 15:23:33 wiz Exp $
+$NetBSD: distinfo,v 1.5 2016/12/29 23:47:23 wiz Exp $
 
-SHA1 (idna-2.1.tar.gz) = 0ddbcf032e8eb2166ab040e6a92f1efcb43b5852
-RMD160 (idna-2.1.tar.gz) = 35dac9642f026e21279678a5af5d951c56dc584b
-SHA512 (idna-2.1.tar.gz) = b275f48f46694d54915cb48fcc65b683895ff9834bb267c77535aba0c9c6d8ca10dc207cf5ec53c167e66e236d943a3ec577c140aa5cfc8ad286800b7c67b63b
-Size (idna-2.1.tar.gz) = 128996 bytes
+SHA1 (idna-2.2.tar.gz) = 321ce9f912db4e6017ddd6aea99b83f2b39f937d
+RMD160 (idna-2.2.tar.gz) = d3527646a4719debb6dd03a85e5ec426d42cf140
+SHA512 (idna-2.2.tar.gz) = affd8738e78ee0db7e44e508bab2a2223e9d1991711a4930ce820354e2c348f92502bd27fb6a93a25300ce78bac444b808143f2754b44720c19d4707e60d56ae
+Size (idna-2.2.tar.gz) = 130203 bytes



Home | Main Index | Thread Index | Old Index