GNU bug report logs - #77698
[PATCH 0/7] Updates for a bunch of Python libraries

Previous Next

Package: guix-patches;

Reported by: Daniel Ziltener <dziltener <at> lyrion.ch>

Date: Thu, 10 Apr 2025 12:26:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Daniel Ziltener <dziltener <at> lyrion.ch>
To: 77698 <at> debbugs.gnu.org
Cc: Daniel Ziltener <dziltener <at> lyrion.ch>
Subject: [bug#77698] [PATCH 3/7] gnu: python-oslo.i18n: Update to 6.5.1.
Date: Thu, 10 Apr 2025 14:26:14 +0200
---
 gnu/packages/openstack.scm | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index ac283bd019..3ca544260d 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -569,21 +569,19 @@ (define-public python-oslo.context
 (define-public python-oslo.i18n
   (package
     (name "python-oslo.i18n")
-    (version "3.20.0")
+    (version "6.5.1")
     (source
      (origin
        (method url-fetch)
-       (uri (pypi-uri "oslo.i18n" version))
+       (uri (pypi-uri "oslo_i18n" version))
        (sha256
-        (base32
-         "0kjcdw4bk3mi4vqmqwhhq053kxbbbj05si6nwxd1pzx33z067ky3"))))
-    (build-system python-build-system)
+        (base32 "178h7grww0brsdcp2iz87giappl928ir82arnvppcz5gqmq6m1ga"))))
+    (build-system pyproject-build-system)
     (arguments
      '(#:tests? #f))                 ;avoid circular dependency on oslo.config
-    (propagated-inputs
-     (list python-babel python-six))
+    (propagated-inputs (list python-pbr))
     (native-inputs
-     (list python-pbr))
+     (list python-setuptools python-wheel))
     (home-page "https://launchpad.net/oslo")
     (synopsis "Oslo internationalization (i18n) library")
     (description
-- 
2.49.0





This bug report was last modified 65 days ago.

Previous Next


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