diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-21 23:48:46 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:54 +0100 |
| commit | e6b02796e3193c64a5fb576d4f43799567719ba4 (patch) | |
| tree | 3ce51d6138531c984de1451951052fe6d9909e03 /gnu/packages/openstack.scm | |
| parent | a69386e4daf86b9039fb91be1da56c39718bcd44 (diff) | |
gnu: python-oslo-config: Update to 9.8.0.
* gnu/packages/openstack.scm (python-oslo-config): Update to 9.8.0.
[native-inputs]: Remove python-mypy, python-wheel.
Change-Id: I3ccfb4222383d6eb4af5aedc8207a58a2fc76a31
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/openstack.scm')
| -rw-r--r-- | gnu/packages/openstack.scm | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index f701e4663ec..99d3431af95 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -560,13 +560,13 @@ for running external processes.") | |||
| 560 | (define-public python-oslo-config | 560 | (define-public python-oslo-config |
| 561 | (package | 561 | (package |
| 562 | (name "python-oslo-config") | 562 | (name "python-oslo-config") |
| 563 | (version "8.7.1") | 563 | (version "9.8.0") |
| 564 | (source | 564 | (source |
| 565 | (origin | 565 | (origin |
| 566 | (method url-fetch) | 566 | (method url-fetch) |
| 567 | (uri (pypi-uri "oslo.config" version)) | 567 | (uri (pypi-uri "oslo_config" version)) |
| 568 | (sha256 | 568 | (sha256 |
| 569 | (base32 "0q3v4yicqls9zsfxkmh5mrgz9dailaz3ir25p458gj6dg3bldhx0")))) | 569 | (base32 "1ah8knzcxkg28v9av19wp6bg91d1mfyxm2y56whngvmb0jah1a7f")))) |
| 570 | (build-system pyproject-build-system) | 570 | (build-system pyproject-build-system) |
| 571 | (arguments | 571 | (arguments |
| 572 | (list | 572 | (list |
| @@ -593,7 +593,6 @@ for running external processes.") | |||
| 593 | (list python-coverage | 593 | (list python-coverage |
| 594 | python-docutils | 594 | python-docutils |
| 595 | python-fixtures | 595 | python-fixtures |
| 596 | python-mypy | ||
| 597 | python-oslo-log-bootstrap | 596 | python-oslo-log-bootstrap |
| 598 | python-oslotest-bootstrap | 597 | python-oslotest-bootstrap |
| 599 | python-pbr | 598 | python-pbr |
| @@ -602,8 +601,7 @@ for running external processes.") | |||
| 602 | python-sphinx | 601 | python-sphinx |
| 603 | python-stestr | 602 | python-stestr |
| 604 | python-testscenarios | 603 | python-testscenarios |
| 605 | python-testtools | 604 | python-testtools)) |
| 606 | python-wheel)) | ||
| 607 | (home-page "https://launchpad.net/oslo") | 605 | (home-page "https://launchpad.net/oslo") |
| 608 | (synopsis "Oslo Configuration API") | 606 | (synopsis "Oslo Configuration API") |
| 609 | (description | 607 | (description |
