me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/openstack.scm (python-oslo.log): Update to 5.0.0.
  [propagated-inputs]: Remove python-six, python-pbr.
  [native-inputs]: Add python-pbr.
Hartmut Goebel 2022-07-20 08:20:35 +02:00
parent 0bba3ebf56
commit 52359f01bb
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 5 additions and 6 deletions

View File

@ -588,14 +588,14 @@ in an application or library.")
(define-public python-oslo.log (define-public python-oslo.log
(package (package
(name "python-oslo.log") (name "python-oslo.log")
(version "4.6.1") (version "5.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "oslo.log" version)) (uri (pypi-uri "oslo.log" version))
(sha256 (sha256
(base32 (base32
"0dlnxjci9mpwhgfv19fy1z7xrdp8m95skrj5dr60all3pr7n22f6")))) "00adkm465xcaxg15pncsmwxhicdj3kx4v1vcabghpmd2m0s75avk"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:phases (modify-phases %standard-phases '(#:phases (modify-phases %standard-phases
@ -610,11 +610,10 @@ in an application or library.")
python-oslo.i18n python-oslo.i18n
python-oslo.utils python-oslo.utils
python-oslo.serialization python-oslo.serialization
python-pbr python-pyinotify))
python-pyinotify
python-six))
(native-inputs (native-inputs
(list python-fixtures python-oslotest python-stestr python-testtools)) (list python-fixtures python-oslotest python-stestr python-testtools
python-pbr))
(home-page "https://launchpad.net/oslo") (home-page "https://launchpad.net/oslo")
(synopsis "Python logging library of the Oslo project") (synopsis "Python logging library of the Oslo project")
(description (description