1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
|
bitshuffle (0.5.2-1) unstable; urgency=medium
* New upstream version 0.5.2
* d/control: B-D pkg-config -> pkgconf
-- Picca Frédéric-Emmanuel <picca@debian.org> Tue, 19 Nov 2024 12:18:11 +0100
bitshuffle (0.5.1-2) unstable; urgency=medium
* Team Upload
* d/control:
- Maintainer is now
Debian PaN Maintainers <debian-pan-maintainers@alioth-lists.debian.net>
- Moved Thorsten Alteholz <debian@alteholz.de> to Uploaders
- Added more uploaders:
- Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
- Picca Frédéric-Emmanuel <picca@debian.org>
- B-D: do not hardcode the mpi version and instead use the default-mpi-[X] packages.
* d/rules:
- the zstd pkgconf file is names libzstd and not zstd
- do not use allow-run-as-root which is not available with mpich.
* Bug fix: "switch to hdf5/mpich on 32 bit architectures or remove 32
bit binary packages", thanks to Sebastian Ramacher (Closes: #1081719).
* Bug fix: "What about moving bitshuffle into debian-science", thanks to
Picca Frédéric-Emmanuel (Closes: #959964).
-- Picca Frédéric-Emmanuel <picca@debian.org> Sun, 22 Sep 2024 10:33:11 +0200
bitshuffle (0.5.1-1.3) unstable; urgency=medium
* Non-maintainer upload.
* New patch gcc14.patch to fix FTBFS against GCC-14 (closes: #1074848)
-- Gilles Filippini <pini@debian.org> Fri, 16 Aug 2024 21:57:44 +0200
bitshuffle (0.5.1-1.2) unstable; urgency=medium
* Non-maintainer upload.
* d/patches/0005-remove-march-and-mcpu-to-avoid-FTBFS.patch
- Hopefully it will fix a bunch of FTBFS.
-- Picca Frédéric-Emmanuel <picca@debian.org> Mon, 08 Jan 2024 10:56:15 +0100
bitshuffle (0.5.1-1.1) unstable; urgency=medium
* Non-maintainer upload.
[ Enrico Zini ]
* added provides and autopkgtests after
https://salsa.debian.org/science-team/h5f-packaging-guidelines
Closes: #1032583
[ Picca Frédéric-Emmanuel ]
* Standards-Version: 4.6.2 (routine-update)
* debhelper-compat 13 (routine-update)
* Remove trailing whitespace in debian/copyright (routine-update)
* Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
* Add salsa-ci file (routine-update)
* d/patches/*: gbp pq rebased on the new upstream version
* d/control: Added B-D dh-sequence-numpy3 whcih was missing in d/rules.
* d/control: Added B-D pybuild-plugin-pyproject
* d/control: Added B-D python3-h5py
- Bug fix: "FTBFS: ImportError: cannot import name h5d", thanks to Lucas
Nussbaum (Closes: #1054716).
* d/control: Added B-D hdf5-tools <!nocheck> in order to run tests.
* Bug fix: "please add autopkgtests (to add coverage for
python3-numpy)", thanks to Sandro Tosi (Closes: #1035129).
* Bug fix: "runtime dependency on cython", thanks to Matthias Klose
(Closes: #1057984).
* Bug fix: "Fails to build source after successful build", thanks to
Lucas Nussbaum (Closes: #1043669).
-- Picca Frédéric-Emmanuel <picca@debian.org> Fri, 22 Dec 2023 17:08:17 +0100
bitshuffle (0.3.5-4) unstable; urgency=medium
[Picca Frédéric-Emmanuel]
* Bug fix: "Unvendor liblzf", thanks to Timo Röhling (Closes: #958322).
* Unvendor liblz4
* Built hdf5 plugins for serial and openmpi version of hdf5, and install
them at the expected default location.
[Thorsten Alteholz]
* debian/control: bump standard to 3.6.0
* debian/control: set Rules-Requires-Root: no
-- Thorsten Alteholz <debian@alteholz.de> Mon, 07 Feb 2022 22:03:38 +0100
bitshuffle (0.3.5-3.1) unstable; urgency=medium
* Non-maintainer upload.
[ Drew Parsons <dparsons@debian.org>, Gilles Filippini <pini@debian.org> ]
* Closes: #955456
- fix-deprecated.patch: fix test_h5filter.py and test_h5plugin.py
to open files with flag 'w' when required
- Build-Depends: python3-h5py-mpi to force using the mpi flavour
of h5py
- override_dh_auto_test:
- Run the tests via mpirun so that h5py knows it has to invoke its
mpi implementation
- Launch the tests for each python version separately to permit MPI
initialization at each run
-- Gilles Filippini <pini@debian.org> Tue, 07 Apr 2020 20:50:47 +0200
bitshuffle (0.3.5-3) unstable; urgency=medium
* don't use -march=native when building the package
-- Thorsten Alteholz <debian@alteholz.de> Sun, 01 Dec 2019 19:03:38 +0100
bitshuffle (0.3.5-2) unstable; urgency=medium
* the build failure reported on s390x was triggered by an issue
with openmpi (which also introduced the -march=z15 flag)
(Closes: #945331)
* debian/control: bump standard to 4.4.1 (no changes)
-- Thorsten Alteholz <debian@alteholz.de> Sat, 30 Nov 2019 19:03:38 +0100
bitshuffle (0.3.5-1) unstable; urgency=medium
* Initial release
-- Thorsten Alteholz <debian@alteholz.de> Tue, 20 Aug 2019 19:29:38 +0200
|