guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 7915122ba893a7674e736a09d7c1f2121e624b6b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 10 08:44:58 2026 +0000
gnu: python-timezonefinder: Use python-numpy@1.
* gnu/packages/time.scm (python-timezonefinder):
[propagated-inputs]: Remove python-numpy; add python-numpy-1.
Change-Id: I2dbe7cc50b1af1453d99ac2dcfd61ffaca1aa4dd
---
gnu/packages/time.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 6469a63acc..6871ac4157 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -530,6 +530,8 @@ aniso8601.")
(build-system pyproject-build-system)
(arguments
(list
+ ;; tests: 106 passed, 1 deselected
+ ;;
;; TODO: Guix has lower python-pytz than required in the latest
;; version: pytz.exceptions.UnknownTimeZoneError:
;; 'America/Ciudad_Juarez'
@@ -538,7 +540,7 @@ aniso8601.")
(native-inputs
(list python-poetry-core python-pytest python-setuptools))
(propagated-inputs
- (list python-cffi python-h3-3 python-numba python-numpy python-pytz))
+ (list python-cffi python-h3-3 python-numba python-numpy-1 python-pytz))
(home-page "https://timezonefinder.michelfe.it/gui")
(synopsis "Finding the timezone of any coordinates on Earth offline")
(description "This is a python package for looking up the corresponding