diff options
| author | Marius Bakke <marius@gnu.org> | 2022-01-12 19:36:36 +0100 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2022-01-12 23:50:17 +0100 |
| commit | 4a6808226e1eb9796860aa9fa133e9c70c09e570 (patch) | |
| tree | df97952e9748645b3185ee6ffc96f35bc978cac4 /gnu/packages/openstack.scm | |
| parent | 850d2e8eef2c0ac9da52bbcbe13adb27260ca68d (diff) | |
gnu: python-oslo.serialization: Update to 4.2.0.
* gnu/packages/openstack.scm (python-oslo.serialization): Update to 4.2.0.
[arguments]: Override check phase.
[propagated-inputs]: Remove PYTHON-SIX and PYTHON-NETADDR. Add PYTHON-PBR.
[native-inputs]: Remove PYTHON-PBR and PYTHON-MOCK. Add PYTHON-NETADDR and
PYTHON-STESTR.
Diffstat (limited to 'gnu/packages/openstack.scm')
| -rw-r--r-- | gnu/packages/openstack.scm | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index f7e025041df..ae20eb6a590 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -491,22 +491,25 @@ handlers and support for context specific logging (like resource id’s etc).") | |||
| 491 | (define-public python-oslo.serialization | 491 | (define-public python-oslo.serialization |
| 492 | (package | 492 | (package |
| 493 | (name "python-oslo.serialization") | 493 | (name "python-oslo.serialization") |
| 494 | (version "2.24.0") | 494 | (version "4.2.0") |
| 495 | (source | 495 | (source |
| 496 | (origin | 496 | (origin |
| 497 | (method url-fetch) | 497 | (method url-fetch) |
| 498 | (uri (pypi-uri "oslo.serialization" version)) | 498 | (uri (pypi-uri "oslo.serialization" version)) |
| 499 | (sha256 | 499 | (sha256 |
| 500 | (base32 | 500 | (base32 |
| 501 | "08bxkp98c617y58x630xq44iiffm7f0f3cwh6zbnlkgq0zgh7jk1")))) | 501 | "10sdgvyb0d3lcmb8b4l5gs40bkfbai08kvsdwp658dxd2yqf21rh")))) |
| 502 | (build-system python-build-system) | 502 | (build-system python-build-system) |
| 503 | (arguments | ||
| 504 | '(#:phases (modify-phases %standard-phases | ||
| 505 | (replace 'check | ||
| 506 | (lambda* (#:key tests? #:allow-other-keys) | ||
| 507 | (when tests? (invoke "stestr" "run"))))))) | ||
| 503 | (propagated-inputs | 508 | (propagated-inputs |
| 504 | (list python-msgpack python-netaddr python-oslo.utils python-six | 509 | (list python-msgpack python-oslo.utils python-pbr python-pytz)) |
| 505 | python-pytz)) | ||
| 506 | (native-inputs | 510 | (native-inputs |
| 507 | (list python-pbr | 511 | ;; For tests. |
| 508 | ;; Tests. | 512 | (list python-netaddr python-oslo.i18n python-oslotest python-stestr)) |
| 509 | python-mock python-oslo.i18n python-oslotest)) | ||
| 510 | (home-page "https://launchpad.net/oslo") | 513 | (home-page "https://launchpad.net/oslo") |
| 511 | (synopsis "Oslo serialization library") | 514 | (synopsis "Oslo serialization library") |
| 512 | (description | 515 | (description |
