summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hsuan Yen2021-07-31 10:13:19 +0000
committerChih-Hsuan Yen2021-07-31 10:13:19 +0000
commitf55e8e848229d2fd81f145650d9487d420abefc8 (patch)
tree1d17a9c7f4a267d60b97c873234c896db0d5a68d
parent3f76af0d4c45f2453b2eca3037a56d57ce81c8a9 (diff)
downloadaur-f55e8e848229d2fd81f145650d9487d420abefc8.tar.gz
This version claims "support for sqlalchemy 1.4.x" [1]. However, its
test suite is still broken due to the usage of nose plugin of sqlalchemy, which has been removed since version 1.3 [2]. Given the upstream claim, and the test suite of python-sqlalchemy-migrate is green with python-ibm-db-sa 0.3.7, I assume it's indeed compatible with sqlalchemy 1.4 and I will mark the todo item [3] as done. [1] https://github.com/ibmdb/python-ibmdbsa/commit/330236edec7f4b5319a71d24400390cfb72e1b44 [2] https://github.com/sqlalchemy/sqlalchemy/commit/d427d0643b235ea0f6b50a357bbe5bdb087403c4 [3] https://archlinux.org/todo/python-sqlalchemy-update-to-14/
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3296ecbeea3..a48ffa20aa89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Kyle Keen <keenerd@gmail.com>
pkgname=python-ibm-db-sa
-pkgver=0.3.5
-pkgrel=4
+pkgver=0.3.7
+pkgrel=1
pkgdesc="SQLAlchemy support for IBM Data Servers"
url="https://pypi.python.org/pypi/ibm_db_sa"
license=('Apache')
@@ -13,7 +13,7 @@ depends=('python-sqlalchemy')
makedepends=('python-setuptools' 'python-sqlalchemy')
checkdepends=('python-nose' 'python-coverage')
source=("https://pypi.io/packages/source/i/ibm_db_sa/ibm_db_sa-$pkgver.tar.gz")
-sha512sums=('de98ed3111f507a965aae562caec67620a4b5d19f18609274e6e5fc788ad14472deacd55e6ea5f4704c8a907ca2899eeda32c4b4d3c8e2b5083f74cfb53f5fa3')
+sha512sums=('010cffbf9b288bc46e505537ceadf5287447da04c8f58d6c8163d416833c99cfd27e759cf7c206b76eb910409186bb40977fd52ed5ac720e2290fcd03cdfadf3')
build() {
cd ibm_db_sa-$pkgver