python-alembic: update to 1.14.0

This commit is contained in:
Mehdi Chinoune
2025-01-07 17:53:22 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent cc4319e24f
commit cbcdf4a88c

View File

@@ -6,8 +6,8 @@ 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=1.13.1
pkgrel=3
pkgver=1.14.0
pkgrel=1
pkgdesc="Lightweight database migration tool for usage with SQLAlchemy (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -27,7 +27,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=('4932c8558bf68f2ee92b9bbcb8218671c627064d5b08939437af6d77dc05e595')
sha256sums=('b00892b53b3642d0b8dbedba234dbf1924b69be83a9a769d5a624b01094e304b')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"