From e82bbcdde4d8df0d3ab3844fb026b18a0269b56d541041d19253513c0f062e27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 5 Mar 2020 12:49:58 +0000 Subject: [PATCH] Accepting request 781841 from home:pgajdos:python - version update to 2.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=, 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. OBS-URL: https://build.opensuse.org/request/show/781841 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-furl?expand=0&rev=6 --- furl-2.0.0.tar.gz | 3 --- furl-2.1.0.tar.gz | 3 +++ python-furl.changes | 20 ++++++++++++++++++++ python-furl.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 furl-2.0.0.tar.gz create mode 100644 furl-2.1.0.tar.gz diff --git a/furl-2.0.0.tar.gz b/furl-2.0.0.tar.gz deleted file mode 100644 index 1d3b7ca..0000000 --- a/furl-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdcaedc1fb19a63d7d875b0105b0a5b496dd0989330d454a42bcb401fa5454ec -size 42732 diff --git a/furl-2.1.0.tar.gz b/furl-2.1.0.tar.gz new file mode 100644 index 0000000..cbd0c4e --- /dev/null +++ b/furl-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e0231a1feee2acd256574b7033df3144775451c610cb587060d6a0d7e0b621 +size 43765 diff --git a/python-furl.changes b/python-furl.changes index 679f5e2..b3c7224 100644 --- a/python-furl.changes +++ b/python-furl.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Mar 5 12:33:35 UTC 2020 - pgajdos@suse.com + +- version update to 2.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=, 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. + ------------------------------------------------------------------- Sat Aug 24 16:20:56 UTC 2019 - Jan Engelhardt diff --git a/python-furl.spec b/python-furl.spec index 210542d..a2338f2 100644 --- a/python-furl.spec +++ b/python-furl.spec @@ -1,7 +1,7 @@ # # spec file for package python-furl # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-furl -Version: 2.0.0 +Version: 2.1.0 Release: 0 Summary: A Python URL manipulation library License: Unlicense