Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-sqlmodel
Commits: a0fb261c by Robin Candau at 2025-10-08T20:35:40+02:00 upgpkg: 0.0.27-1: New upstream release https://github.com/fastapi/sqlmodel/releases/tag/0.0.27 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-sqlmodel pkgdesc = SQL databases in Python, designed for simplicity, compatibility, and robustness - pkgver = 0.0.26 + pkgver = 0.0.27 pkgrel = 1 url = https://sqlmodel.tiangolo.com arch = any @@ -17,7 +17,7 @@ pkgbase = python-sqlmodel depends = python-sqlalchemy depends = python-fastapi depends = pre-commit - source = python-sqlmodel-0.0.26.tar.gz::https://github.com/fastapi/sqlmodel/archive/refs/tags/0.0.26.tar.gz - sha256sums = 3ed3f68e99d79a1b328ce7a5206a003a87fb5b67127752fa9ef1332ac64c2156 + source = python-sqlmodel-0.0.27.tar.gz::https://github.com/fastapi/sqlmodel/archive/refs/tags/0.0.27.tar.gz + sha256sums = 8080ab14626f7dc997617f4564b4ce72cfdf784681c777ce6fdbc4e4f154d785 pkgname = python-sqlmodel ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-sqlmodel _pkgname=${pkgname#python-} -pkgver=0.0.26 +pkgver=0.0.27 pkgrel=1 pkgdesc="SQL databases in Python, designed for simplicity, compatibility, and robustness" url="https://sqlmodel.tiangolo.com" @@ -13,7 +13,7 @@ depends=('python' 'python-pydantic' 'python-sqlalchemy' 'python-fastapi' 'pre-co makedepends=('python-build' 'python-installer' 'python-wheel' 'python-pdm-backend') checkdepends=('python-pytest' 'python-httpx' 'python-dirty-equals') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/fastapi/sqlmodel/archive/refs/tags/${pkgver}.tar.gz") -sha256sums=('3ed3f68e99d79a1b328ce7a5206a003a87fb5b67127752fa9ef1332ac64c2156') +sha256sums=('8080ab14626f7dc997617f4564b4ce72cfdf784681c777ce6fdbc4e4f154d785') build() { cd "${_pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sqlmodel/-/commit/a0fb261c92e0a04f4f82a4d5d766c8d18510ff42 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sqlmodel/-/commit/a0fb261c92e0a04f4f82a4d5d766c8d18510ff42 You're receiving this email because of your account on gitlab.archlinux.org.
