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

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

bug#56134: closed ([PATCH] gnu: python-parso: Update to 0.8.3.)


From: GNU bug Tracking System
Subject: bug#56134: closed ([PATCH] gnu: python-parso: Update to 0.8.3.)
Date: Thu, 23 Jun 2022 12:12:03 +0000

Your message dated Thu, 23 Jun 2022 13:11:39 +0100
with message-id <87sfnvlgtw.fsf@cbaines.net>
and subject line Re: [bug#56134] [PATCH] gnu: python-parso: Update to 0.8.3.
has caused the debbugs.gnu.org bug report #56134,
regarding [PATCH] gnu: python-parso: Update to 0.8.3.
to be marked as done.

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


-- 
56134: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56134
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-parso: Update to 0.8.3. Date: Tue, 21 Jun 2022 23:29:04 -0500
* gnu/packages/yyy.scm (python-parso): Update to 0.8.3.
[arguments]: Satisfy guix lint.
---
 gnu/packages/python-xyz.scm | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 194b342ee6..493ded6e12 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21435,20 +21435,23 @@ (define-public python-onetimepass
 (define-public python-parso
   (package
     (name "python-parso")
-    (version "0.8.2")
+    (version "0.8.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "parso" version))
        (sha256
-        (base32 "161k8771m7w60qakyvrwf9q62lvakmix7mpfylpy7713qs939f0j"))))
+        (base32 "185gkxq92kqiw2h5zp1cmyn04055x0lix4hmi5c077xm1clvw1wc"))))
     (native-inputs
      (list python-pytest))
     (build-system python-build-system)
     (arguments
-     `(#:phases (modify-phases %standard-phases
-                  (replace 'check
-                    (lambda _ (invoke "pytest" "-vv"))))))
+     `(#:phases
+       (modify-phases %standard-phases
+         (replace 'check
+           (lambda* (#:key tests? #:allow-other-keys)
+             (when tests?
+               (invoke "pytest" "-vv")))))))
     (home-page "https://github.com/davidhalter/parso";)
     (synopsis "Python Parser")
     (description "Parso is a Python parser that supports error recovery and
-- 
2.36.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#56134] [PATCH] gnu: python-parso: Update to 0.8.3. Date: Thu, 23 Jun 2022 13:11:39 +0100 User-agent: mu4e 1.6.10; emacs 28.1
jgart via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/yyy.scm (python-parso): Update to 0.8.3.
> [arguments]: Satisfy guix lint.
> ---
>  gnu/packages/python-xyz.scm | 13 ++++++++-----
>  1 file changed, 8 insertions(+), 5 deletions(-)
>
> diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
> index 194b342ee6..493ded6e12 100644
> --- a/gnu/packages/python-xyz.scm
> +++ b/gnu/packages/python-xyz.scm
> @@ -21435,20 +21435,23 @@ (define-public python-onetimepass
>  (define-public python-parso
>    (package
>      (name "python-parso")
> -    (version "0.8.2")
> +    (version "0.8.3")
>      (source
>       (origin
>         (method url-fetch)
>         (uri (pypi-uri "parso" version))
>         (sha256
> -        (base32 "161k8771m7w60qakyvrwf9q62lvakmix7mpfylpy7713qs939f0j"))))
> +        (base32 "185gkxq92kqiw2h5zp1cmyn04055x0lix4hmi5c077xm1clvw1wc"))))
>      (native-inputs
>       (list python-pytest))
>      (build-system python-build-system)
>      (arguments
> -     `(#:phases (modify-phases %standard-phases
> -                  (replace 'check
> -                    (lambda _ (invoke "pytest" "-vv"))))))
> +     `(#:phases
> +       (modify-phases %standard-phases
> +         (replace 'check
> +           (lambda* (#:key tests? #:allow-other-keys)
> +             (when tests?
> +               (invoke "pytest" "-vv")))))))
>      (home-page "https://github.com/davidhalter/parso";)
>      (synopsis "Python Parser")
>      (description "Parso is a Python parser that supports error recovery and

Thanks, I've pushed this as 8e2ff622ed7e493a644ebcff62299d2ed1c4e806.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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