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:           Mon Aug 12 20:03:01 UTC 2019

Modified Files:
        pkgsrc/www/py-w3lib: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-w3lib/Makefile
cvs rdiff -u -r1.4 -r1.5 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.5 pkgsrc/www/py-w3lib/Makefile:1.6
--- pkgsrc/www/py-w3lib/Makefile:1.5    Tue Jan 15 23:05:37 2019
+++ pkgsrc/www/py-w3lib/Makefile        Mon Aug 12 20:03:01 2019
@@ -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/}

Index: pkgsrc/www/py-w3lib/distinfo
diff -u pkgsrc/www/py-w3lib/distinfo:1.4 pkgsrc/www/py-w3lib/distinfo:1.5
--- pkgsrc/www/py-w3lib/distinfo:1.4    Tue Jan 15 23:05:37 2019
+++ pkgsrc/www/py-w3lib/distinfo        Mon Aug 12 20:03:01 2019
@@ -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