gnu: python-oslo-log: Update to 7.2.0.

* gnu/packages/openstack.scm (python-oslo-log): Update to 7.2.0.
[propagated-inputs]: Remove python-pyinotify.
[native-inputs]: Add python-coverage, python-eventlet, python-pbr.

Change-Id: Id62051b481b94aaee8717ca0736de4ba44444fc0
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-07-23 22:24:53 +02:00 committed by Sharlatan Hellseher
parent db5bd02c93
commit 6d650b56e1
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -558,14 +558,14 @@ in an application or library.")
(define-public python-oslo-log
(package
(name "python-oslo-log")
(version "5.0.0")
(version "7.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "oslo.log" version))
(uri (pypi-uri "oslo_log" version))
(sha256
(base32
"00adkm465xcaxg15pncsmwxhicdj3kx4v1vcabghpmd2m0s75avk"))))
"1siw60x15ysfbf88hiisdn556y4anixj3clciky4xcwsiz8a6gwn"))))
(build-system python-build-system)
(arguments
'(#:phases (modify-phases %standard-phases
@ -578,12 +578,17 @@ in an application or library.")
python-oslo-config
python-oslo-context
python-oslo-i18n
python-oslo-utils
python-oslo-serialization
python-pyinotify))
(native-inputs
(list python-fixtures python-oslotest python-stestr python-testtools
python-oslo-utils
python-pbr))
(native-inputs
(list python-coverage
python-eventlet
python-fixtures
python-oslotest
python-pbr
python-stestr
python-testtools))
(home-page "https://launchpad.net/oslo")
(synopsis "Python logging library of the Oslo project")
(description