diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2023-09-08 09:58:25 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2023-09-08 12:25:20 +0300 |
| commit | 17b8f3d2595ab4fed65194b044c0a24ddc242848 (patch) | |
| tree | 5f5708e5aee9901e18b3dcb136f11348d1e4f62a /gnu/packages/openstack.scm | |
| parent | 9144a7809a697ce57079f6f488648976d5e9c788 (diff) | |
gnu: python-hacking: Update to 5.0.0.
* gnu/packages/openstack.scm (python-hacking): Update to 5.0.0.
[propagated-inputs]: Remove python-flake8-3.8; add python-flake8.
[native-inputs]: Remove python-dnspython, python-mock, and python-monotonic.
Diffstat (limited to 'gnu/packages/openstack.scm')
| -rw-r--r-- | gnu/packages/openstack.scm | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 169df27f7c7..0937dc2e4fb 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2015 Cyril Roelandt <tipecaml@gmail.com> | 2 | ;;; Copyright © 2015 Cyril Roelandt <tipecaml@gmail.com> |
| 3 | ;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il> | 3 | ;;; Copyright © 2015, 2016, 2023 Efraim Flashner <efraim@flashner.co.il> |
| 4 | ;;; Copyright © 2016, 2017, 2019, 2021 Clément Lassieur <clement@lassieur.org> | 4 | ;;; Copyright © 2016, 2017, 2019, 2021 Clément Lassieur <clement@lassieur.org> |
| 5 | ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> | 5 | ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> |
| 6 | ;;; Copyright © 2018, 2022 Marius Bakke <marius@gnu.org> | 6 | ;;; Copyright © 2018, 2022 Marius Bakke <marius@gnu.org> |
| @@ -138,26 +138,23 @@ manner.") | |||
| 138 | (define-public python-hacking | 138 | (define-public python-hacking |
| 139 | (package | 139 | (package |
| 140 | (name "python-hacking") | 140 | (name "python-hacking") |
| 141 | (version "4.1.0") | 141 | (version "5.0.0") |
| 142 | (source | 142 | (source |
| 143 | (origin | 143 | (origin |
| 144 | (method url-fetch) | 144 | (method url-fetch) |
| 145 | (uri (pypi-uri "hacking" version)) | 145 | (uri (pypi-uri "hacking" version)) |
| 146 | (sha256 | 146 | (sha256 |
| 147 | (base32 | 147 | (base32 |
| 148 | "0fg19rlcky3n1y1ri61xyjp7534yzf8r102z9dw3zqg93f4kj20m")))) | 148 | "09p0avmz914asszvdknc46n43bl070f369wmjmppl51zmw4b4ddb")))) |
| 149 | (build-system python-build-system) | 149 | (build-system python-build-system) |
| 150 | (propagated-inputs | 150 | (propagated-inputs |
| 151 | (list python-flake8-3.8)) | 151 | (list python-flake8)) |
| 152 | (native-inputs | 152 | (native-inputs |
| 153 | (list ;; Tests | 153 | (list ;; Tests |
| 154 | python-coverage | 154 | python-coverage |
| 155 | python-ddt | 155 | python-ddt |
| 156 | python-dnspython | ||
| 157 | python-fixtures | ||
| 158 | python-eventlet | 156 | python-eventlet |
| 159 | python-mock | 157 | python-fixtures |
| 160 | python-monotonic | ||
| 161 | python-subunit | 158 | python-subunit |
| 162 | python-stestr | 159 | python-stestr |
| 163 | python-testscenarios | 160 | python-testscenarios |
