python-tifffile: update to 2025.6.1 (#24448)

This commit is contained in:
Miloš Komarčević
2025-06-02 07:16:54 +02:00
committed by GitHub
parent 0f37046113
commit e90d17c14f

View File

@@ -4,7 +4,7 @@
_realname=tifffile
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2025.5.26
pkgver=2025.6.1
pkgrel=1
pkgdesc="Read and write image data from and to TIFF files (mingw-w64)"
arch=('any')
@@ -26,7 +26,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-imagecodecs: required only for encod
"${MINGW_PACKAGE_PREFIX}-python-lxml: required only for validating and printing XML")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('512ad634b142a8aa7e3004f81acb81cd5b0f2ccd16979cb1ef2f01a7fd971bfc')
sha256sums=('63cff7cf7305c26e3f3451c0b05fd95a09252beef4f1663227d4b70cb75c5fdb')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"