[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: python-hacking: Update to 5.0.0.
From: |
guix-commits |
Subject: |
02/08: gnu: python-hacking: Update to 5.0.0. |
Date: |
Fri, 8 Sep 2023 05:33:19 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 17b8f3d2595ab4fed65194b044c0a24ddc242848
Author: Efraim Flashner <efraim@flashner.co.il>
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 <tipecaml@gmail.com>
-;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2015, 2016, 2023 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2017, 2019, 2021 Clément Lassieur <clement@lassieur.org>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018, 2022 Marius Bakke <marius@gnu.org>
@@ -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
- branch master updated (3eb77954f9 -> d4645d5d25), guix-commits, 2023/09/08
- 02/08: gnu: python-hacking: Update to 5.0.0.,
guix-commits <=
- 01/08: gnu: python-eventlet: Update to 0.33.3., guix-commits, 2023/09/08
- 03/08: gnu: Remove python-flake8-3.8., guix-commits, 2023/09/08
- 04/08: gnu: Remove python-pycodestyle-2.6., guix-commits, 2023/09/08
- 05/08: gnu: Remove python-pyflakes-2.2., guix-commits, 2023/09/08
- 07/08: gnu: python-numcodecs: Fix building on non x86 machines., guix-commits, 2023/09/08
- 08/08: gnu: python-fasteners: Update to 0.17.3., guix-commits, 2023/09/08
- 06/08: gnu: python-numcodecs: Remove another cythonized file., guix-commits, 2023/09/08