python-sqlalchemy: Update to 2.0.17

This commit is contained in:
Christoph Reiter
2023-06-25 12:18:32 +02:00
parent 11c76d8f05
commit fa5551078c

View File

@@ -7,7 +7,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=2.0.16
pkgver=2.0.17
pkgrel=1
pkgdesc="Python SQL toolkit and Object Relational Mapper (mingw-w64)"
arch=('any')
@@ -27,7 +27,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest-runner"
"${MINGW_PACKAGE_PREFIX}-python-pytest-xdist"
"${MINGW_PACKAGE_PREFIX}-python-mock")
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('1e2caba78e7d1f5003e88817b7a1754d4e58f4a8f956dc423bf8e304c568ab09')
sha256sums=('e186e9e95fb5d993b075c33fe4f38a22105f7ce11cecb5c17b5618181e356702')
# Helper macros to help make tasks easier #
apply_patch_with_msg() {