emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43451: closed ([PATCH] gnu: python-libsass: Update to 0.20.1.)


From: GNU bug Tracking System
Subject: bug#43451: closed ([PATCH] gnu: python-libsass: Update to 0.20.1.)
Date: Thu, 17 Sep 2020 13:56:02 +0000

Your message dated Thu, 17 Sep 2020 15:55:31 +0200
with message-id <87pn6k7bjg.fsf@gnu.org>
and subject line Re: [bug#43451] [PATCH] gnu: python-libsass: Update to 0.20.1.
has caused the debbugs.gnu.org bug report #43451,
regarding [PATCH] gnu: python-libsass: Update to 0.20.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
43451: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43451
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-libsass: Update to 0.20.1. Date: Wed, 16 Sep 2020 16:25:46 -0300
* 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(-)

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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#43451] [PATCH] gnu: python-libsass: Update to 0.20.1. Date: Thu, 17 Sep 2020 15:55:31 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
> * gnu/packages/python-xyz.scm (python-libsass): Update to 0.20.1.
> [arguments]: Enable test that failed in the previous version.

Applied, thanks!

Mathieu


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]