Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-yarl | Distribution: SUSE Linux Enterprise 15 |
Version: 1.3.0 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150200.3.6.1 | Build date: Tue Mar 28 09:35:41 2023 |
Group: Development/Languages/Python | Build host: ibs-arm-1 |
Size: 749256 | Source RPM: python-yarl-1.3.0-150200.3.6.1.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://github.com/aio-libs/yarl/ | |
Summary: Yet another URL library |
The module provides a URL class for url parsing and changing.
Apache-2.0
* Wed Mar 22 2023 pablo.suarezhernandez@suse.com - Skip failing test after fix CVE-2023-24329 (bsc#1208471) the test test_url_parsing.TestScheme.test_not_a_scheme2 fails on all openSUSE/SLE Python interpreters. - Added: * fix_test_failure_after_cve_2023_24329.patch * Fri Apr 23 2021 pablo.suarezhernandez@suse.com - Add tests_overcome_bpo42967.patch to over effects of bpo#42967, which forbade mixing amps and semicolons in query strings as separators. * Mon Dec 14 2020 adrian.glaubitz@suse.com - Include in SLE-15 (bsc#1176785, jsc#ECO-3105, jsc#PM-2352) * Sun Mar 03 2019 mimi.vx@gmail.com - update to 1.3.0 * Fix annotations for query parameter * An incoming query sequence can have int variables * Add URL.explicit_port property * Give a friendlier error when port cant be converted to int * bool(URL()) now returns False * Fix annotations for build * Fix annotations for cached_property * Accept str subclasses in URL constructor * Forbid inheritance, replace __init__ with __new__ * Support PEP-561 (provide type hinting marker) * Wed Aug 29 2018 tchvatal@suse.com - Raise multidict requirement to match up setup.py * Sat Feb 24 2018 arun@gmx.de - update to version 1.1.1: * Fix performance regression: don’t encode enmpty netloc (#170) * Sat Feb 10 2018 arun@gmx.de - update to version 1.1.0: * Make pure Python quoter consistent with Cython version (#162) - changes from version 1.0.0: * Use fast path if quoted string does not need requoting (#154) * Speed up quoting/unquoting by _Quoter and _Unquoter classes (#155) * Drop yarl.quote and yarl.unquote public functions (#155) * Add custom string writer, reuse static buffer if available (#157) Code is 50-80 times faster than Pure Python version (was 4-5 times faster) * Don’t recode IP zone (#144) * Support encoded=True in yarl.URL.build() (#158) * Fix updating query with multiple keys (#160) * Thu Jan 11 2018 arun@gmx.de - update to version 0.18.0: * Fallback to IDNA 2003 if domain name is not IDNA 2008 compatible (#152) * Thu Jan 04 2018 arun@gmx.de - specfile: * update copyright year * require python-idna - update to version 0.17.0: * Add idna requirement * update to idna 2008 and test * Update mypy from 0.550 to 0.560 * Better fix for #141 * Sat Dec 09 2017 arun@gmx.de - removed test conditional as requested in SR 555310 - enabled tests - require pytest-runner * Fri Dec 08 2017 arun@gmx.de - update to version 0.16.0: * Fix raising TypeError by url.query_string() after url.with_query({}) (empty mapping) #141 * Sun Nov 26 2017 arun@gmx.de - update to version 0.15.0: * Add raw_path_qs attribute (#137) * Wed Nov 15 2017 arun@gmx.de - update to version 0.14.2: * Restore strict parameter as no-op in quote/unquote - changes from version 0.14.1: * Restore strict parameter as no-op for sake of compatibility with aiohttp 2.2 * Sun Nov 12 2017 arun@gmx.de - update to version 0.14.0: * Drop strict mode (#123) * Fix “ValueError: Unallowed PCT %” when there’s a “%” in the url (#124) * Tue Oct 31 2017 arun@gmx.de - update to version 0.13.0: * Document encoded parameter (#102) * Support relative urls like ‘?key=value’ (#100) * Unsafe encoding for QS fixed. Encode ; char in value param (#104) * Process passwords without user names (#95) - changes from version 0.12.0: * Properly support paths without leading slash in URL.with_path() (#90) * Enable type annotation checks * Thu Jul 13 2017 sean.marlow@suse.com - Initial release v0.11.0.
/usr/lib64/python3.6/site-packages/yarl /usr/lib64/python3.6/site-packages/yarl-1.3.0-py3.6.egg-info /usr/lib64/python3.6/site-packages/yarl-1.3.0-py3.6.egg-info/PKG-INFO /usr/lib64/python3.6/site-packages/yarl-1.3.0-py3.6.egg-info/SOURCES.txt /usr/lib64/python3.6/site-packages/yarl-1.3.0-py3.6.egg-info/dependency_links.txt /usr/lib64/python3.6/site-packages/yarl-1.3.0-py3.6.egg-info/requires.txt /usr/lib64/python3.6/site-packages/yarl-1.3.0-py3.6.egg-info/top_level.txt /usr/lib64/python3.6/site-packages/yarl/__init__.py /usr/lib64/python3.6/site-packages/yarl/__init__.pyi /usr/lib64/python3.6/site-packages/yarl/__pycache__ /usr/lib64/python3.6/site-packages/yarl/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/yarl/__pycache__/__init__.cpython-36.pyc /usr/lib64/python3.6/site-packages/yarl/__pycache__/quoting.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/yarl/__pycache__/quoting.cpython-36.pyc /usr/lib64/python3.6/site-packages/yarl/_quoting.c /usr/lib64/python3.6/site-packages/yarl/_quoting.cpython-36m-aarch64-linux-gnu.so /usr/lib64/python3.6/site-packages/yarl/_quoting.pyx /usr/lib64/python3.6/site-packages/yarl/py.typed /usr/lib64/python3.6/site-packages/yarl/quoting.py /usr/share/doc/packages/python3-yarl /usr/share/doc/packages/python3-yarl/CHANGES.rst /usr/share/doc/packages/python3-yarl/README.rst /usr/share/licenses/python3-yarl /usr/share/licenses/python3-yarl/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 20:14:19 2024