GNU bug report logs - #78182
[PATCH v1] gnu: python-h5py: Update to 3.13.0.

Previous Next

Package: guix-patches;

Reported by: Jakob Kirsch <jakob.kirsch <at> web.de>

Date: Thu, 1 May 2025 10:24:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#78182: closed ([PATCH v1] gnu: python-h5py: Update to 3.13.0.)
Date: Thu, 01 May 2025 15:58:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 1 May 2025 16:57:29 +0100
with message-id <CAO+9K5oJstXFLebL4EXoQNeMRQMRdpCQG-cvmKUf3pb+TygQYQ <at> mail.gmail.com>
and subject line [PATCH v1] gnu: python-h5py: Update to 3.13.0.
has caused the debbugs.gnu.org bug report #78182,
regarding [PATCH v1] gnu: python-h5py: Update to 3.13.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
78182: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78182
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Jakob Kirsch <jakob.kirsch <at> web.de>
To: guix-patches <at> gnu.org
Subject: [PATCH v1] gnu: python-h5py: Update to 3.13.0.
Date: Thu, 1 May 2025 12:22:57 +0200
* gnu/packages/python-xyz.scm (python-h5py): Update to 3.13.0.

Change-Id: I312240bb0e84cbb18dc678d5e7aa6e8c18c09cfb
---
 gnu/packages/python-xyz.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9691c48781..859bdc57bb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3872,20 +3872,23 @@ (define-public python-h5netcdf
 (define-public python-h5py
   (package
     (name "python-h5py")
-    (version "3.8.0")
+    (version "3.13.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "h5py" version))
        (sha256
-        (base32 "0pyr6z4h2xqbp49yx2i1401gl6yqh03h771zslwcy0201hpxiskg"))))
+        (base32 "1hq5f5mnkv2138xsq7k7qncf6b7zc0cmm2fhhpd2603j31jy8w0q"))))
     (build-system python-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases
                   (add-after 'unpack 'fix-hdf5-paths
                     (lambda* (#:key inputs #:allow-other-keys)
                       (setenv "HDF5_DIR"
-                              (assoc-ref inputs "hdf5")))))))
+                              (assoc-ref inputs "hdf5"))))
+                  (add-after 'unpack 'disable-broken-test
+                    ; see https://github.com/h5py/h5py/blob/92ec254bf736127b8699e29090481bf5c78bbd49/h5py/tests/test_file.py#L227
+                    (lambda _ (substitute* "h5py/tests/test_file.py" (("\"\"\"Page buffer size must be greater than file space page size.\"\"\"") "return")))))))
     (propagated-inputs (list python-six python-numpy))
     (inputs (list hdf5))
     (native-inputs (list pkg-config python-cython python-ipython

base-commit: c8efb51982c3099a2a14b8412b2e258c522e94c5
-- 
2.49.0



[Message part 3 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 78182-done <at> debbugs.gnu.org
Subject: [PATCH v1] gnu: python-h5py: Update to 3.13.0.
Date: Thu, 1 May 2025 16:57:29 +0100
[Message part 4 (text/plain, inline)]
Hi,

It was updated in
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=93f4a0db0675fe847e1fb6bcd740393e0ddb4ceb

Closing as not applied.

Thanks.

VCS: https://github.incerto.xyz/; https://git.sr.ht/~hellseher/
GPG: 9847 81DE 689C 21C2 6418 0867 76D7 27BF F62C D2B5

… наш разум - превосходная объяснительная машина которая способна найти
смысл почти в чем угодно, истолковать любой феномен, но совершенно не в
состоянии принять мысль о непредсказуемости.
[Message part 5 (text/html, inline)]

This bug report was last modified 19 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.