e0d1d39782
Accepting request 1287898 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1287898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-furl?expand=0&rev=13
2025-06-23 13:06:16 +00:00
51e6ee1314
Accepting request 1287874 from home:glaubitz:branches:devel:languages:python
...
- Update to 2.1.4
* Drop support for all Python versions prior to Python 3.8, which
are now long past EOL. Notably: Python 2 is no longer supported.
OBS-URL: https://build.opensuse.org/request/show/1287874
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-furl?expand=0&rev=26
2025-06-23 10:29:31 +00:00
967b643092
Accepting request 1200897 from devel:languages:python
...
- Add remove-six.patch (gh#gruns/furl#175) removing the
dependency on six.
- Add fix-test_odd_urls.patch fixing the failure of
tests/test_furl.py::TestFurl::test_odd_urls test with the
recent Python interpreters (gh#gruns/furl#176).
OBS-URL: https://build.opensuse.org/request/show/1200897
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-furl?expand=0&rev=12
2024-09-16 15:40:22 +00:00
47505b4c47
- Add remove-six.patch (gh#gruns/furl#175) removing the
...
dependency on six.
- Add fix-test_odd_urls.patch fixing the failure of
tests/test_furl.py::TestFurl::test_odd_urls test with the
recent Python interpreters (gh#gruns/furl#176).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-furl?expand=0&rev=24
2024-09-13 19:07:55 +00:00
8e7ed145e7
Accepting request 1184942 from devel:languages:python
...
- add netloc-tests.patch to skip failing test with python 3.12
changelog and https://bugs.python.org/issue42967 .
OBS-URL: https://build.opensuse.org/request/show/1184942
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-furl?expand=0&rev=11
2024-07-03 18:29:46 +00:00
bb02029483
- add netloc-tests.patch to skip failing test with python 3.12
...
changelog and https://bugs.python.org/issue42967 .
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-furl?expand=0&rev=22
2024-07-02 20:29:33 +00:00
6748ebb069
Accepting request 1096865 from devel:languages:python
...
FOR STAGING:A
- Add 165-use-ipaddress-library.patch to use standard ipaddress
library to parse IP addresses (gh#gruns/furl#164).
OBS-URL: https://build.opensuse.org/request/show/1096865
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-furl?expand=0&rev=10
2023-07-06 16:27:48 +00:00
1a00bf8c6d
- Add 165-use-ipaddress-library.patch to use standard ipaddress
...
library to parse IP addresses (gh#gruns/furl#164).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-furl?expand=0&rev=20
2023-07-04 22:28:39 +00:00
a75610b7b0
Accepting request 1083113 from devel:languages:python
...
- add sle15_python_module_pythons (jsc#PED-68)
OBS-URL: https://build.opensuse.org/request/show/1083113
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-furl?expand=0&rev=9
2023-04-28 14:22:15 +00:00
77ed257aa8
- add sle15_python_module_pythons (jsc#PED-68)
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-furl?expand=0&rev=18
2023-04-26 20:39:40 +00:00
2a666140d3
Accepting request 1006875 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1006875
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-furl?expand=0&rev=8
2022-10-01 15:42:41 +00:00
455e46b9f8
Accepting request 1006766 from home:yarunachalam:branches:devel:languages:python
...
- 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 .
OBS-URL: https://build.opensuse.org/request/show/1006766
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-furl?expand=0&rev=16
2022-09-29 09:16:17 +00:00
fc5567ded2
Accepting request 998223 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/998223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-furl?expand=0&rev=7
2022-08-22 09:04:48 +00:00
b7409d32d9
Accepting request 998218 from home:bnavigator:branches:devel:languages:python
...
- Skip python2: Fixes 15.X build
- Remove flake8 test requirement: no code linting required for
packaging
OBS-URL: https://build.opensuse.org/request/show/998218
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-furl?expand=0&rev=14
2022-08-19 17:36:41 +00:00
d5c07011aa
Accepting request 893710 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/893710
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-furl?expand=0&rev=6
2021-05-19 15:49:02 +00:00
9c32a59c0b
Accepting request 893694 from home:pgajdos:python
...
- 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)
OBS-URL: https://build.opensuse.org/request/show/893694
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-furl?expand=0&rev=12
2021-05-17 11:16:48 +00:00
a9d244be18
Accepting request 882150 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/882150
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-furl?expand=0&rev=5
2021-04-15 14:56:39 +00:00
8405c107ea
Accepting request 882075 from home:bnavigator:branches:devel:languages:python
...
- 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
OBS-URL: https://build.opensuse.org/request/show/882075
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-furl?expand=0&rev=10
2021-03-30 10:19:42 +00:00
Richard Brown
d8aef95bef
Accepting request 874649 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/874649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-furl?expand=0&rev=4
2021-03-02 13:42:59 +00:00
d67e7ff603
Accepting request 874648 from home:mcepl:branches:python36
...
- 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
2021-02-23 16:42:07 +00:00
889ef1bc09
Accepting request 781845 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/781845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-furl?expand=0&rev=3
2020-03-05 22:24:14 +00:00
Tomáš Chvátal
27f61d6715
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
2020-03-05 12:49:58 +00:00
0b6f7edc9d
Accepting request 725880 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/725880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-furl?expand=0&rev=2
2019-08-27 08:20:20 +00:00
Tomáš Chvátal
7f173d7a41
Accepting request 725844 from home:jengelh:branches:devel:languages:python
...
- Use noun phrase in descriptions.
OBS-URL: https://build.opensuse.org/request/show/725844
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-furl?expand=0&rev=4
2019-08-25 05:20:34 +00:00
13d14969a3
Accepting request 718171 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/718171
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-furl?expand=0&rev=1
2019-07-24 18:36:32 +00:00
Tomáš Chvátal
af4fc9521d
- Format with spec-cleaner
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-furl?expand=0&rev=2
2019-07-24 09:54:10 +00:00
Tomáš Chvátal
274e330d7d
osc copypac from project:home:jayvdb:py-new package:python-furl revision:1
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-furl?expand=0&rev=1
2019-07-24 09:52:05 +00:00