pkgsrc-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.21.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7931c88d5404
branches:  trunk
changeset: 399601:7931c88d5404
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Aug 12 20:03:01 2019 +0000

description:
py-w3lib: updated to 1.21.0

1.21.0:
- Add the encoding and path_encoding parameters to
  :func:w3lib.url.safe_download_url
- :func:w3lib.url.safe_url_string now also removes tabs and new lines
- :func:w3lib.html.remove_comments now also removes truncated comments
- :func:w3lib.html.remove_tags_with_content no longer removes tags which
  start with the same text as one of the specified tags
- Recommend pytest instead of nose to run tests

diffstat:

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

diffs (27 lines):

diff -r f99d94f8fe8b -r 7931c88d5404 www/py-w3lib/Makefile
--- a/www/py-w3lib/Makefile     Mon Aug 12 20:00:45 2019 +0000
+++ b/www/py-w3lib/Makefile     Mon Aug 12 20:03:01 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2019/01/15 23:05:37 adam Exp $
+# $NetBSD: Makefile,v 1.6 2019/08/12 20:03:01 adam Exp $
 
-DISTNAME=      w3lib-1.20.0
+DISTNAME=      w3lib-1.21.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/w3lib/}
diff -r f99d94f8fe8b -r 7931c88d5404 www/py-w3lib/distinfo
--- a/www/py-w3lib/distinfo     Mon Aug 12 20:00:45 2019 +0000
+++ b/www/py-w3lib/distinfo     Mon Aug 12 20:03:01 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2019/01/15 23:05:37 adam Exp $
+$NetBSD: distinfo,v 1.5 2019/08/12 20:03:01 adam Exp $
 
-SHA1 (w3lib-1.20.0.tar.gz) = 5eeb631858234968c7d09deae8a671615147693b
-RMD160 (w3lib-1.20.0.tar.gz) = fe3123681ab99cb28065063ec29ecc694b7b2627
-SHA512 (w3lib-1.20.0.tar.gz) = d4b969e6809b57e174f8ab1997f33c3cc89e2be63ba9f51337941be9e9d711d5472a0dd01f131b81d3fb556398e49e9cf3c4da7b305019e49d67912a91332b6a
-Size (w3lib-1.20.0.tar.gz) = 38258 bytes
+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



Home | Main Index | Thread Index | Old Index