GNU bug report logs - #63760
[PATCH] gnu: python-absl-py: Update to 1.4.0.

Previous Next

Package: guix-patches;

Reported by: Felix Gruber <felgru <at> posteo.net>

Date: Sat, 27 May 2023 18:23:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Felix Gruber <felgru <at> posteo.net>
Subject: bug#63760: closed (Re: [bug#63760] [PATCH] gnu: python-absl-py:
 Update to 1.4.0.)
Date: Mon, 12 Jun 2023 19:22:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#63760: [PATCH] gnu: python-absl-py: Update to 1.4.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 63760 <at> debbugs.gnu.org.

-- 
63760: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63760
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Felix Gruber <felgru <at> posteo.net>
Cc: 63760-done <at> debbugs.gnu.org
Subject: Re: [bug#63760] [PATCH] gnu: python-absl-py: Update to 1.4.0.
Date: Mon, 12 Jun 2023 20:20:47 +0100
[Message part 3 (text/plain, inline)]
Felix Gruber <felgru <at> 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
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Felix Gruber <felgru <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Felix Gruber <felgru <at> posteo.net>
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




This bug report was last modified 2 years and 39 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.