Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-tifffile
Commits:
8544d321 by Jakub Klinkovský at 2025-10-17T07:44:01+02:00
upgpkg: 2025.10.16-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-tifffile
pkgdesc = Read and write TIFF files
- pkgver = 2025.10.4
+ pkgver = 2025.10.16
pkgrel = 1
url = https://github.com/cgohlke/tifffile
arch = any
@@ -19,7 +19,7 @@ pkgbase = python-tifffile
optdepends = python-matplotlib: for plotting
optdepends = python-zarr: for opening Zarr stores
optdepends = tk: for Tkinter file open dialog
- source =
python-tifffile-2025.10.4.tar.gz::https://github.com/cgohlke/tifffile/archive/refs/tags/v2025.10.4.tar.gz
- b2sums =
5dd69e8a8fbaf39f18c7ed1edc25aaf1e2c12fdaf6593c84b4346dd58471e9ed13c7ca491ead1321c87e98128c19d68c8504aefb5440a2d52766ced942512f6c
+ source =
python-tifffile-2025.10.16.tar.gz::https://github.com/cgohlke/tifffile/archive/refs/tags/v2025.10.16.tar.gz
+ b2sums =
df4b16596110f7db0ea6c2f371a14e4dc92f45a3337535c7f276c20c3daf7845eb90f5874f8a9281b226cafc085ef2725d6004e80b9aacb015a7aabee50ef402
pkgname = python-tifffile
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_name=tifffile
pkgname=python-$_name
-pkgver=2025.10.4
+pkgver=2025.10.16
pkgrel=1
pkgdesc="Read and write TIFF files"
arch=(any)
@@ -31,7 +31,7 @@ optdepends=(
'tk: for Tkinter file open dialog'
)
source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
-b2sums=('5dd69e8a8fbaf39f18c7ed1edc25aaf1e2c12fdaf6593c84b4346dd58471e9ed13c7ca491ead1321c87e98128c19d68c8504aefb5440a2d52766ced942512f6c')
+b2sums=('df4b16596110f7db0ea6c2f371a14e4dc92f45a3337535c7f276c20c3daf7845eb90f5874f8a9281b226cafc085ef2725d6004e80b9aacb015a7aabee50ef402')
build() {
cd $_name-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tifffile/-/commit/8544d3214813a7710a37d8d82e96d67fc13281fd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tifffile/-/commit/8544d3214813a7710a37d8d82e96d67fc13281fd
You're receiving this email because of your account on gitlab.archlinux.org.