summaryrefslogtreecommitdiff
path: root/gnu/packages/openstack.scm
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2022-07-20 08:20:35 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2022-08-10 09:38:59 +0200
commit52359f01bb92e254de3a83078d2a0908b083aab6 (patch)
tree8e78df80f2783b94be431b58421ec5a85dcda113 /gnu/packages/openstack.scm
parent0bba3ebf567942be9a3fa937b2657a7dc288fcfa (diff)
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.
Diffstat (limited to 'gnu/packages/openstack.scm')
-rw-r--r--gnu/packages/openstack.scm11
1 files changed, 5 insertions, 6 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index e2afad707b2..12c128d706c 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -588,14 +588,14 @@ in an application or library.")
588(define-public python-oslo.log 588(define-public python-oslo.log
589 (package 589 (package
590 (name "python-oslo.log") 590 (name "python-oslo.log")
591 (version "4.6.1") 591 (version "5.0.0")
592 (source 592 (source
593 (origin 593 (origin
594 (method url-fetch) 594 (method url-fetch)
595 (uri (pypi-uri "oslo.log" version)) 595 (uri (pypi-uri "oslo.log" version))
596 (sha256 596 (sha256
597 (base32 597 (base32
598 "0dlnxjci9mpwhgfv19fy1z7xrdp8m95skrj5dr60all3pr7n22f6")))) 598 "00adkm465xcaxg15pncsmwxhicdj3kx4v1vcabghpmd2m0s75avk"))))
599 (build-system python-build-system) 599 (build-system python-build-system)
600 (arguments 600 (arguments
601 '(#:phases (modify-phases %standard-phases 601 '(#:phases (modify-phases %standard-phases
@@ -610,11 +610,10 @@ in an application or library.")
610 python-oslo.i18n 610 python-oslo.i18n
611 python-oslo.utils 611 python-oslo.utils
612 python-oslo.serialization 612 python-oslo.serialization
613 python-pbr 613 python-pyinotify))
614 python-pyinotify
615 python-six))
616 (native-inputs 614 (native-inputs
617 (list python-fixtures python-oslotest python-stestr python-testtools)) 615 (list python-fixtures python-oslotest python-stestr python-testtools
616 python-pbr))
618 (home-page "https://launchpad.net/oslo") 617 (home-page "https://launchpad.net/oslo")
619 (synopsis "Python logging library of the Oslo project") 618 (synopsis "Python logging library of the Oslo project")
620 (description 619 (description