d06a04e6c4
- Add patch do-not-add-invalid-ipv6.patch: * Do not check invalid IPv6 addresses.
Steve Kowalik2024-11-26 03:01:52 +00:00
7eeede7534
Accepting request 1181993 from devel:languages:python
Ana Guerrero2024-06-21 14:04:39 +00:00
cad4bfc57e
- update to 2.2.1: * :func:~w3lib.url.canonicalize_url no longer applies lowercase to the userinfo URL component. (#229, #230)
Dirk Mueller2024-06-13 15:37:05 +00:00
98ac50ebdb
Accepting request 1179666 from devel:languages:python
Ana Guerrero2024-06-10 15:38:15 +00:00
3ccf422627
- 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
Dirk Mueller2024-06-10 09:27:02 +00:00
b4654dddba
Accepting request 1138240 from devel:languages:python
Ana Guerrero2024-01-12 22:46:10 +00:00
c5392ea35d
- 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
Dirk Mueller2024-01-12 08:31:14 +00:00
ce0fbba6c8
- Add 166-add-xfail-test_add_or_replace_parameter_fail.patch, which makes tests working with CVE-2021-23336.
Matej Cepl2021-03-19 14:30:08 +00:00