* update python-sqlalchemy to 2.0.36-2
This commit is contained in:
parent
63e836f09a
commit
db8195a986
@ -1,9 +1,13 @@
|
||||
pkgbase = python-sqlalchemy
|
||||
pkgdesc = Python SQL toolkit and Object Relational Mapper
|
||||
pkgver = 2.0.36
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://www.sqlalchemy.org/
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
arch = powerpc64
|
||||
arch = powerpc
|
||||
arch = riscv64
|
||||
license = MIT
|
||||
checkdepends = python-pytest
|
||||
checkdepends = python-pytest-xdist
|
||||
|
@ -7,7 +7,7 @@ pkgname=python-sqlalchemy
|
||||
_name="${pkgname#python-}"
|
||||
pkgver=2.0.36
|
||||
_ver="rel_${pkgver//./_}"
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url="https://www.sqlalchemy.org/"
|
||||
license=('MIT')
|
||||
|
Loading…
x
Reference in New Issue
Block a user