Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python313-w3lib | Distribution: openSUSE Tumbleweed |
Version: 2.2.1 | Vendor: openSUSE |
Release: 2.1 | Build date: Tue Nov 26 04:01:17 2024 |
Group: Unspecified | Build host: reproducible |
Size: 122580 | Source RPM: python-w3lib-2.2.1-2.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/scrapy/w3lib | |
Summary: Library of Web-Related Functions |
This is a Python library of web-related functions, such as: * remove comments, or tags from HTML snippets * extract base url from HTML snippets * translate entites on HTML strings * encoding mulitpart/form-data * convert raw HTTP headers to dicts and vice-versa * construct HTTP auth header * converting HTML pages to unicode * RFC-compliant url joining * sanitize urls (like browsers do) * extract arguments from urls
BSD-3-Clause
* Tue Nov 26 2024 Steve Kowalik <[email protected]> - Add patch do-not-add-invalid-ipv6.patch: * Do not check invalid IPv6 addresses. * Thu Jun 13 2024 Dirk Müller <[email protected]> - update to 2.2.1: * :func:`~w3lib.url.canonicalize_url` no longer applies lowercase to the userinfo URL component. (#229, #230) * Mon Jun 10 2024 Dirk Müller <[email protected]> - update to 2.2.0: * Dropped Python 3.7 support (#214). * Added Python 3.12 and PyPy 3.10 support (#218). * Added the description to the package metadata (#227). * Improved type hints (#226). * Added the ``pre-commit`` configuration, code reformatted with ``black`` * Updated CI configuration (#217, #227). - use PEP517 build * Fri Jan 12 2024 Dirk Müller <[email protected]> - update to 2.1.2: * Fix test failures on Python 3.11.4+ (#212, #213). * Fix an incorrect type hint (#211). * Add project URLs to setup.py (#215). * Dropped Python 3.6 support, and made Python 3.11 support official. * :func:`~w3lib.url.safe_url_string` now generates safer URLs. * :func:`~w3lib.url.canonicalize_url` now strips spaces from the input URL, to be more in line with the `URL living standard`_. * :func:`~w3lib.html.get_base_url` now ignores HTML comments. * Fixed :func:`~w3lib.url.safe_url_string` re-encoding percent signs on the URL username and password even when they were being used as part of an escape sequence. (#187, #196) * Fixed :func:`~w3lib.http.basic_auth_header` using the wrong flavor of base64 encoding, which could prevent authentication in rare cases. * Python 2 is no longer supported; * The ``w3lib.form`` module is removed. * The ``w3lib.html.remove_entities`` function is removed. * The ``w3lib.url.urljoin_rfc`` function is removed. * The following functions are deprecated, and will be removed in future releases * Type annotations are added (#172, #184). * Added support for Python 3.9 and 3.10 (#168, #176). * Fixed :func:`w3lib.html.get_meta_refresh` for ``<meta>`` tags where ``http-equiv`` is written after ``content`` (#179). * Fixed :func:`w3lib.url.safe_url_string` for IDNA domains with ports (#174). * :func:`w3lib.url.url_query_cleaner` no longer adds an unneeded ``#`` when ``keep_fragments=True`` is passed, and the URL doesn't have a fragment * Removed a workaround for an ancient pathname2url bug (#142) * CI is migrated to GitHub Actions (#166, #177); other CI improvements * The code is formatted using black (#173). - drop 166-add-xfail-test_add_or_replace_parameter_fail.patch, python-w3lib-no-six.patch: upstream * Fri Oct 14 2022 [email protected] - do not require six - added patches https://github.com/scrapy/w3lib/commit/c16d7bac3af3148b7018c67ef7922a5da6b3e640 + python-w3lib-no-six.patch * Fri Mar 19 2021 Matej Cepl <[email protected]> - Add 166-add-xfail-test_add_or_replace_parameter_fail.patch, which makes tests working with CVE-2021-23336 (bsc#1181270). * Wed Jul 22 2020 Marketa Calabkova <[email protected]> - update to 1.22.0 * Python 3.4 is no longer supported (issue #156) * :func:`w3lib.url.safe_url_string` now supports an optional ``quote_path`` parameter to disable the percent-encoding of the URL path * more small fixes and improvements * Thu Aug 29 2019 Marketa Calabkova <[email protected]> - update to 1.21.0 * Add the "encoding" and "path_encoding" parameters to w3lib.url.safe_download_url (issue #118) * w3lib.url.safe_url_string now also removes tabs and new lines (issue #133) * w3lib.html.remove_comments now also removes truncated comments (issue #129) * w3lib.html.remove_tags_with_content no longer removes tags which start with the same text as one of the specified tags (issue #114) * Fri Mar 29 2019 [email protected] - version update to 1.20.0 * Fix url_query_cleaner to do not append "?" to urls without a query string (issue #109) * Add support for Python 3.7 and drop Python 3.3 (issue #113) * Add `w3lib.url.add_or_replace_parameters` helper (issue #117) * Documentation fixes (issue #115) * Tue Dec 04 2018 Matej Cepl <[email protected]> - Remove superfluous devel dependency for noarch package
/usr/lib/python3.13/site-packages/w3lib /usr/lib/python3.13/site-packages/w3lib-2.2.1.dist-info /usr/lib/python3.13/site-packages/w3lib-2.2.1.dist-info/INSTALLER /usr/lib/python3.13/site-packages/w3lib-2.2.1.dist-info/LICENSE /usr/lib/python3.13/site-packages/w3lib-2.2.1.dist-info/METADATA /usr/lib/python3.13/site-packages/w3lib-2.2.1.dist-info/RECORD /usr/lib/python3.13/site-packages/w3lib-2.2.1.dist-info/REQUESTED /usr/lib/python3.13/site-packages/w3lib-2.2.1.dist-info/WHEEL /usr/lib/python3.13/site-packages/w3lib-2.2.1.dist-info/top_level.txt /usr/lib/python3.13/site-packages/w3lib/__init__.py /usr/lib/python3.13/site-packages/w3lib/__pycache__ /usr/lib/python3.13/site-packages/w3lib/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/w3lib/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/w3lib/__pycache__/_infra.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/w3lib/__pycache__/_infra.cpython-313.pyc /usr/lib/python3.13/site-packages/w3lib/__pycache__/_types.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/w3lib/__pycache__/_types.cpython-313.pyc /usr/lib/python3.13/site-packages/w3lib/__pycache__/_url.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/w3lib/__pycache__/_url.cpython-313.pyc /usr/lib/python3.13/site-packages/w3lib/__pycache__/encoding.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/w3lib/__pycache__/encoding.cpython-313.pyc /usr/lib/python3.13/site-packages/w3lib/__pycache__/html.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/w3lib/__pycache__/html.cpython-313.pyc /usr/lib/python3.13/site-packages/w3lib/__pycache__/http.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/w3lib/__pycache__/http.cpython-313.pyc /usr/lib/python3.13/site-packages/w3lib/__pycache__/url.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/w3lib/__pycache__/url.cpython-313.pyc /usr/lib/python3.13/site-packages/w3lib/__pycache__/util.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/w3lib/__pycache__/util.cpython-313.pyc /usr/lib/python3.13/site-packages/w3lib/_infra.py /usr/lib/python3.13/site-packages/w3lib/_types.py /usr/lib/python3.13/site-packages/w3lib/_url.py /usr/lib/python3.13/site-packages/w3lib/encoding.py /usr/lib/python3.13/site-packages/w3lib/html.py /usr/lib/python3.13/site-packages/w3lib/http.py /usr/lib/python3.13/site-packages/w3lib/py.typed /usr/lib/python3.13/site-packages/w3lib/url.py /usr/lib/python3.13/site-packages/w3lib/util.py /usr/share/doc/packages/python313-w3lib /usr/share/doc/packages/python313-w3lib/README.rst /usr/share/licenses/python313-w3lib /usr/share/licenses/python313-w3lib/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Dec 10 23:23:42 2024