GNU bug report logs -
#77006
[PATCH 0/3] Update python-pint to 0.24.4
Previous Next
Reported by: Lars Bilke <lars.bilke <at> ufz.de>
Date: Fri, 14 Mar 2025 07:52:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 77006 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-pint): Update to 0.24.4.
Change-Id: I76752863dc6d62dd988979003b3fe56d8eeb3c8e
---
gnu/packages/python-xyz.scm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2ec476ba12..592405e594 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2149,13 +2149,12 @@ (define-public python-flexparser
(define-public python-pint
(package
(name "python-pint")
- (version "0.23")
+ (version "0.24.4")
(source (origin
(method url-fetch)
- (uri (pypi-uri "Pint" version))
+ (uri (pypi-uri "pint" version))
(sha256
- (base32
- "1d69dqs0j907x4hgz2k8f3zjzhgs9zvlw2k0gi955g3dc28rnl71"))))
+ (base32 "100vp5jg2sqj5wxaflj1rqjv2pk4fd55l2h2sdn7m0vlnlwm89rm"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -2175,8 +2174,8 @@ (define-public python-pint
python-pytest-mpl python-pytest-subtests
python-setuptools python-setuptools-scm python-wheel))
(propagated-inputs
- (list python-typing-extensions
- python-uncertainties))
+ (list python-flexcache python-flexparser
+ python-platformdirs python-typing-extensions))
(home-page "https://github.com/hgrecco/pint")
(synopsis "Physical quantities module")
(description
--
2.46.1
This bug report was last modified 67 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.