[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
224/361: gnu: python-kiwisolver: Update to 1.4.6.
From: |
guix-commits |
Subject: |
224/361: gnu: python-kiwisolver: Update to 1.4.6. |
Date: |
Thu, 21 Nov 2024 06:29:23 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 059ec7a8843e2192f9dfd7a65f827524040f0400
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Nov 4 20:51:44 2024 +0000
gnu: python-kiwisolver: Update to 1.4.6.
* gnu/packages/maths.scm (python-kiwisolver): Update to 1.4.6.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: Iafc09eb96ac72ee7094ead36e284994798d544a2
---
gnu/packages/maths.scm | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 62b4f63ac9..2d3317014f 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3874,16 +3874,22 @@ programming language.")
(define-public python-kiwisolver
(package
(name "python-kiwisolver")
- (version "1.4.5")
+ (version "1.4.6")
(source (origin
(method url-fetch)
(uri (pypi-uri "kiwisolver" version))
(sha256
(base32
- "1v6nc0z9dg4am0bibji9pijci9f15z68mwrlv91a28pvawx5czp5"))))
+ "1q77r6cl9m4vh8lsvmsm1ijh3r9aijdhmnc03yhnlpj407b2kniw"))))
(build-system pyproject-build-system)
- (propagated-inputs (list python-typing-extensions))
- (native-inputs (list python-cppy python-pytest python-setuptools-scm))
+ (native-inputs
+ (list python-cppy
+ python-pytest
+ python-setuptools
+ python-setuptools-scm
+ python-wheel))
+ (propagated-inputs
+ (list python-typing-extensions))
(home-page "https://github.com/nucleic/kiwi")
(synopsis "Fast implementation of the Cassowary constraint solver")
(description
- 346/361: gnu: python-cloudpickle: Update to 3.1.0., (continued)
- 346/361: gnu: python-cloudpickle: Update to 3.1.0., guix-commits, 2024/11/21
- 350/361: gnu: python-graphviz: Update to 0.20.3., guix-commits, 2024/11/21
- 352/361: gnu: python-apispec: Update to 6.7.1., guix-commits, 2024/11/21
- 353/361: gnu: python-flask-restful: Update to 0.3.10., guix-commits, 2024/11/21
- 355/361: gnu: Remove python-flask-jwt., guix-commits, 2024/11/21
- 357/361: gnu: python-httpbin: Update to 0.10.2., guix-commits, 2024/11/21
- 360/361: gnu: python-dirty-equals: Update to 0.8.0., guix-commits, 2024/11/21
- 89/361: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/11/21
- 54/361: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/11/21
- 68/361: gnu: Add python-isoduration., guix-commits, 2024/11/21
- 224/361: gnu: python-kiwisolver: Update to 1.4.6.,
guix-commits <=
- 234/361: gnu: python-jsonpickle: Adjust inputs., guix-commits, 2024/11/21
- 330/361: gnu: meson-python: Update to 0.17.1., guix-commits, 2024/11/21
- 356/361: gnu: python-apispec-webframeworks: Update to 1.2.0., guix-commits, 2024/11/21
- 358/361: gnu: python-pytest-httpbin: Update to 2.1.0., guix-commits, 2024/11/21
- 359/361: gnu: python-pytest-mpl: Update to 0.17.0., guix-commits, 2024/11/21
- 99/361: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/11/21
- 243/361: gnu: python-twine: Adjust inputs., guix-commits, 2024/11/21
- 225/361: gnu: python-array-api-compat: Update to 1.9.1., guix-commits, 2024/11/21
- 239/361: gnu: python-requests-toolbelt: Update to 1.0.0., guix-commits, 2024/11/21
- 244/361: gnu: python-notebook: Disable more failing tests., guix-commits, 2024/11/21