From bd9c1f7c2f2ac1647515b666cab3fa66ea818ff4 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Thu, 6 Nov 2025 05:31:36 +0100 Subject: [PATCH] python-alembic: update to 1.17.1 --- mingw-w64-python-alembic/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-alembic/PKGBUILD b/mingw-w64-python-alembic/PKGBUILD index 85e197643f..94f8cdec4a 100644 --- a/mingw-w64-python-alembic/PKGBUILD +++ b/mingw-w64-python-alembic/PKGBUILD @@ -3,7 +3,7 @@ _realname=alembic pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.16.5 +pkgver=1.17.1 pkgrel=1 pkgdesc="Lightweight database migration tool for usage with SQLAlchemy (mingw-w64)" arch=('any') @@ -24,7 +24,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest" "${MINGW_PACKAGE_PREFIX}-python-mock") options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('a88bb7f6e513bd4301ecf4c7f2206fe93f9913f9b48dac3b78babde2d6fe765e') +sha256sums=('8a289f6778262df31571d29cca4c7fbacd2f0f582ea0816f4c399b6da7528486') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"