[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: python-soupsieve: Update to 2.0.1.
From: |
guix-commits |
Subject: |
06/07: gnu: python-soupsieve: Update to 2.0.1. |
Date: |
Tue, 30 Jun 2020 03:14:05 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 2a723eaf1283df444c331a3476ebea0bcf95038a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jun 30 09:55:59 2020 +0300
gnu: python-soupsieve: Update to 2.0.1.
* gnu/packages/python-xyz.scm (python-soupsieve): Update to 2.0.1.
(python2-soupsieve): Update to 1.9.6.
---
gnu/packages/python-xyz.scm | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f071314..a9e8858 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7008,14 +7008,14 @@ converts incoming documents to Unicode and outgoing
documents to UTF-8.")
(define-public python-soupsieve
(package
(name "python-soupsieve")
- (version "1.9.5")
+ (version "2.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "soupsieve" version))
(sha256
(base32
- "1nhd0q0ifwva9wn645s6pn74p1rd97asn3qfg75nphx1wkgcbhg2"))))
+ "0ch2rhvsbwfpvzm4kzy81rclbzr533yv83hzg1gx55byfa0w37d5"))))
(build-system python-build-system)
(arguments `(#:tests? #f))
;;XXX: 2 tests fail currently despite claming they were to be
@@ -7032,10 +7032,19 @@ some are not yet implemented).")
(properties `((python2-variant . ,(delay python2-soupsieve))))
(license license:expat)))
+;; This is the last version that supports python-2
(define-public python2-soupsieve
(let ((base (package-with-python2 (strip-python2-variant python-soupsieve))))
(package
(inherit base)
+ (version "1.9.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "soupsieve" version))
+ (sha256
+ (base32
+ "1apgqxngi1216h1cyvrvj9gy3wf45mh1lz4n76j26jf3k36bm1br"))))
(propagated-inputs
`(("python2-backports-functools-lru-cache"
,python2-backports-functools-lru-cache)
- branch master updated (37a4863 -> 94c3f58), guix-commits, 2020/06/30
- 02/07: gnu: parallel: Update to 20200622., guix-commits, 2020/06/30
- 01/07: gnu: mutt: Update to 1.14.5., guix-commits, 2020/06/30
- 05/07: gnu: python-beautifulsoup4: Update to 4.9.1., guix-commits, 2020/06/30
- 03/07: gnu: kdeconnect: Update to 20.04.2., guix-commits, 2020/06/30
- 04/07: gnu: toot: Update to 0.27.0., guix-commits, 2020/06/30
- 06/07: gnu: python-soupsieve: Update to 2.0.1.,
guix-commits <=
- 07/07: gnu: python2-backports-functools-lru-cache: Update to 1.6.1., guix-commits, 2020/06/30