summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-09-21 13:09:38 +0000
committeradam <adam@pkgsrc.org>2019-09-21 13:09:38 +0000
commit8c0292e249ead753a87d4d097c83c682a3f6fc4f (patch)
treeb3913927f6468a012e35392e054786137084b927 /www
parentb0a5971e5327410c1066acebdc7593317d0a0d73 (diff)
downloadpkgsrc-8c0292e249ead753a87d4d097c83c682a3f6fc4f.tar.gz
py-furl: updated to 2.1.0
Furl v2.1.0. Added: a dont_quote= parameter to Query.encode() and a query_dont_quote= parameter to furl.tostr() that exempt valid query characters from being percent-encoded, either in their entirety with dont_quote=True, or selectively with dont_quote=<string>, like dont_quote='/?@_'. Changed: Move package info from __init__.py into the more standard __version__.py. Fixed: Support Unicode usernames and passwords in Python 2. Fixed: Update orderedmultdict to v1.0.1 to resolve a DeprecationWarning. Fixed: Encode '/' consistently in query strings across both quote_plus=True and quote_plus=False.
Diffstat (limited to 'www')
-rw-r--r--www/py-furl/Makefile5
-rw-r--r--www/py-furl/PLIST5
-rw-r--r--www/py-furl/distinfo10
3 files changed, 12 insertions, 8 deletions
diff --git a/www/py-furl/Makefile b/www/py-furl/Makefile
index b859c4161db..c1556ab7a1b 100644
--- a/www/py-furl/Makefile
+++ b/www/py-furl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2019/09/02 07:52:49 adam Exp $
+# $NetBSD: Makefile,v 1.19 2019/09/21 13:09:38 adam Exp $
-DISTNAME= furl-2.0.0
+DISTNAME= furl-2.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/furl/}
@@ -12,6 +12,7 @@ LICENSE= unlicense
DEPENDS+= ${PYPKGPREFIX}-orderedmultidict>=1.0:../../databases/py-orderedmultidict
DEPENDS+= ${PYPKGPREFIX}-six>=1.8.0:../../lang/py-six
+TEST_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
USE_LANGUAGES= # none
diff --git a/www/py-furl/PLIST b/www/py-furl/PLIST
index cd5b1a84346..664e9f2950f 100644
--- a/www/py-furl/PLIST
+++ b/www/py-furl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/06/15 08:22:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/09/21 13:09:38 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/__version__.py
+${PYSITELIB}/furl/__version__.pyc
+${PYSITELIB}/furl/__version__.pyo
${PYSITELIB}/furl/common.py
${PYSITELIB}/furl/common.pyc
${PYSITELIB}/furl/common.pyo
diff --git a/www/py-furl/distinfo b/www/py-furl/distinfo
index fdae816e7da..85608e5678f 100644
--- a/www/py-furl/distinfo
+++ b/www/py-furl/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2019/09/02 07:52:49 adam Exp $
+$NetBSD: distinfo,v 1.12 2019/09/21 13:09:38 adam Exp $
-SHA1 (furl-2.0.0.tar.gz) = 085a1d628cb29880a01cc589b805812ecd7318fc
-RMD160 (furl-2.0.0.tar.gz) = f36ed555f034429e90068c0ad24aa6f937c8151d
-SHA512 (furl-2.0.0.tar.gz) = 748ab52ee6745aec6c3dfe203f2ce73ef64ffa2f43d05df43c3d8fde58964bdabf8d690869f65696d934e2e78a7d10c4021ea33ea3d02a0e58e5119426d6b47c
-Size (furl-2.0.0.tar.gz) = 42732 bytes
+SHA1 (furl-2.1.0.tar.gz) = eed9961f502008b6c3800302562cb85bb2764268
+RMD160 (furl-2.1.0.tar.gz) = 2c59658fa82694720bfeb0a254eab06ce95ab55a
+SHA512 (furl-2.1.0.tar.gz) = c7de9c87e5368a3ccb7c0639b9c679b3c71ac75144f275b2491e88d361bfca8612b3b23e76e538a98b02c1666e2dac000cb9f5add2e97d240cead7f40a1411ca
+Size (furl-2.1.0.tar.gz) = 43765 bytes