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

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

bug#63760: closed ([PATCH] gnu: python-absl-py: Update to 1.4.0.)


From: GNU bug Tracking System
Subject: bug#63760: closed ([PATCH] gnu: python-absl-py: Update to 1.4.0.)
Date: Mon, 12 Jun 2023 19:22:01 +0000

Your message dated Mon, 12 Jun 2023 20:20:47 +0100
with message-id <87fs6wwkpc.fsf@cbaines.net>
and subject line Re: [bug#63760] [PATCH] gnu: python-absl-py: Update to 1.4.0.
has caused the debbugs.gnu.org bug report #63760,
regarding [PATCH] gnu: python-absl-py: Update to 1.4.0.
to be marked as done.

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


-- 
63760: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63760
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-absl-py: Update to 1.4.0. Date: Sat, 27 May 2023 18:21:40 +0000
* gnu/packages/python-xyz.scm (python-absl-py): Update to 1.4.0.
[arguments]: Remove 'patch-version-check phase.
[propagated-inputs]: Remove python-six.
---
 gnu/packages/python-xyz.scm | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f7e3f6f538..e3298721f4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25257,26 +25257,15 @@ (define-public python-precis-i18n
 (define-public python-absl-py
   (package
     (name "python-absl-py")
-    (version "0.6.1")
+    (version "1.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "absl-py" version))
        (sha256
         (base32
-         "1mp9lk0b2qa37b7y6ak4lvf6ifw2ylyy6bkf9ik77md3j4xrwlc7"))))
+         "0ga3b0m8lfsv1m3260p83lhis52yvz3d42q8gip4gfj823849hnj"))))
     (build-system pyproject-build-system)
-    (arguments
-     (list
-      #:phases
-      '(modify-phases %standard-phases
-         (add-after 'unpack 'patch-version-check
-           (lambda _
-             ;; Python 3.10 is indeed more recent than Python 3.4.
-             (substitute* "setup.py"
-               ((" or py_version\\[0\\] == '3'.*") ":")))))))
-    (propagated-inputs
-     (list python-six))
     (home-page "https://github.com/abseil/abseil-py";)
     (synopsis "Abseil Python common libraries")
     (description

base-commit: b96b82bcd4bc24529941ff74a91432481f1a71b5
-- 
2.39.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#63760] [PATCH] gnu: python-absl-py: Update to 1.4.0. Date: Mon, 12 Jun 2023 20:20:47 +0100 User-agent: mu4e 1.10.2; emacs 28.2
Felix Gruber <felgru@posteo.net> writes:

> * gnu/packages/python-xyz.scm (python-absl-py): Update to 1.4.0.
> [arguments]: Remove 'patch-version-check phase.
> [propagated-inputs]: Remove python-six.
> ---
>  gnu/packages/python-xyz.scm | 15 ++-------------
>  1 file changed, 2 insertions(+), 13 deletions(-)

Thanks for the patch, I've pushed it to master as
e2f25b79cbcafe0df350caaa5180ca2d542ff72d.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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