Skip to content

Commit

Permalink
Update to 2.0:
Browse files Browse the repository at this point in the history
2.0 (2015-05-18)
++++++++++++++++

- Added support for Unicode IDNA Compatibility Processing (aka Unicode
  Technical Standard #46). Big thanks to Jon Ribbens who contributed this
  functionality.
  • Loading branch information
wiz authored and Filip Hajny committed Oct 9, 2016
1 parent 104b5d5 commit 278c5ab
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions www/py-idna/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2015/04/20 07:28:00 wiz Exp $
# $NetBSD: Makefile,v 1.2 2015/08/06 08:08:01 wiz Exp $

DISTNAME= idna-1.1
DISTNAME= idna-2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= https://pypi.python.org/packages/source/i/idna/
Expand Down
6 changes: 5 additions & 1 deletion www/py-idna/PLIST
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
@comment $NetBSD: PLIST,v 1.1 2015/04/20 07:28:00 wiz Exp $
@comment $NetBSD: PLIST,v 1.2 2015/08/06 08:08:01 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
Expand All @@ -18,3 +19,6 @@ ${PYSITELIB}/idna/core.pyo
${PYSITELIB}/idna/idnadata.py
${PYSITELIB}/idna/idnadata.pyc
${PYSITELIB}/idna/idnadata.pyo
${PYSITELIB}/idna/uts46data.py
${PYSITELIB}/idna/uts46data.pyc
${PYSITELIB}/idna/uts46data.pyo
8 changes: 4 additions & 4 deletions www/py-idna/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2015/04/20 07:28:00 wiz Exp $
$NetBSD: distinfo,v 1.2 2015/08/06 08:08:01 wiz Exp $

SHA1 (idna-1.1.tar.gz) = 5d1e314797f77cca96375d5897ec6d581e7ccbba
RMD160 (idna-1.1.tar.gz) = 596e6f1583746096d5e690074c524b5d413f95a9
Size (idna-1.1.tar.gz) = 99242 bytes
SHA1 (idna-2.0.tar.gz) = e48d607370b11e02512bac0985c902112c4dac40
RMD160 (idna-2.0.tar.gz) = 25fc1b543a77722884dd93757292e02c21f9fa8c
Size (idna-2.0.tar.gz) = 135150 bytes

0 comments on commit 278c5ab

Please sign in to comment.