python3-SQLAlchemy2: update to 2.0.41.

This commit is contained in:
Andrew J. Hesford 2025-07-28 10:36:23 -04:00
parent afec9bc59e
commit cfdc2cc058

View file

@ -1,9 +1,8 @@
# Template file for 'python3-SQLAlchemy2'
pkgname=python3-SQLAlchemy2
version=2.0.36
version=2.0.41
revision=1
build_style=python3-pep517
make_install_target="dist/SQLAlchemy-${version}-*-*-*.whl"
hostmakedepends="python3-setuptools python3-Cython python3-wheel"
makedepends="python3-devel"
depends="python3-greenlet python3-typing_extensions"
@ -14,7 +13,7 @@ license="MIT"
homepage="https://www.sqlalchemy.org"
changelog="https://docs.sqlalchemy.org/en/20/changelog/"
distfiles="${PYPI_SITE}/s/sqlaLchemy/sqlalchemy-${version}.tar.gz"
checksum=7f2767680b6d2398aea7082e45a774b2b0767b5c8d8ffb9c8b683088ea9b29c5
checksum=edba70118c4be3c2b1f90754d308d0b79c6fe2c0fdc52d8ddf603916f83f4db9
conflicts="python3-SQLAlchemy"