diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-21 16:23:19 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 16:23:19 +0000 |
| commit | 56b8bbde4a012792b1f6db5b28c49e12a43a45aa (patch) | |
| tree | fe1ee16ac44d362a8ab8db873f5bd8e7c5443004 | |
| parent | ecc98eff34a65fb85d5410c49d6e5e136c896e42 (diff) | |
automatic import of python-ibm-db-saopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-ibm-db-sa.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /ibm_db_sa-0.3.9.tar.gz +/ibm_db_sa-0.4.0.tar.gz diff --git a/python-ibm-db-sa.spec b/python-ibm-db-sa.spec index af2c844..4eb1929 100644 --- a/python-ibm-db-sa.spec +++ b/python-ibm-db-sa.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-ibm-db-sa -Version: 0.3.9 +Version: 0.4.0 Release: 1 Summary: SQLAlchemy support for IBM Data Servers License: Apache License 2.0 URL: http://pypi.python.org/pypi/ibm_db_sa/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/19/3e/2d57038241616cf97a4f4e6141985cb57902f418eb4ae3563864cd96d7e2/ibm_db_sa-0.3.9.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9b/27/93659519d3ada28c6c512668feeef754fd4230d88a19820380f718214ab5/ibm_db_sa-0.4.0.tar.gz BuildArch: noarch Requires: python3-sqlalchemy @@ -30,7 +30,7 @@ Provides: python3-ibm-db-sa-doc The IBM_DB_SA adapter provides the Python/SQLAlchemy interface to IBM Data Servers. %prep -%autosetup -n ibm-db-sa-0.3.9 +%autosetup -n ibm-db-sa-0.4.0 %build %py3_build @@ -70,5 +70,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.9-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.0-1 - Package Spec generated @@ -1 +1 @@ -61d9cabe586441c0cc1487273c78c35a ibm_db_sa-0.3.9.tar.gz +79d4aba8471c380306069b6bb03276c6 ibm_db_sa-0.4.0.tar.gz |
