python-maturin: update to 0.14.10

This commit is contained in:
Mehdi Chinoune
2023-01-15 09:51:45 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 9016b64017
commit 0cb87e184c

View File

@@ -3,7 +3,7 @@
_realname=maturin
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=0.14.8
pkgver=0.14.10
pkgrel=1
pkgdesc='Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages (mingw-w64)'
url='https://github.com/pyo3/maturin'
@@ -20,7 +20,7 @@ makedepends=(
${MINGW_PACKAGE_PREFIX}-python-setuptools-rust)
source=("${_realname}-${pkgver}.tar.gz::https://github.com/pyo3/${_realname}/archive/v${pkgver}.tar.gz"
"001-fix-default-target-on-mingw-32bit.patch")
sha256sums=('f774862c7321aa80c68bb41f0b0e611aa8d75c2fec5d53b24009c7cf9d394e4d'
sha256sums=('8fc9bcdcb7f1535d5e3e8bb500c348ca1bff5a6dce87b0ab7dbc5a49723da28a'
'5d363f2540f84651439f47782c9d60ababde58f7187b09945040f3795745bf45')
prepare() {