[arch-commits] Commit in python-ibm-db-sa/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Sat Jul 31 10:13:19 UTC 2021


    Date: Saturday, July 31, 2021 @ 10:13:19
  Author: yan12125
Revision: 991073

upgpkg: python-ibm-db-sa 0.3.7-1

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/

Modified:
  python-ibm-db-sa/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-31 08:38:28 UTC (rev 991072)
+++ PKGBUILD	2021-07-31 10:13:19 UTC (rev 991073)
@@ -3,8 +3,8 @@
 # Contributor: Kyle Keen <keenerd at 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 @@
 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



More information about the arch-commits mailing list