python-imageio: update to 2.27.0

This commit is contained in:
Miloš Komarčević
2023-03-29 16:19:32 +02:00
committed by GitHub
parent 996d9fc812
commit c5f7f906ce

View File

@@ -4,7 +4,7 @@
_realname=imageio
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.26.1
pkgver=2.27.0
pkgrel=1
pkgdesc="Python library for reading and writing a wide range of image, video, scientific, and volumetric data formats (mingw-w64)"
arch=('any')
@@ -18,7 +18,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-freeimage: for FreeImage backend"
"${MINGW_PACKAGE_PREFIX}-python-tifffile: for working with TIFF files")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("${_realname}-${pkgver}.tar.gz"::"${url}/archive/v${pkgver}.tar.gz")
sha256sums=('c05811ae905d6251a05ec718ca225f1f24ca303bae754e1777efa0311029fb54')
sha256sums=('7512163685cfdeb781667b21c92657c2ea11c70d2d93b2ab402c526a4f22b1b8')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}"