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:   adam
Date:           Wed Jun 13 06:39:12 UTC 2018

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

Log Message:
py-idna: updated to 2.7

2.7:
Update to Unicode 10.0.0.
No longer accepts dot-prefixed domains (e.g. ".example") as valid. This is to be more conformant with the UTS 46 spec. Users should strip dot prefixes from domains before processing.


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

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.8 pkgsrc/www/py-idna/Makefile:1.9
--- pkgsrc/www/py-idna/Makefile:1.8     Mon Aug 14 19:29:14 2017
+++ pkgsrc/www/py-idna/Makefile Wed Jun 13 06:39:12 2018
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.8 2017/08/14 19:29:14 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2018/06/13 06:39:12 adam Exp $
 
-DISTNAME=      idna-2.6
+DISTNAME=      idna-2.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/idna/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://pypi.python.org/pypi/idna
+HOMEPAGE=      https://github.com/kjd/idna
 COMMENT=       Python module for Internationalized Domain Names in Applications (IDNA)
-#LICENSE=      original-bsd AND python-software-license AND unicode-license
+LICENSE=       modified-bsd
+
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-idna/distinfo
diff -u pkgsrc/www/py-idna/distinfo:1.8 pkgsrc/www/py-idna/distinfo:1.9
--- pkgsrc/www/py-idna/distinfo:1.8     Mon Aug 14 19:29:14 2017
+++ pkgsrc/www/py-idna/distinfo Wed Jun 13 06:39:12 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2017/08/14 19:29:14 wiz Exp $
+$NetBSD: distinfo,v 1.9 2018/06/13 06:39:12 adam Exp $
 
-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
+SHA1 (idna-2.7.tar.gz) = 9e1aec32b35423438c285ec21ee234228bedd6fb
+RMD160 (idna-2.7.tar.gz) = 2f5cdbc62fcc2b7033947ed605fbb8d0140c557d
+SHA512 (idna-2.7.tar.gz) = 34ba985862e386243f43616586e53830177cf4ba0925b6054198dfa63c085ec5c6c5b54c2b3c0989bc768aacceeef76b84471e58a16183b960dc4b8812cd1c61
+Size (idna-2.7.tar.gz) = 172698 bytes



Home | Main Index | Thread Index | Old Index