[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/16: gnu: python-tables: Update to 3.7.0.
From: |
guix-commits |
Subject: |
07/16: gnu: python-tables: Update to 3.7.0. |
Date: |
Tue, 30 Apr 2024 17:55:00 -0400 (EDT) |
rekado pushed a commit to branch wip-python-team
in repository guix.
commit 82dc0d1b06a1a468687d32ec8445a309f27d6ce9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 30 18:39:09 2024 +0200
gnu: python-tables: Update to 3.7.0.
* gnu/packages/python-xyz.scm (python-tables): Update to 3.7.0.
[propagated-inputs]: Add python-packaging and python-py-cpuinfo.
Change-Id: I8653bef9a07bb898933b249aad92ddb2b79b8d85
---
gnu/packages/python-xyz.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3ad17fd429..35a74fcf34 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15595,14 +15595,14 @@ tasks, sockets, files, locks, and queues.")
(define-public python-tables
(package
(name "python-tables")
- (version "3.6.1")
+ (version "3.7.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "tables" version))
(sha256
(base32
- "0j8vnxh2m5n0cyk9z3ndcj5n1zj5rdxgc1gb78bqlyn2lyw75aa9"))
+ "1zp1qmas4pgcag9sn0gwd40c6ibn9bg056d6ckjq7agjsrx8hap9"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -15659,7 +15659,8 @@ tasks, sockets, files, locks, and queues.")
(string-append "--hdf5="
(assoc-ref inputs "hdf5"))))))))
(propagated-inputs
- (list python-numexpr python-numpy))
+ (list python-numexpr python-numpy python-packaging
+ python-py-cpuinfo))
(native-inputs
(list python-cython pkg-config))
(inputs
- branch wip-python-team updated (5ef3a4c727 -> 467b59c4df), guix-commits, 2024/04/30
- 02/16: gnu: python-tabulate: Update to 0.9.0., guix-commits, 2024/04/30
- 03/16: gnu: python-pandas-stub: Update to 2.1.1.230928., guix-commits, 2024/04/30
- 05/16: gnu: apache-arrow: Build with ORC., guix-commits, 2024/04/30
- 01/16: gnu: python-pandas-2: Fix version., guix-commits, 2024/04/30
- 06/16: gnu: python-pyarrow: Build with ORC support., guix-commits, 2024/04/30
- 09/16: gnu: python-partd: Update to 1.4.1., guix-commits, 2024/04/30
- 10/16: gnu: Add python-dask-expr., guix-commits, 2024/04/30
- 14/16: gnu: Add python-awkward., guix-commits, 2024/04/30
- 16/16: gnu: python-anndata: Update to 0.10.7., guix-commits, 2024/04/30
- 07/16: gnu: python-tables: Update to 3.7.0.,
guix-commits <=
- 11/16: gnu: python-distributed: Update to 2024.4.2., guix-commits, 2024/04/30
- 15/16: gnu: Add python-array-api-compat., guix-commits, 2024/04/30
- 04/16: gnu: Add apache-orc., guix-commits, 2024/04/30
- 08/16: gnu: python-dask: Update to 2024.4.2., guix-commits, 2024/04/30
- 12/16: gnu: Add python-scikit-build-core., guix-commits, 2024/04/30
- 13/16: gnu: Add python-awkward-cpp., guix-commits, 2024/04/30