python-tifffile: update to 2025.10.16 (#25980)

This commit is contained in:
Miloš Komarčević 2025-10-17 11:01:00 +02:00 committed by GitHub
parent 4b82d1558b
commit ee113b07d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
_realname=tifffile
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2025.10.4
pkgver=2025.10.16
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=('2e437c16ab211be5bcdc79f71b4907359115f1f83b5d919e7c297c29725d3e38')
sha256sums=('425179ec7837ac0e07bc95d2ea5bea9b179ce854967c12ba07fc3f093e58efc1')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"