guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit b462f091d1a78c04668765a854333846dbcb800d
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Sep 21 23:48:46 2025 +0200
gnu: python-oslo-config: Update to 9.8.0.
* gnu/packages/openstack.scm (python-oslo-config): Update to 9.8.0.
[native-inputs]: Remove python-mypy, python-wheel.
Change-Id: I3ccfb4222383d6eb4af5aedc8207a58a2fc76a31
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/openstack.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index f701e4663e..99d3431af9 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -560,13 +560,13 @@ for running external processes.")
(define-public python-oslo-config
(package
(name "python-oslo-config")
- (version "8.7.1")
+ (version "9.8.0")
(source
(origin
(method url-fetch)
- (uri (pypi-uri "oslo.config" version))
+ (uri (pypi-uri "oslo_config" version))
(sha256
- (base32 "0q3v4yicqls9zsfxkmh5mrgz9dailaz3ir25p458gj6dg3bldhx0"))))
+ (base32 "1ah8knzcxkg28v9av19wp6bg91d1mfyxm2y56whngvmb0jah1a7f"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -593,7 +593,6 @@ for running external processes.")
(list python-coverage
python-docutils
python-fixtures
- python-mypy
python-oslo-log-bootstrap
python-oslotest-bootstrap
python-pbr
@@ -602,8 +601,7 @@ for running external processes.")
python-sphinx
python-stestr
python-testscenarios
- python-testtools
- python-wheel))
+ python-testtools))
(home-page "https://launchpad.net/oslo")
(synopsis "Oslo Configuration API")
(description