python3-SQLAlchemy2: update to 2.0.42.

This commit is contained in:
icp 2025-08-03 17:26:22 +05:30
parent e16fb0cc25
commit f1fdacc8fb

View file

@ -1,8 +1,9 @@
# Template file for 'python3-SQLAlchemy2'
pkgname=python3-SQLAlchemy2
version=2.0.41
version=2.0.42
revision=1
build_style=python3-pep517
make_check_args="--ignore=test/typing/test_mypy.py" # requires mypy>=1.17
hostmakedepends="python3-setuptools python3-Cython python3-wheel"
makedepends="python3-devel"
depends="python3-greenlet python3-typing_extensions"
@ -11,9 +12,9 @@ short_desc="SQL Toolkit and Object Relational Mapper for Python3 (v2)"
maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://www.sqlalchemy.org"
changelog="https://docs.sqlalchemy.org/en/20/changelog/"
changelog="https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html"
distfiles="${PYPI_SITE}/s/sqlaLchemy/sqlalchemy-${version}.tar.gz"
checksum=edba70118c4be3c2b1f90754d308d0b79c6fe2c0fdc52d8ddf603916f83f4db9
checksum=160bedd8a5c28765bd5be4dec2d881e109e33b34922e50a3b881a7681773ac5f
conflicts="python3-SQLAlchemy"