Revisions of python-w3lib

buildservice-autocommit accepted request 1138240 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 23)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 22)
- 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
buildservice-autocommit accepted request 1012116 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 21)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1011020 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 20)
- do not require six
- added patches
  https://github.com/scrapy/w3lib/commit/c16d7bac3af3148b7018c67ef7922a5da6b3e640
  + python-w3lib-no-six.patch
buildservice-autocommit accepted request 880134 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 19)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 18)
Fix changes
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 17)
- Add 166-add-xfail-test_add_or_replace_parameter_fail.patch,
  which makes tests working with CVE-2021-23336.
buildservice-autocommit accepted request 822239 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 16)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 822218 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 15)
- 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

- update to 1.21.0
buildservice-autocommit accepted request 727099 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 14)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 727016 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 13)
- update to 1.21.1
  * 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)
buildservice-autocommit accepted request 689787 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 12)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 689776 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 11)
- 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)
buildservice-autocommit accepted request 654075 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 10)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 9)
Remove superfluous devel dependency for noarch package
buildservice-autocommit accepted request 649920 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 8)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 649793 from Todd R's avatar Todd R (TheBlackCat) (revision 7)
- Update to version 1.19.0
  * Add a workaround for CPython segfault (https://bugs.python.org/issue32583)
    which affect w3lib.encoding functions. This is technically **backwards
    incompatible** because it changes the way non-decodable bytes are replaced
    (in some cases instead of two ``\ufffd`` chars you can get one).
    As a side effect, the fix speeds up decoding in Python 3.4+.
  * Add 'encoding' parameter for w3lib.http.basic_auth_header.
  * Fix pypy testing setup, add pypy3 to CI.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 559199 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 6)
initialized devel package after accepting 559199
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 559193 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 5)
add me as maintainer, dependency of scrapy used for internal search
Thomas Bechtold's avatar Thomas Bechtold (tbechtold) accepted request 399873 from Jacob W's avatar Jacob W (winski) (revision 4)
update to newest version, bugfixes & new features - fully backwards compatible
Displaying revisions 1 - 20 of 23
openSUSE Build Service is sponsored by