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=<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. 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
This commit is contained in:
parent
4f67e11f41
commit
e82bbcdde4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fdcaedc1fb19a63d7d875b0105b0a5b496dd0989330d454a42bcb401fa5454ec
|
||||
size 42732
|
3
furl-2.1.0.tar.gz
Normal file
3
furl-2.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0e0231a1feee2acd256574b7033df3144775451c610cb587060d6a0d7e0b621
|
||||
size 43765
|
@ -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=<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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 24 16:20:56 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user