Merge pull request #18981 from lazka/python-maturin-1.3.1

python-maturin: Update to 1.3.1
This commit is contained in:
Christoph Reiter
2023-10-27 19:31:58 +02:00
committed by GitHub

View File

@@ -3,7 +3,7 @@
_realname=maturin
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=1.3.0
pkgver=1.3.1
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'
@@ -23,7 +23,7 @@ makedepends=(
options=(!strip)
source=("https://pypi.io/packages/source/${_realname:0:1}/${_realname}/${_realname}-${pkgver}.tar.gz"
"001-fix-default-target-on-mingw-32bit.patch")
sha256sums=('f6c69bc7ae147a5effd55587447b35cab1ceb726ba244d08698bc7518b8688ac'
sha256sums=('efa194e99ae5fff185263d8244acacb12ae256ea73aba62c9446f6075ffc7ac1'
'5d363f2540f84651439f47782c9d60ababde58f7187b09945040f3795745bf45')
prepare() {