gnu: python-cliff: Update to 3.10.1.
* gnu/packages/openstack.scm (python-cliff): Update to 3.10.1. [propagated-inputs]: Add PYTHON-AUTOPAGE. Remove PYTHON-BANDIT.
This commit is contained in:
parent
705c609048
commit
8dbc8d4802
@ -77,25 +77,25 @@ scanning all the files it generates a report.")
|
|||||||
(define-public python-cliff
|
(define-public python-cliff
|
||||||
(package
|
(package
|
||||||
(name "python-cliff")
|
(name "python-cliff")
|
||||||
(version "3.5.0")
|
(version "3.10.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "cliff" version))
|
(uri (pypi-uri "cliff" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0n8pzr0mnn9lq2mykds69ij2xrn0fsirh4ndmkx0mzydbx5niysv"))))
|
"180059m5ky3hlw2m9fszh4h2ykja8zl7ql5dsxjijiv47hzywnh4"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f))
|
`(#:tests? #f))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pbr))
|
(list python-pbr))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-cmd2
|
(list python-autopage
|
||||||
|
python-cmd2
|
||||||
python-prettytable
|
python-prettytable
|
||||||
python-pyparsing
|
python-pyparsing
|
||||||
python-pyyaml
|
python-pyyaml
|
||||||
python-bandit
|
|
||||||
python-stevedore))
|
python-stevedore))
|
||||||
(home-page "https://opendev.org/openstack/cliff")
|
(home-page "https://opendev.org/openstack/cliff")
|
||||||
(synopsis "Framework for building command line programs")
|
(synopsis "Framework for building command line programs")
|
||||||
|
Loading…
Reference in New Issue
Block a user