Thu Jul 20 10:28:33 2017 UTC ()
17.3.0:

Fixed a couple major decoding issues and simplified the URL API.
* limit types accepted by URL.from_text() to just text (str on py3, unicode on py2)
* fix percent decoding issues surrounding multiple calls to URL.to_iri()
* remove the socket-inspired family argument from URL's APIs. It was never consistently implemented and leaked slightly more problems than it solved.
* Improve authority parsing
* include LICENSE, README, docs, and other resources in the package


(adam)
diff -r1.1 -r1.2 pkgsrc/www/py-hyperlink/Makefile
diff -r1.1 -r1.2 pkgsrc/www/py-hyperlink/PLIST
diff -r1.1 -r1.2 pkgsrc/www/py-hyperlink/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/www/py-hyperlink/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-hyperlink/Makefile 2017/06/21 18:32:37 1.1
+++ pkgsrc/www/py-hyperlink/Makefile 2017/07/20 10:28:33 1.2
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.1 2017/06/21 18:32:37 adam Exp $ 1# $NetBSD: Makefile,v 1.2 2017/07/20 10:28:33 adam Exp $
2 2
3DISTNAME= hyperlink-17.2.1 3DISTNAME= hyperlink-17.3.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=h/hyperlink/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=h/hyperlink/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/python-hyper/hyperlink/ 9HOMEPAGE= https://github.com/python-hyper/hyperlink/
10COMMENT= Featureful, correct URL for Python 10COMMENT= Featureful, correct URL for Python
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13USE_LANGUAGES= # empty 13USE_LANGUAGES= # empty
14 14
15.include "../../lang/python/egg.mk" 15.include "../../lang/python/egg.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/www/py-hyperlink/PLIST (expand / switch to unified diff)

--- pkgsrc/www/py-hyperlink/PLIST 2017/06/21 18:32:37 1.1
+++ pkgsrc/www/py-hyperlink/PLIST 2017/07/20 10:28:33 1.2
@@ -1,18 +1,27 @@ @@ -1,18 +1,27 @@
1@comment $NetBSD: PLIST,v 1.1 2017/06/21 18:32:37 adam Exp $ 1@comment $NetBSD: PLIST,v 1.2 2017/07/20 10:28:33 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
6${PYSITELIB}/${EGG_INFODIR}/top_level.txt 6${PYSITELIB}/${EGG_INFODIR}/top_level.txt
7${PYSITELIB}/hyperlink/__init__.py 7${PYSITELIB}/hyperlink/__init__.py
8${PYSITELIB}/hyperlink/__init__.pyc 8${PYSITELIB}/hyperlink/__init__.pyc
9${PYSITELIB}/hyperlink/__init__.pyo 9${PYSITELIB}/hyperlink/__init__.pyo
10${PYSITELIB}/hyperlink/_url.py 10${PYSITELIB}/hyperlink/_url.py
11${PYSITELIB}/hyperlink/_url.pyc 11${PYSITELIB}/hyperlink/_url.pyc
12${PYSITELIB}/hyperlink/_url.pyo 12${PYSITELIB}/hyperlink/_url.pyo
13${PYSITELIB}/hyperlink/test/__init__.py 13${PYSITELIB}/hyperlink/test/__init__.py
14${PYSITELIB}/hyperlink/test/__init__.pyc 14${PYSITELIB}/hyperlink/test/__init__.pyc
15${PYSITELIB}/hyperlink/test/__init__.pyo 15${PYSITELIB}/hyperlink/test/__init__.pyo
 16${PYSITELIB}/hyperlink/test/common.py
 17${PYSITELIB}/hyperlink/test/common.pyc
 18${PYSITELIB}/hyperlink/test/common.pyo
 19${PYSITELIB}/hyperlink/test/test_common.py
 20${PYSITELIB}/hyperlink/test/test_common.pyc
 21${PYSITELIB}/hyperlink/test/test_common.pyo
 22${PYSITELIB}/hyperlink/test/test_scheme_registration.py
 23${PYSITELIB}/hyperlink/test/test_scheme_registration.pyc
 24${PYSITELIB}/hyperlink/test/test_scheme_registration.pyo
16${PYSITELIB}/hyperlink/test/test_url.py 25${PYSITELIB}/hyperlink/test/test_url.py
17${PYSITELIB}/hyperlink/test/test_url.pyc 26${PYSITELIB}/hyperlink/test/test_url.pyc
18${PYSITELIB}/hyperlink/test/test_url.pyo 27${PYSITELIB}/hyperlink/test/test_url.pyo

cvs diff -r1.1 -r1.2 pkgsrc/www/py-hyperlink/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-hyperlink/distinfo 2017/06/21 18:32:37 1.1
+++ pkgsrc/www/py-hyperlink/distinfo 2017/07/20 10:28:33 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2017/06/21 18:32:37 adam Exp $ 1$NetBSD: distinfo,v 1.2 2017/07/20 10:28:33 adam Exp $
2 2
3SHA1 (hyperlink-17.2.1.tar.gz) = e05343c29f97cb2d5b1b815714429562bb645f2b 3SHA1 (hyperlink-17.3.0.tar.gz) = 14bc4c9540794d61f7df1690f849662ce893ee94
4RMD160 (hyperlink-17.2.1.tar.gz) = 60b238d9ed12b26e465d18f4f671861fb61f8ca0 4RMD160 (hyperlink-17.3.0.tar.gz) = 783b37a33bf3cc20595c80aade661107a9cbc2ed
5SHA512 (hyperlink-17.2.1.tar.gz) = b38c19a3e3435eca37c73fceced06bb7913f9633d0a3181e32f3e1828116bddbac14733de382ab37f27f8ba333fb8e47f680ab175103eb6b7abf6baf85e3a170 5SHA512 (hyperlink-17.3.0.tar.gz) = 591918443d6f6efe0910d6f967a5fcc7b294856b10b91bf06f8a94bc821ce256ebe14e69bf7b782d071a3ded519ee8bd8e30edaa629e18f1299a387eb64a23b0
6Size (hyperlink-17.2.1.tar.gz) = 24670 bytes 6Size (hyperlink-17.3.0.tar.gz) = 89710 bytes