[PATCH] gnu: python-libsass: Update to 0.20.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Vinicius Monego
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Vinicius Monego
Severity
normal
V
V
Vinicius Monego wrote on 16 Sep 2020 21:25
(address . guix-patches@gnu.org)(name . Vinicius Monego)(address . monego@posteo.net)
20200916192546.22020-1-monego@posteo.net
* gnu/packages/python-xyz.scm (python-libsass): Update to 0.20.1.
[arguments]: Enable test that failed in the previous version.
---
gnu/packages/python-xyz.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)

Toggle diff (36 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6063b358c2..fb292b29d8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9164,7 +9164,7 @@ specification.")
(define-public python-libsass
(package
(name "python-libsass")
- (version "0.20.0")
+ (version "0.20.1")
(source
(origin
;; PyPI tarball is missing some test files.
@@ -9174,7 +9174,7 @@ specification.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0h9rj4k9izkfdvli8ip72bbvh6a7bvrv5pxz6zay2bq235gpfgfc"))))
+ (base32 "1r0kgl7i6nnhgjl44sjw57k08gh2qr7l8slqih550dyxbf1akbxh"))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -9187,10 +9187,7 @@ specification.")
(replace 'check
(lambda* (#:key inputs outputs #:allow-other-keys)
(add-installed-pythonpath inputs outputs)
- (invoke "pytest" "sasstests.py" "-k"
- ;; See https://github.com/sass/libsass/issues/3092.
- ;; This test may work in a future release of libsass.
- "not test_stack_trace_formatting"))))))
+ (invoke "pytest" "sasstests.py"))))))
(native-inputs
`(("python-pytest" ,python-pytest)
("python-werkzeug" ,python-werkzeug)))
--
2.20.1
M
M
Mathieu Othacehe wrote on 17 Sep 2020 15:55
(name . Vinicius Monego)(address . monego@posteo.net)(address . 43451-done@debbugs.gnu.org)
87pn6k7bjg.fsf@gnu.org
Toggle quote (3 lines)
> * gnu/packages/python-xyz.scm (python-libsass): Update to 0.20.1.
> [arguments]: Enable test that failed in the previous version.

Applied, thanks!

Mathieu
Closed
?