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: Sat Sep 21 13:09:38 UTC 2019
Modified Files:
pkgsrc/www/py-furl: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-furl/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-furl/PLIST
cvs rdiff -u -r1.11 -r1.12 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.18 pkgsrc/www/py-furl/Makefile:1.19
--- pkgsrc/www/py-furl/Makefile:1.18 Mon Sep 2 07:52:49 2019
+++ pkgsrc/www/py-furl/Makefile Sat Sep 21 13:09:38 2019
@@ -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
Index: pkgsrc/www/py-furl/PLIST
diff -u pkgsrc/www/py-furl/PLIST:1.3 pkgsrc/www/py-furl/PLIST:1.4
--- pkgsrc/www/py-furl/PLIST:1.3 Fri Jun 15 08:22:00 2018
+++ pkgsrc/www/py-furl/PLIST Sat Sep 21 13:09:38 2019
@@ -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.tx
${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
Index: pkgsrc/www/py-furl/distinfo
diff -u pkgsrc/www/py-furl/distinfo:1.11 pkgsrc/www/py-furl/distinfo:1.12
--- pkgsrc/www/py-furl/distinfo:1.11 Mon Sep 2 07:52:49 2019
+++ pkgsrc/www/py-furl/distinfo Sat Sep 21 13:09:38 2019
@@ -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
Home |
Main Index |
Thread Index |
Old Index