[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-lazy-loader: Update to 0.4.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-lazy-loader: Update to 0.4. |
Date: |
Wed, 15 May 2024 06:08:44 -0400 |
This is an automated email from the git hooks/post-receive script.
sharlatan pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 83289a64ec gnu: python-lazy-loader: Update to 0.4.
83289a64ec is described below
commit 83289a64ec5ea39320a006430e6781b0b22ee58a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed May 15 11:04:45 2024 +0100
gnu: python-lazy-loader: Update to 0.4.
This fixes python-scikit-image build failure as seen in
<https://ci.guix.gnu.org/build/4357310/log/raw>.
* gnu/packages/python-xyz.scm (python-lazy-loader): Update to 0.4.
[native-inputs]: Remove python-pre-commit and python-pytest-cov; add
python-numpy.
Change-Id: Ie236fb30fd505fed1e07fd236403f9f456a37f29
---
gnu/packages/python-xyz.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b295d780ab..da70779df5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21498,18 +21498,16 @@ inspection of types defined in the Python standard
typing module.")
(define-public python-lazy-loader
(package
(name "python-lazy-loader")
- (version "0.3")
+ (version "0.4")
(source (origin
(method url-fetch)
(uri (pypi-uri "lazy_loader" version))
(sha256
(base32
- "0dwghffnsjjf4pi4gwbl43rx04jmap375hdamafs5cpm6j78js1v"))))
+ "1lacaz292qxpgw6kxiirkx6sv9c5883nq4ssm3hs94cvb2153is7"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-pre-commit
- python-pytest
- python-pytest-cov))
+ (list python-numpy python-pytest))
(propagated-inputs
(list python-flit-core))
(home-page "https://scientific-python.org/specs/spec-0001/")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-lazy-loader: Update to 0.4.,
guix-commits <=