summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2024-02-14 12:25:44 +0800
committerUniversebenzene2024-02-14 12:25:44 +0800
commit2fb26b07c576bd385878ac24655e3cd08065d33a (patch)
tree46e40bce1efc0d1960072f0d6919cfb70ea72070
parent12d60400e6a37d1be08059b695eeca4798addcbd (diff)
downloadaur-2fb26b07c576bd385878ac24655e3cd08065d33a.tar.gz
Update to version 2024.2.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95e140ffca09..7354e83a620d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-tifffile
pkgdesc = Read and write image data from and to TIFF files
- pkgver = 2024.1.30
+ pkgver = 2024.2.12
pkgrel = 1
url = https://github.com/cgohlke/tifffile
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-tifffile
makedepends = python-setuptools
makedepends = python-sphinx
makedepends = python-numpy
- source = https://files.pythonhosted.org/packages/source/t/tifffile/tifffile-2024.1.30.tar.gz
- sha256sums = 66cf1fbc3fee8f87670ffd415c1e758ea1779376bdfaa9d0dc6ce634e6bc52ea
+ source = https://files.pythonhosted.org/packages/source/t/tifffile/tifffile-2024.2.12.tar.gz
+ sha256sums = 4920a3ec8e8e003e673d3c6531863c99eedd570d1b8b7e141c072ed78ff8030d
pkgname = python-tifffile
depends = python-numpy>=1.26.3
diff --git a/PKGBUILD b/PKGBUILD
index 7d1097df065d..c5676d0d2ab2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=python-tifffile
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}" "python-${_pyname}-doc")
-pkgver=2024.1.30
+pkgver=2024.2.12
pkgrel=1
pkgdesc="Read and write image data from and to TIFF files"
arch=('any')
@@ -18,7 +18,7 @@ checkdepends=('python-pytest'
'python-imagecodecs') # numpy ? xarray
# 'python-fsspec'
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-sha256sums=('66cf1fbc3fee8f87670ffd415c1e758ea1779376bdfaa9d0dc6ce634e6bc52ea')
+sha256sums=('4920a3ec8e8e003e673d3c6531863c99eedd570d1b8b7e141c072ed78ff8030d')
build() {
cd ${srcdir}/${_pyname}-${pkgver}