pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-furl



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jun 15 08:22:00 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-furl/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-furl/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-furl/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-furl/Makefile
diff -u pkgsrc/www/py-furl/Makefile:1.14 pkgsrc/www/py-furl/Makefile:1.15
--- pkgsrc/www/py-furl/Makefile:1.14    Thu Nov  2 10:38:36 2017
+++ pkgsrc/www/py-furl/Makefile Fri Jun 15 08:22:00 2018
@@ -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/}

Index: pkgsrc/www/py-furl/PLIST
diff -u pkgsrc/www/py-furl/PLIST:1.2 pkgsrc/www/py-furl/PLIST:1.3
--- pkgsrc/www/py-furl/PLIST:1.2        Thu Apr  2 23:08:03 2015
+++ pkgsrc/www/py-furl/PLIST    Fri Jun 15 08:22:00 2018
@@ -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.tx
 ${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

Index: pkgsrc/www/py-furl/distinfo
diff -u pkgsrc/www/py-furl/distinfo:1.7 pkgsrc/www/py-furl/distinfo:1.8
--- pkgsrc/www/py-furl/distinfo:1.7     Thu Nov  2 10:38:36 2017
+++ pkgsrc/www/py-furl/distinfo Fri Jun 15 08:22:00 2018
@@ -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



Home | Main Index | Thread Index | Old Index