2023-07-04 22:28:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 4 22:28:07 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Add 165-use-ipaddress-library.patch to use standard ipaddress
|
|
|
|
library to parse IP addresses (gh#gruns/furl#164).
|
|
|
|
|
2023-04-26 20:39:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 21 12:24:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- add sle15_python_module_pythons (jsc#PED-68)
|
|
|
|
|
2022-09-29 09:16:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 28 19:47:43 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
|
|
|
- version update to v2.1.3
|
|
|
|
Fixed: Actually drop ';' as a query delimiter. See furl v2.1.2's
|
|
|
|
changelog and https://bugs.python.org/issue42967.
|
|
|
|
|
2022-08-19 17:36:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 19 16:28:12 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
- Skip python2: Fixes 15.X build
|
|
|
|
- Remove flake8 test requirement: no code linting required for
|
|
|
|
packaging
|
|
|
|
|
2021-05-17 11:16:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 17 10:41:58 UTC 2021 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- version update to 2.1.2
|
|
|
|
Fixed: Support Python 3.9's changed urllib.parse.urljoin() behavior.
|
|
|
|
Changed: Drop semicolon query delimiters. See https://bugs.python.org/issue42967.
|
|
|
|
Changed: Drop support for EOL Python 3.4 and Python 3.5.
|
|
|
|
- deleted patches
|
|
|
|
- furl-py39-join.patch (upstreamed)
|
|
|
|
- tests_overcome_bpo42967.patch (upstreamed)
|
|
|
|
|
2021-03-30 10:19:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 29 22:10:03 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
- Add furl-py39-join.patch to fix Python 3.9 test failure
|
|
|
|
gh#gruns/furl#139
|
|
|
|
- Submitted tests_overcome_bpo42967.patch as gh#gruns/furl#140
|
|
|
|
|
2021-02-23 16:42:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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).
|
|
|
|
|
2020-03-05 12:49:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2019-08-25 05:20:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Aug 24 16:20:56 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Use noun phrase in descriptions.
|
|
|
|
|
2019-07-24 09:54:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 24 09:54:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Format with spec-cleaner
|
|
|
|
|
2019-07-24 09:52:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 2 04:03:55 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Initial spec for v2.0.0
|