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:           Sat Jan 16 08:42:12 UTC 2021

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

Log Message:
py-hyperlink: updated to 21.0.0

21.0.0:
Update plus sign (+) handling to work with/like HTML form encoding (POST) by default, fixes 129, and associated roundtripping.
Package IDNA tables.
Long overdue dependency bumps


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-hyperlink/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-hyperlink/PLIST
cvs rdiff -u -r1.6 -r1.7 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.9 pkgsrc/www/py-hyperlink/Makefile:1.10
--- pkgsrc/www/py-hyperlink/Makefile:1.9        Mon Aug 31 18:13:16 2020
+++ pkgsrc/www/py-hyperlink/Makefile    Sat Jan 16 08:42:11 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2020/08/31 18:13:16 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2021/01/16 08:42:11 adam Exp $
 
-DISTNAME=      hyperlink-20.0.1
+DISTNAME=      hyperlink-21.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hyperlink/}
 

Index: pkgsrc/www/py-hyperlink/PLIST
diff -u pkgsrc/www/py-hyperlink/PLIST:1.4 pkgsrc/www/py-hyperlink/PLIST:1.5
--- pkgsrc/www/py-hyperlink/PLIST:1.4   Wed Aug  5 06:46:02 2020
+++ pkgsrc/www/py-hyperlink/PLIST       Sat Jan 16 08:42:11 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2020/08/05 06:46:02 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/01/16 08:42:11 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -17,6 +17,7 @@ ${PYSITELIB}/hyperlink/_url.pyo
 ${PYSITELIB}/hyperlink/hypothesis.py
 ${PYSITELIB}/hyperlink/hypothesis.pyc
 ${PYSITELIB}/hyperlink/hypothesis.pyo
+${PYSITELIB}/hyperlink/idna-tables-properties.csv.gz
 ${PYSITELIB}/hyperlink/py.typed
 ${PYSITELIB}/hyperlink/test/__init__.py
 ${PYSITELIB}/hyperlink/test/__init__.pyc

Index: pkgsrc/www/py-hyperlink/distinfo
diff -u pkgsrc/www/py-hyperlink/distinfo:1.6 pkgsrc/www/py-hyperlink/distinfo:1.7
--- pkgsrc/www/py-hyperlink/distinfo:1.6        Wed Aug  5 06:46:02 2020
+++ pkgsrc/www/py-hyperlink/distinfo    Sat Jan 16 08:42:12 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2020/08/05 06:46:02 adam Exp $
+$NetBSD: distinfo,v 1.7 2021/01/16 08:42:12 adam Exp $
 
-SHA1 (hyperlink-20.0.1.tar.gz) = 2004894d4e90436988065c3cb00d13f4d9c1dcce
-RMD160 (hyperlink-20.0.1.tar.gz) = 829fd84d5c8e2987018207bb82a5433c84ed67fe
-SHA512 (hyperlink-20.0.1.tar.gz) = f935c09d35baf8a8a3c8d4dc6aaf64135d13dda4636187f5d47f3fe4de675498efa29cd93d802c0912db2fa371d0e58213767b1c3c42e5a14bb837ea96a72193
-Size (hyperlink-20.0.1.tar.gz) = 140291 bytes
+SHA1 (hyperlink-21.0.0.tar.gz) = 17e538afafbf16e298ed78201a15fbd874d855a2
+RMD160 (hyperlink-21.0.0.tar.gz) = 41a16392ad2e771054e211919f5fa097bf2273d4
+SHA512 (hyperlink-21.0.0.tar.gz) = 9e0e9273dde1b0a41329a74fbb26c4f327b87f387ee64b9a2ab641ca5cc8b9ea0516884415e9adf1d4880ae9c053a5cba2c550fc508bb56fddb44a543d5da860
+Size (hyperlink-21.0.0.tar.gz) = 140743 bytes



Home | Main Index | Thread Index | Old Index