efraim pushed a commit to branch master
in repository guix.
commit 17b8f3d2595ab4fed65194b044c0a24ddc242848
Author: Efraim Flashner <[email protected]>
AuthorDate: Fri Sep 8 09:58:25 2023 +0300
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.
---
gnu/packages/openstack.scm | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 169df27f7c..0937dc2e4f 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015 Cyril Roelandt <[email protected]>
-;;; Copyright © 2015, 2016 Efraim Flashner <[email protected]>
+;;; Copyright © 2015, 2016, 2023 Efraim Flashner <[email protected]>
;;; Copyright © 2016, 2017, 2019, 2021 Clément Lassieur <[email protected]>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2018, 2022 Marius Bakke <[email protected]>
@@ -138,26 +138,23 @@ manner.")
(define-public python-hacking
(package
(name "python-hacking")
- (version "4.1.0")
+ (version "5.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "hacking" version))
(sha256
(base32
- "0fg19rlcky3n1y1ri61xyjp7534yzf8r102z9dw3zqg93f4kj20m"))))
+ "09p0avmz914asszvdknc46n43bl070f369wmjmppl51zmw4b4ddb"))))
(build-system python-build-system)
- (propagated-inputs
- (list python-flake8-3.8))
+ (propagated-inputs
+ (list python-flake8))
(native-inputs
(list ;; Tests
python-coverage
python-ddt
- python-dnspython
- python-fixtures
python-eventlet
- python-mock
- python-monotonic
+ python-fixtures
python-subunit
python-stestr
python-testscenarios