diff options
author | adam <adam@pkgsrc.org> | 2018-06-15 08:22:00 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-06-15 08:22:00 +0000 |
commit | b57ef261c93e69d6f5ad5e07598b18cec62ded11 (patch) | |
tree | fe0c6ce89227a4eaa70e2c6973bd4ae8453d26fb /www | |
parent | 169fcaf6626ddf669662ff51c8e516b261a76067 (diff) | |
download | pkgsrc-b57ef261c93e69d6f5ad5e07598b18cec62ded11.tar.gz |
py-furl: updated to 1.1
Furl v1.1
Fixed: Support and preserve all query strings as provided. For example, preserve
the query '&&==' of 'http://foo.com?&&==' as-is. Empty key=value pairs are
stored as ('', None) in Query.params, e.g. [('', None), ('', None)] for the
query '&'.
Changed: Don't encode equal signs ('=') in query values if the key is empty.
That is, allow and preserve queries like '?==3==' while also percent encoding
equal signs in query values with an associted key, as expected. E.g.
'?a=1%3D1'.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-furl/Makefile | 4 | ||||
-rw-r--r-- | www/py-furl/PLIST | 5 | ||||
-rw-r--r-- | www/py-furl/distinfo | 10 |
3 files changed, 11 insertions, 8 deletions
diff --git a/www/py-furl/Makefile b/www/py-furl/Makefile index 9877872bb2f..df894eb8bf7 100644 --- a/www/py-furl/Makefile +++ b/www/py-furl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2017/11/02 10:38:36 adam Exp $ +# $NetBSD: Makefile,v 1.15 2018/06/15 08:22:00 adam Exp $ -DISTNAME= furl-1.0.1 +DISTNAME= furl-1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=f/furl/} diff --git a/www/py-furl/PLIST b/www/py-furl/PLIST index a2c197f4712..cd5b1a84346 100644 --- a/www/py-furl/PLIST +++ b/www/py-furl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2015/04/02 23:08:03 rodent Exp $ +@comment $NetBSD: PLIST,v 1.3 2018/06/15 08:22:00 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -7,6 +7,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/furl/__init__.py ${PYSITELIB}/furl/__init__.pyc ${PYSITELIB}/furl/__init__.pyo +${PYSITELIB}/furl/common.py +${PYSITELIB}/furl/common.pyc +${PYSITELIB}/furl/common.pyo ${PYSITELIB}/furl/compat.py ${PYSITELIB}/furl/compat.pyc ${PYSITELIB}/furl/compat.pyo diff --git a/www/py-furl/distinfo b/www/py-furl/distinfo index 65b39189966..da1a44c895e 100644 --- a/www/py-furl/distinfo +++ b/www/py-furl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2017/11/02 10:38:36 adam Exp $ +$NetBSD: distinfo,v 1.8 2018/06/15 08:22:00 adam Exp $ -SHA1 (furl-1.0.1.tar.gz) = 9ba90b53ce77f11ae1deacbcf51d6ee30869151e -RMD160 (furl-1.0.1.tar.gz) = e1cc9378959fc8b7252980b12c047b949b2998aa -SHA512 (furl-1.0.1.tar.gz) = ef910331211fc4fb22e226279438b0b7acf347aa6d2d0058bafbb591f631c88c9c0095971749d1935429b8a730dc6f67dbbe965de46af531b9119c28eacb095d -Size (furl-1.0.1.tar.gz) = 40723 bytes +SHA1 (furl-1.1.tar.gz) = 12bc030a7310b0a4e3e30f29bb9fb9938491e558 +RMD160 (furl-1.1.tar.gz) = 0a1b0f83be748f2792a7e7ae8cfdbf7238cca847 +SHA512 (furl-1.1.tar.gz) = 5af4acc5736f8841fd4abc002fc4c9668da2e3655f197773e603242ca29c40021dc388c760959fea7847cf1be71d5b367d56eaf263c84b171659af0632364a9c +Size (furl-1.1.tar.gz) = 41714 bytes |