Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-w3lib py-w3lib: updated to 1.22.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/949ab67ef3e2
branches:  trunk
changeset: 431501:949ab67ef3e2
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu May 14 06:06:41 2020 +0000

description:
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

diffstat:

 www/py-w3lib/Makefile |   4 ++--
 www/py-w3lib/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 71ee78349702 -r 949ab67ef3e2 www/py-w3lib/Makefile
--- a/www/py-w3lib/Makefile     Thu May 14 06:04:46 2020 +0000
+++ b/www/py-w3lib/Makefile     Thu May 14 06:06:41 2020 +0000
@@ -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/}
diff -r 71ee78349702 -r 949ab67ef3e2 www/py-w3lib/distinfo
--- a/www/py-w3lib/distinfo     Thu May 14 06:04:46 2020 +0000
+++ b/www/py-w3lib/distinfo     Thu May 14 06:06:41 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index