summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2023-12-10 17:00:21 +0800
committerUniversebenzene2023-12-10 17:00:21 +0800
commit29c3a6e77222c93609d3d4976d9f7ec03bafa1ac (patch)
tree2a42ae42d5ab57e5f2f658bdc0d00aed1ee7cc75
parent205ee4061b180aba800424be0756b99b6cb72488 (diff)
downloadaur-29c3a6e77222c93609d3d4976d9f7ec03bafa1ac.tar.gz
Update to version 2023.12.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b2a3c45f052..ff6858ad69bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-tifffile
pkgdesc = Read and write image data from and to TIFF files
- pkgver = 2023.9.26
+ pkgver = 2023.12.9
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-2023.9.26.tar.gz
- sha256sums = 67e355e4595aab397f8405d04afe1b4ae7c6f62a44e22d933fee1a571a48c7ae
+ source = https://files.pythonhosted.org/packages/source/t/tifffile/tifffile-2023.12.9.tar.gz
+ sha256sums = 9dd1da91180a6453018a241ff219e1905f169384355cd89c9ef4034c1b46cdb8
pkgname = python-tifffile
depends = python-numpy>=1.25.2
diff --git a/PKGBUILD b/PKGBUILD
index e928878ccccc..6affe0581b14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=python-tifffile
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}" "python-${_pyname}-doc")
-pkgver=2023.9.26
+pkgver=2023.12.9
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=('67e355e4595aab397f8405d04afe1b4ae7c6f62a44e22d933fee1a571a48c7ae')
+sha256sums=('9dd1da91180a6453018a241ff219e1905f169384355cd89c9ef4034c1b46cdb8')
build() {
cd ${srcdir}/${_pyname}-${pkgver}