pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-hyperlink



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jul 20 10:28:33 UTC 2017

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-hyperlink/Makefile \
    pkgsrc/www/py-hyperlink/PLIST pkgsrc/www/py-hyperlink/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-hyperlink/Makefile
diff -u pkgsrc/www/py-hyperlink/Makefile:1.1 pkgsrc/www/py-hyperlink/Makefile:1.2
--- pkgsrc/www/py-hyperlink/Makefile:1.1        Wed Jun 21 18:32:37 2017
+++ pkgsrc/www/py-hyperlink/Makefile    Thu Jul 20 10:28:33 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/06/21 18:32:37 adam Exp $
+# $NetBSD: Makefile,v 1.2 2017/07/20 10:28:33 adam Exp $
 
-DISTNAME=      hyperlink-17.2.1
+DISTNAME=      hyperlink-17.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hyperlink/}
Index: pkgsrc/www/py-hyperlink/PLIST
diff -u pkgsrc/www/py-hyperlink/PLIST:1.1 pkgsrc/www/py-hyperlink/PLIST:1.2
--- pkgsrc/www/py-hyperlink/PLIST:1.1   Wed Jun 21 18:32:37 2017
+++ pkgsrc/www/py-hyperlink/PLIST       Thu Jul 20 10:28:33 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/06/21 18:32:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/07/20 10:28:33 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -13,6 +13,15 @@ ${PYSITELIB}/hyperlink/_url.pyo
 ${PYSITELIB}/hyperlink/test/__init__.py
 ${PYSITELIB}/hyperlink/test/__init__.pyc
 ${PYSITELIB}/hyperlink/test/__init__.pyo
+${PYSITELIB}/hyperlink/test/common.py
+${PYSITELIB}/hyperlink/test/common.pyc
+${PYSITELIB}/hyperlink/test/common.pyo
+${PYSITELIB}/hyperlink/test/test_common.py
+${PYSITELIB}/hyperlink/test/test_common.pyc
+${PYSITELIB}/hyperlink/test/test_common.pyo
+${PYSITELIB}/hyperlink/test/test_scheme_registration.py
+${PYSITELIB}/hyperlink/test/test_scheme_registration.pyc
+${PYSITELIB}/hyperlink/test/test_scheme_registration.pyo
 ${PYSITELIB}/hyperlink/test/test_url.py
 ${PYSITELIB}/hyperlink/test/test_url.pyc
 ${PYSITELIB}/hyperlink/test/test_url.pyo
Index: pkgsrc/www/py-hyperlink/distinfo
diff -u pkgsrc/www/py-hyperlink/distinfo:1.1 pkgsrc/www/py-hyperlink/distinfo:1.2
--- pkgsrc/www/py-hyperlink/distinfo:1.1        Wed Jun 21 18:32:37 2017
+++ pkgsrc/www/py-hyperlink/distinfo    Thu Jul 20 10:28:33 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/06/21 18:32:37 adam Exp $
+$NetBSD: distinfo,v 1.2 2017/07/20 10:28:33 adam Exp $
 
-SHA1 (hyperlink-17.2.1.tar.gz) = e05343c29f97cb2d5b1b815714429562bb645f2b
-RMD160 (hyperlink-17.2.1.tar.gz) = 60b238d9ed12b26e465d18f4f671861fb61f8ca0
-SHA512 (hyperlink-17.2.1.tar.gz) = b38c19a3e3435eca37c73fceced06bb7913f9633d0a3181e32f3e1828116bddbac14733de382ab37f27f8ba333fb8e47f680ab175103eb6b7abf6baf85e3a170
-Size (hyperlink-17.2.1.tar.gz) = 24670 bytes
+SHA1 (hyperlink-17.3.0.tar.gz) = 14bc4c9540794d61f7df1690f849662ce893ee94
+RMD160 (hyperlink-17.3.0.tar.gz) = 783b37a33bf3cc20595c80aade661107a9cbc2ed
+SHA512 (hyperlink-17.3.0.tar.gz) = 591918443d6f6efe0910d6f967a5fcc7b294856b10b91bf06f8a94bc821ce256ebe14e69bf7b782d071a3ded519ee8bd8e30edaa629e18f1299a387eb64a23b0
+Size (hyperlink-17.3.0.tar.gz) = 89710 bytes



Home | Main Index | Thread Index | Old Index