[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/14: gnu: python-stevedore: Update to 3.2.2.
From: |
guix-commits |
Subject: |
02/14: gnu: python-stevedore: Update to 3.2.2. |
Date: |
Fri, 20 Nov 2020 00:25:32 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit 7eaa3b45ac63b824c9a98d022f717c217ad021ed
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Nov 18 14:18:21 2020 -0500
gnu: python-stevedore: Update to 3.2.2.
* gnu/packages/openstack.scm (python-stevedore): Update to 3.2.2.
[tests?]: Disable tests.
[propagated-inputs]: Remove field. Move python-pbr to...
[native-inputs]: ...here. Remove python-mock, python-sphinx and
python-testrepository.
---
gnu/packages/openstack.scm | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index d0294cd..1cd7654 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -310,22 +310,21 @@ to docs.openstack.org and developer.openstack.org.")
(define-public python-stevedore
(package
(name "python-stevedore")
- (version "1.28.0")
+ (version "3.2.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "stevedore" version))
(sha256
(base32
- "02ynfgwma84g59834dmvzr39mcppy5s229zf1w23c0qngf753izi"))))
+ "1w11lm293afzb73iq0ba9wnmr2rjwymnhr92km4a4xrs7a5qcigq"))))
(build-system python-build-system)
- (propagated-inputs
- `(("python-pbr" ,python-pbr)
- ("python-six" ,python-six)))
+ (arguments
+ ;; The tests are disabled to avoid a circular dependency with
+ ;; python-stestr.
+ `(#:tests? #f))
(native-inputs
- `(("python-mock" ,python-mock)
- ("python-sphinx" ,python-sphinx)
- ("python-testrepository" ,python-testrepository)))
+ `(("python-pbr" ,python-pbr)))
(home-page "https://github.com/dreamhost/stevedore")
(synopsis "Manage dynamic plugins for Python applications")
(description
- branch master updated (1464131 -> 8d7dfa1), guix-commits, 2020/11/20
- 01/14: gnu: python-ddt: Update to 1.4.1., guix-commits, 2020/11/20
- 04/14: gnu: python-oslotest: Update to 4.4.1., guix-commits, 2020/11/20
- 03/14: gnu: python-oslotest: Re-indent., guix-commits, 2020/11/20
- 05/14: gnu: python-bandit: Update to 1.6.2., guix-commits, 2020/11/20
- 07/14: gnu: Add python-cliff., guix-commits, 2020/11/20
- 08/14: gnu: Add python-stestr., guix-commits, 2020/11/20
- 02/14: gnu: python-stevedore: Update to 3.2.2.,
guix-commits <=
- 06/14: gnu: python-bandit: Fix indentation., guix-commits, 2020/11/20
- 09/14: gnu: python-subunit-bootstrap: Update to 1.4.0., guix-commits, 2020/11/20
- 10/14: gnu: python-hacking: Update to 4.0.0., guix-commits, 2020/11/20
- 11/14: gnu: python-oslo: Update to 3.1.1., guix-commits, 2020/11/20
- 13/14: gnu: python-oslosphinx: Update to 4.18.0., guix-commits, 2020/11/20
- 14/14: gnu: python-pillow: Update to 8.0.1., guix-commits, 2020/11/20
- 12/14: gnu: python-oslosphinx: Fix indentation., guix-commits, 2020/11/20