py-w3lib: updated to 1.22.0

1.22.0:
- Python 3.4 is no longer supported
- :func:`w3lib.url.safe_url_string` now supports an optional ``quote_path``
  parameter to disable the percent-encoding of the URL path
- :func:`w3lib.url.add_or_replace_parameter` and
  :func:`w3lib.url.add_or_replace_parameters` no longer remove duplicate
  parameters from the original query string that are not being added or
  replaced
- :func:`w3lib.html.remove_tags` now raises a :exc:`ValueError` exception
  instead of :exc:`AssertionError` when using both the ``which_ones`` and the
  ``keep`` parameters
- Test improvements
- Documentation improvements
- Code cleanup
This commit is contained in:
adam 2020-05-14 06:06:41 +00:00
parent 5a25827b49
commit eba597ff65
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.6 2019/08/12 20:03:01 adam Exp $
# $NetBSD: Makefile,v 1.7 2020/05/14 06:06:41 adam Exp $
DISTNAME= w3lib-1.21.0
DISTNAME= w3lib-1.22.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/w3lib/}

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.5 2019/08/12 20:03:01 adam Exp $
$NetBSD: distinfo,v 1.6 2020/05/14 06:06:41 adam Exp $
SHA1 (w3lib-1.21.0.tar.gz) = a6ea609a660722ebac52012a09631c8889308481
RMD160 (w3lib-1.21.0.tar.gz) = e9807d80e3d07caf226257d96f017b6325c1fd6b
SHA512 (w3lib-1.21.0.tar.gz) = 7038d919d722857a32dc7a0a54287478bb7e713181efe7e37607ba174447b44d947c76dec5e1030ce159156f9d60bcc79cf2198313a7f2c2894d7a6d59c7a276
Size (w3lib-1.21.0.tar.gz) = 38153 bytes
SHA1 (w3lib-1.22.0.tar.gz) = 91499b8a0de9465b872ddccfd43cb8f4bdfee029
RMD160 (w3lib-1.22.0.tar.gz) = 2e9b10b5770857025006216b7c4d3adc59e22576
SHA512 (w3lib-1.22.0.tar.gz) = fbc2bbc06808ec5d28e300ce00e2a59cc07a3a15e4a3690d3b6a105b6f33e6e02fab057b27733d9ea69bc99ebc1e7e8e628e1408a00194991ea05f35dae8bf10
Size (w3lib-1.22.0.tar.gz) = 39121 bytes