pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-w3lib
Module Name: pkgsrc
Committed By: adam
Date: Thu May 14 06:06:42 UTC 2020
Modified Files:
pkgsrc/www/py-w3lib: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-w3lib/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-w3lib/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-w3lib/Makefile
diff -u pkgsrc/www/py-w3lib/Makefile:1.6 pkgsrc/www/py-w3lib/Makefile:1.7
--- pkgsrc/www/py-w3lib/Makefile:1.6 Mon Aug 12 20:03:01 2019
+++ pkgsrc/www/py-w3lib/Makefile Thu May 14 06:06:41 2020
@@ -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/}
Index: pkgsrc/www/py-w3lib/distinfo
diff -u pkgsrc/www/py-w3lib/distinfo:1.5 pkgsrc/www/py-w3lib/distinfo:1.6
--- pkgsrc/www/py-w3lib/distinfo:1.5 Mon Aug 12 20:03:01 2019
+++ pkgsrc/www/py-w3lib/distinfo Thu May 14 06:06:41 2020
@@ -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