guix-patches
[Top][All Lists]
Advanced

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

[bug#77698] [PATCH 3/7] gnu: python-oslo.i18n: Update to 6.5.1.


From: Daniel Ziltener
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






reply via email to

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