diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-23 23:11:21 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-27 00:25:50 +0100 |
| commit | e46ad770e6718dfb952bcbc0727cc6ce4a07338a (patch) | |
| tree | 43938e4a92b2d6124aff52a1ceca7284f124d50b | |
| parent | 5403940d77551b76c389a3dfb16131ae51d8eb75 (diff) | |
gnu: python-cliff: Update to 4.10.0.
* gnu/packages/openstack.scm (python-cliff): Update to 4.10.0.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-coverage, python-fixtures,
python-setuptools, python-sphinx-5, python-stestr,
python-testscenarios, python-wheel. Remove python-pbr.
[propagated-inputs]: Remove python-pyparsing.
Change-Id: Iff4d8d3c5be32e844fde4e27cf2855baba582754
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/openstack.scm | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 2e5e0bc9cc9..950e5d034ad 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -56,24 +56,26 @@ | |||
| 56 | (define-public python-cliff | 56 | (define-public python-cliff |
| 57 | (package | 57 | (package |
| 58 | (name "python-cliff") | 58 | (name "python-cliff") |
| 59 | (version "3.10.1") | 59 | (version "4.10.0") |
| 60 | (source | 60 | (source |
| 61 | (origin | 61 | (origin |
| 62 | (method url-fetch) | 62 | (method url-fetch) |
| 63 | (uri (pypi-uri "cliff" version)) | 63 | (uri (pypi-uri "cliff" version)) |
| 64 | (sha256 | 64 | (sha256 |
| 65 | (base32 | 65 | (base32 "0vd8b4lypkc65xb4cih2b4l9qkhxyj52xj078q63p8214xl5n7wc")))) |
| 66 | "180059m5ky3hlw2m9fszh4h2ykja8zl7ql5dsxjijiv47hzywnh4")))) | 66 | (build-system pyproject-build-system) |
| 67 | (build-system python-build-system) | ||
| 68 | (arguments | ||
| 69 | `(#:tests? #f)) | ||
| 70 | (native-inputs | 67 | (native-inputs |
| 71 | (list python-pbr)) | 68 | (list python-coverage |
| 69 | python-fixtures | ||
| 70 | python-setuptools | ||
| 71 | python-sphinx-5 | ||
| 72 | python-stestr | ||
| 73 | python-testscenarios | ||
| 74 | python-wheel)) | ||
| 72 | (propagated-inputs | 75 | (propagated-inputs |
| 73 | (list python-autopage | 76 | (list python-autopage |
| 74 | python-cmd2 | 77 | python-cmd2 |
| 75 | python-prettytable | 78 | python-prettytable |
| 76 | python-pyparsing | ||
| 77 | python-pyyaml | 79 | python-pyyaml |
| 78 | python-stevedore)) | 80 | python-stevedore)) |
| 79 | (home-page "https://opendev.org/openstack/cliff") | 81 | (home-page "https://opendev.org/openstack/cliff") |
