python-sqlalchemy: update to 2.0.43

This commit is contained in:
Dirk Stolle
2025-08-12 02:05:10 +02:00
parent 85bc085af3
commit be72e5e123

View File

@@ -3,7 +3,7 @@
_realname=sqlalchemy
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.0.42
pkgver=2.0.43
pkgrel=1
pkgdesc="Python SQL toolkit and Object Relational Mapper (mingw-w64)"
arch=('any')
@@ -27,7 +27,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest"
"${MINGW_PACKAGE_PREFIX}-python-pytest-xdist"
"${MINGW_PACKAGE_PREFIX}-python-mock")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('160bedd8a5c28765bd5be4dec2d881e109e33b34922e50a3b881a7681773ac5f')
sha256sums=('788bfcef6787a7764169cfe9859fe425bf44559619e1d9f56f5bddf2ebf6f417')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"