From 02c97aaa1ab47da6414785d151035d2fa6d1029f Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sat, 25 Sep 2021 02:04:54 -0400 Subject: gnu: python-urllib3/fixed: Update to 1.26.7. * gnu/packages/python-web.scm (python-urllib3/fixed): Update to 1.26.7. --- gnu/packages/python-web.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gnu/packages/python-web.scm') diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 302e5d6459..ce0e0a605c 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2819,14 +2819,14 @@ supports url redirection and retries, and also gzip and deflate decoding.") (define python-urllib3/fixed (package (inherit python-urllib3) - (version "1.26.4") + (version "1.26.7") (source (origin (method url-fetch) (uri (pypi-uri "urllib3" version)) (sha256 (base32 - "0dw9w9bs3hmr5dp3r3h43jyzzb1g1046ag7lj8pqf58i4kvj3c77")))))) + "1kkf6gi8a1fs0dqkf6kpmdpsy97iirvliz8q1krxp8ppaiawd1s9")))))) ;; Some software requires an older version of urllib3, notably Docker. (define-public python-urllib3-1.24 @@ -2839,7 +2839,6 @@ supports url redirection and retries, and also gzip and deflate decoding.") (base32 "1x0slqrv6kixkbcdnxbglvjliwhc1payavxjvk8fvbqjrnasd4r3")))))) - (define-public python2-urllib3 (let ((base (package-with-python2 (strip-python2-variant python-urllib3)))) (package/inherit -- cgit v1.2.3 From 7a02f68bf33b0f213e6d47f34be82429d6cd2850 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 27 Sep 2021 17:13:23 +0200 Subject: gnu: python-w3lib: Fix typo in description. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/python-web.scm (python-w3lib)[description]: Fix ‘entites’ typo and wrap to 80 characters. --- gnu/packages/python-web.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/python-web.scm') diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index ce0e0a605c..b99e358e26 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -6229,7 +6229,7 @@ communicate with Microsoft Azure Storage services.") (home-page "https://github.com/scrapy/w3lib") (synopsis "Python library of web-related functions") (description - "This is a Python library of web-related functions, such as: remove comments, -or tags from HTML snippets, extract base url from HTML snippets, translate entites -on HTML strings, among other things.") + "This is a Python library of web-related functions, such as: remove +comments, or tags from HTML snippets, extract base url from HTML snippets, +translate entities on HTML strings, among other things.") (license license:bsd-3))) -- cgit v1.2.3