guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 00fe56ebef39198fa2b6190e51c18e905487b3bb
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Jul 24 04:17:47 2025 +0200
gnu: python-oslotest: Update to 5.0.1.
* gnu/packages/openstack.scm (python-oslotest): Update to 5.0.1.
[build-system]: Switch to pyproject-build-system.
[propagated-inputs]: Remove python-six.
[native-inputs]: Add python-coverage, python-debtcollector,
python-oslo-config, python-stestr, python-setuptools, python-wheel.
Change-Id: I58c7cc5b0d574f6e0ee1ef1adf005de76f058106
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/openstack.scm | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index e1e97763f5..45dcefd1a7 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -905,20 +905,23 @@ documentation from the OpenStack project.")
(define-public python-oslotest
(package
(name "python-oslotest")
- (version "4.4.1")
+ (version "5.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "oslotest" version))
(sha256
- (base32
- "0r50sz55m8ljv2vk1k7sp88iz1iqq4p9w6kb8hn8g8c50r9zdi5i"))))
- (build-system python-build-system)
- (arguments
- ;; The tests are disabled to avoid a circular dependency with oslo.config.
- `(#:tests? #f))
+ (base32 "1vp85v81p2vx66j973hc7fa65shp0ilhaypyyny01jwcip94152s"))))
+ (build-system pyproject-build-system)
(propagated-inputs
- (list python-fixtures python-six python-subunit python-testtools))
+ (list python-fixtures python-subunit python-testtools))
+ (native-inputs
+ (list python-coverage
+ python-debtcollector
+ python-oslo-config
+ python-stestr
+ python-setuptools
+ python-wheel))
(home-page "https://launchpad.net/oslo")
(synopsis "Oslo test framework")
(description "The Oslo Test framework provides common fixtures, support