summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2023-11-08 20:58:35 +0800
committerLeo Mao2023-11-08 20:58:35 +0800
commit47ee17a6b3716610f316594051eaf8b8d3015737 (patch)
tree5191329251807e964f2467234fcc59db9ec99505
parentc4e02e71ee26b177f5d1c227a99e10c78d764994 (diff)
downloadaur-47ee17a6b3716610f316594051eaf8b8d3015737.tar.gz
upgpkg: python-imageio 2.32.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52c19ca782f2..9045db83cf2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-imageio
pkgdesc = a Python library that provides an easy interface to read and write a wide range of image data
- pkgver = 2.31.5
- pkgrel = 4
+ pkgver = 2.32.0
+ pkgrel = 1
url = https://github.com/imageio/imageio
arch = any
license = BSD
@@ -16,7 +16,7 @@ pkgbase = python-imageio
optdepends = freeimage
optdepends = python-astropy
optdepends = python-simpleitk
- source = python-imageio-2.31.5.tar.gz::https://github.com/imageio/imageio/archive/v2.31.5.tar.gz
- sha256sums = a04e1d87e01734c8981c2989b1d2b5bd729821705b09066cfc6c31d5ffe0ffd7
+ source = python-imageio-2.32.0.tar.gz::https://github.com/imageio/imageio/archive/v2.32.0.tar.gz
+ sha256sums = 87b6eeac48bfa4042cd78a8efd0bf67cc32d338b3fe484045086f7389bee7b2b
pkgname = python-imageio
diff --git a/PKGBUILD b/PKGBUILD
index a56b112c86d2..9f4559036ad7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname="python-imageio"
_pkgname="imageio"
-pkgver=2.31.5
-pkgrel=4
+pkgver=2.32.0
+pkgrel=1
pkgdesc="a Python library that provides an easy interface to read and write a wide range of image data"
arch=('any')
_github="imageio/imageio"
@@ -14,7 +14,7 @@ depends=('python-numpy' 'python-pillow')
optdepends=('avbin' 'python-imageio-ffmpeg' 'freeimage' 'python-astropy' 'python-simpleitk')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/imageio/imageio/archive/v${pkgver}.tar.gz")
-sha256sums=('a04e1d87e01734c8981c2989b1d2b5bd729821705b09066cfc6c31d5ffe0ffd7')
+sha256sums=('87b6eeac48bfa4042cd78a8efd0bf67cc32d338b3fe484045086f7389bee7b2b')
build() {
msg "Building Python 3"