pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-hyperlink py-hyperlink: updated to 19.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc3ed0902bb1
branches:  trunk
changeset: 334539:bc3ed0902bb1
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu May 30 09:34:38 2019 +0000

description:
py-hyperlink: updated to 19.0.0

19.0.0
A query parameter-centric release, with two enhancements:
"equals sign" characters in query parameter values are no longer escaped.
URL.remove() now accepts value and limit parameters, allowing for removal of specific name-value pairs, as well as limiting the number of removals.

diffstat:

 www/py-hyperlink/Makefile |   5 ++---
 www/py-hyperlink/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r cd6d267a009f -r bc3ed0902bb1 www/py-hyperlink/Makefile
--- a/www/py-hyperlink/Makefile Thu May 30 09:29:33 2019 +0000
+++ b/www/py-hyperlink/Makefile Thu May 30 09:34:38 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2018/08/22 09:47:58 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/05/30 09:34:38 adam Exp $
 
-DISTNAME=      hyperlink-18.0.0
+DISTNAME=      hyperlink-19.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hyperlink/}
 
diff -r cd6d267a009f -r bc3ed0902bb1 www/py-hyperlink/distinfo
--- a/www/py-hyperlink/distinfo Thu May 30 09:29:33 2019 +0000
+++ b/www/py-hyperlink/distinfo Thu May 30 09:34:38 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/03/05 12:31:17 adam Exp $
+$NetBSD: distinfo,v 1.5 2019/05/30 09:34:38 adam Exp $
 
-SHA1 (hyperlink-18.0.0.tar.gz) = f51f4495795e51ae9468a13dd79ff26b3f457f40
-RMD160 (hyperlink-18.0.0.tar.gz) = 3a6a0286143a584a5989bcf74e07dfd26a150639
-SHA512 (hyperlink-18.0.0.tar.gz) = 21b5f88f7aaa3f2b0b60566fdb0fefdf6d42866060606dac181c8e3d357c76a5c23fa5dc982812af2b7d49dc1f9d623bd5bea89bf2cf31916c855bc4ae85589d
-Size (hyperlink-18.0.0.tar.gz) = 97625 bytes
+SHA1 (hyperlink-19.0.0.tar.gz) = 7a1541bdf91f678f4581babd5556c9a8cbb7d46e
+RMD160 (hyperlink-19.0.0.tar.gz) = b996d17692e60718e03e984df3c3fd072d930c0c
+SHA512 (hyperlink-19.0.0.tar.gz) = 5d5723bc0bd0c381edd3a9ef7bab3ba9ad4252027d5a4afa61e6cfff3e5b8457994b6dd36ecc356e638d41f797fe3367a3010249e0e77bee6e9e94336c1e7c2e
+Size (hyperlink-19.0.0.tar.gz) = 99099 bytes



Home | Main Index | Thread Index | Old Index