Revisions of python-furl
buildservice-autocommit
accepted
request 1200897
from
Matej Cepl (mcepl)
(revision 25)
baserev update by copy to link target
Matej Cepl (mcepl)
committed
(revision 24)
- 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).
buildservice-autocommit
accepted
request 1184942
from
Dirk Mueller (dirkmueller)
(revision 23)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 22)
- add netloc-tests.patch to skip failing test with python 3.12 changelog and https://bugs.python.org/issue42967.
buildservice-autocommit
accepted
request 1096865
from
Matej Cepl (mcepl)
(revision 21)
baserev update by copy to link target
Matej Cepl (mcepl)
committed
(revision 20)
- Add 165-use-ipaddress-library.patch to use standard ipaddress library to parse IP addresses (gh#gruns/furl#164).
buildservice-autocommit
accepted
request 1083113
from
Dirk Mueller (dirkmueller)
(revision 19)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 18)
- add sle15_python_module_pythons (jsc#PED-68)
buildservice-autocommit
accepted
request 1006875
from
Markéta Machová (mcalabkova)
(revision 17)
baserev update by copy to link target
Markéta Machová (mcalabkova)
accepted
request 1006766
from
Yogalakshmi Arunachalam (yarunachalam)
(revision 16)
- 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.
buildservice-autocommit
accepted
request 998223
from
Dirk Mueller (dirkmueller)
(revision 15)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 998218
from
Benjamin Greiner (bnavigator)
(revision 14)
- Skip python2: Fixes 15.X build - Remove flake8 test requirement: no code linting required for packaging
buildservice-autocommit
accepted
request 893710
from
Markéta Machová (mcalabkova)
(revision 13)
baserev update by copy to link target
Markéta Machová (mcalabkova)
accepted
request 893694
from
Petr Gajdos (pgajdos)
(revision 12)
- 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)
buildservice-autocommit
accepted
request 882150
from
Dirk Mueller (dirkmueller)
(revision 11)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 882075
from
Benjamin Greiner (bnavigator)
(revision 10)
- 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
buildservice-autocommit
accepted
request 874649
from
Matej Cepl (mcepl)
(revision 9)
baserev update by copy to link target
Matej Cepl (mcepl)
accepted
request 874648
from
Matej Cepl (mcepl)
(revision 8)
- 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).
buildservice-autocommit
accepted
request 781845
from
Tomáš Chvátal (scarabeus_iv)
(revision 7)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 781841
from
Petr Gajdos (pgajdos)
(revision 6)
- 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.
Displaying revisions 1 - 20 of 25