pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-idna



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 14 19:29:14 UTC 2017

Modified Files:
        pkgsrc/www/py-idna: Makefile PLIST distinfo

Log Message:
Updated py-idna to 2.6.

2.6 (2017-08-08)
++++++++++++++++

- Allows generation of IDNA and UTS 46 table data for different
  versions of Unicode, by deriving properties directly from
  Unicode data.
- Ability to generate RFC 5892/IANA-style table data
- Diagnostic output of IDNA-related Unicode properties and
  derived calculations for a given codepoint
- Support for idna.__version__ to report version
- Support for idna.idnadata.__version__ and
  idna.uts46data.__version__ to report Unicode version of
  underlying IDNA and UTS 46 data respectively.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-idna/Makefile \
    pkgsrc/www/py-idna/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-idna/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-idna/Makefile
diff -u pkgsrc/www/py-idna/Makefile:1.7 pkgsrc/www/py-idna/Makefile:1.8
--- pkgsrc/www/py-idna/Makefile:1.7     Mon Mar 13 10:15:30 2017
+++ pkgsrc/www/py-idna/Makefile Mon Aug 14 19:29:14 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2017/03/13 10:15:30 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2017/08/14 19:29:14 wiz Exp $
 
-DISTNAME=      idna-2.5
+DISTNAME=      idna-2.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/idna/}
Index: pkgsrc/www/py-idna/distinfo
diff -u pkgsrc/www/py-idna/distinfo:1.7 pkgsrc/www/py-idna/distinfo:1.8
--- pkgsrc/www/py-idna/distinfo:1.7     Mon Mar 13 10:15:30 2017
+++ pkgsrc/www/py-idna/distinfo Mon Aug 14 19:29:14 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/03/13 10:15:30 wiz Exp $
+$NetBSD: distinfo,v 1.8 2017/08/14 19:29:14 wiz Exp $
 
-SHA1 (idna-2.5.tar.gz) = 499531b72bf0440ded6ce7f079a1f979270ae2d0
-RMD160 (idna-2.5.tar.gz) = 1679ad22beca7b9d87158ab319271f65b8874e51
-SHA512 (idna-2.5.tar.gz) = 29a69ede25a8855135c763da5d20ff81832c710038a38521c127d5b7b24b355c6cfa5e9f9a2a4ef1fa4437537d1d9e4b448357e07b4b5e3724d98fee0a3b7835
-Size (idna-2.5.tar.gz) = 130211 bytes
+SHA1 (idna-2.6.tar.gz) = abf5e2e7d8f52dd00e658f1ead4eb9f4d2240bf4
+RMD160 (idna-2.6.tar.gz) = 63ac4a9227f1d5a3643976cdb7cd5ba280573ef5
+SHA512 (idna-2.6.tar.gz) = cb5dbfab44c4d11521c67f9d29391f184d1267a3da6dc89f4ed12c60a7a909d5c7474c3ea2bddd0af7063f4f620e87a8dd586bb07e8b961b30b1dd7c969704c2
+Size (idna-2.6.tar.gz) = 135992 bytes

Index: pkgsrc/www/py-idna/PLIST
diff -u pkgsrc/www/py-idna/PLIST:1.4 pkgsrc/www/py-idna/PLIST:1.5
--- pkgsrc/www/py-idna/PLIST:1.4        Thu Dec 29 23:47:23 2016
+++ pkgsrc/www/py-idna/PLIST    Mon Aug 14 19:29:14 2017
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.4 2016/12/29 23:47:23 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2017/08/14 19:29:14 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
@@ -22,6 +21,9 @@ ${PYSITELIB}/idna/idnadata.pyo
 ${PYSITELIB}/idna/intranges.py
 ${PYSITELIB}/idna/intranges.pyc
 ${PYSITELIB}/idna/intranges.pyo
+${PYSITELIB}/idna/package_data.py
+${PYSITELIB}/idna/package_data.pyc
+${PYSITELIB}/idna/package_data.pyo
 ${PYSITELIB}/idna/uts46data.py
 ${PYSITELIB}/idna/uts46data.pyc
 ${PYSITELIB}/idna/uts46data.pyo



Home | Main Index | Thread Index | Old Index