forked from pool/python-furl
- Switch testing to pytest, it is just more convenient to debug. - Add tests_overcome_bpo42967.patch to overcome changes in Python interpreter after fixing bpo#42967 (gh#gruns/furl#135). OBS-URL: https://build.opensuse.org/request/show/874648 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-furl?expand=0&rev=8
42 lines
1.6 KiB
Plaintext
42 lines
1.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Feb 23 16:19:20 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Switch testing to pytest, it is just more convenient to debug.
|
|
- Add tests_overcome_bpo42967.patch to overcome changes in Python
|
|
interpreter after fixing bpo#42967 (gh#gruns/furl#135).
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Use noun phrase in descriptions.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 24 09:54:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Format with spec-cleaner
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 2 04:03:55 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v2.0.0
|