Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-h5py


Commits:
f9abd8a6 by Antonio Rojas at 2024-09-27T20:33:25+02:00
upgpkg: 3.12.1-1: Update to 3.12.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,25 +1,28 @@
 pkgbase = python-h5py
        pkgdesc = General-purpose Python bindings for the HDF5 library
-       pkgver = 3.11.0
-       pkgrel = 5
+       pkgver = 3.12.1
+       pkgrel = 1
        url = https://www.h5py.org/
        arch = x86_64
-       license = BSD
+       license = BSD-3-Clause
        checkdepends = python-pytest
        checkdepends = python-pytest-mpi
        checkdepends = python-pytables
        makedepends = cython
        makedepends = python-pkgconfig
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-wheel
        makedepends = python-setuptools
        depends = hdf5
        depends = liblzf
        depends = python-numpy
        conflicts = hdf5-openmpi
-       source = 
https://files.pythonhosted.org/packages/source/h/h5py/h5py-3.11.0.tar.gz
+       source = 
https://files.pythonhosted.org/packages/source/h/h5py/h5py-3.12.1.tar.gz
        source = remove-version-check.patch
        validpgpkeys = AC47F71DB275ECD0B3DA46E857FA4540DD4EFCF7
        validpgpkeys = 96B7334D7610EE3E68AFFE589E027116943D6A8B
-       sha256sums = 
7b7e8f78072a2edec87c9836f25f34203fd492a4475709a18b417a33cfb21fa9
+       sha256sums = 
326d70b53d31baa61f00b8aa5f95c2fcb9621a3ee8365d770c551a13dbbcbfdf
        sha256sums = 
621f108e5e95dc250047501447d0dc633fbf3f8bf19e4c4b4c4d5a286864664c
 
 pkgname = python-h5py


=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@
 
 _pkg=h5py
 pkgname=python-${_pkg}
-pkgver=3.11.0
-pkgrel=5
+pkgver=3.12.1
+pkgrel=1
 pkgdesc="General-purpose Python bindings for the HDF5 library"
 arch=(x86_64)
 url="https://www.h5py.org/";
@@ -18,7 +18,7 @@ checkdepends=(python-pytest python-pytest-mpi python-pytables)
 conflicts=(hdf5-openmpi)
 
source=(https://files.pythonhosted.org/packages/source/h/${_pkg}/${_pkg}-${pkgver}.tar.gz
         remove-version-check.patch)
-sha256sums=('7b7e8f78072a2edec87c9836f25f34203fd492a4475709a18b417a33cfb21fa9'
+sha256sums=('326d70b53d31baa61f00b8aa5f95c2fcb9621a3ee8365d770c551a13dbbcbfdf'
             '621f108e5e95dc250047501447d0dc633fbf3f8bf19e4c4b4c4d5a286864664c')
 validpgpkeys=(AC47F71DB275ECD0B3DA46E857FA4540DD4EFCF7  # Thomas A Caswell 
(Brookhaven National Lab) <[email protected]>
               96B7334D7610EE3E68AFFE589E027116943D6A8B) # Thomas A Caswell 
<[email protected]> (new key)
@@ -49,4 +49,4 @@ package() {
   cd ${_pkg}-${pkgver}
   python -m installer --destdir="$pkgdir" dist/*.whl
   install -Dm644 licenses/license.txt -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}
\ No newline at end of file
+}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-h5py/-/commit/f9abd8a63a757f88e8464ad828dbb676d0d18673

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-h5py/-/commit/f9abd8a63a757f88e8464ad828dbb676d0d18673
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to