python-maturin: update to 0.14.7

This commit is contained in:
Mehdi Chinoune
2022-12-22 17:56:34 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 0b66a9a95b
commit de81bc9e96

View File

@@ -3,7 +3,7 @@
_realname=maturin
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=0.14.6
pkgver=0.14.7
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=('28ac0c34b55f938ba03aa123fec6b01ebec925e12ee37dd6967fa20d986d082c'
sha256sums=('cb1c01084f681f60e5825e76deb63f64cd41f360d67927acccad3a08dd3c7fff'
'5d363f2540f84651439f47782c9d60ababde58f7187b09945040f3795745bf45')
prepare() {