diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-30 17:37:41 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-30 17:37:41 +0000 |
commit | e6261c12adccf4dc2e5b8056155a94853365ec30 (patch) | |
tree | e7a76150e619336d79ce7cd1e0d3fed08191f3f9 | |
parent | 205261bc19da1c2e5ef0e46c8067cada21f1f98d (diff) |
automatic import of python-sqlalchemy-exasol
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-sqlalchemy-exasol.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /sqlalchemy_exasol-4.4.0.tar.gz +/sqlalchemy_exasol-4.5.1.tar.gz diff --git a/python-sqlalchemy-exasol.spec b/python-sqlalchemy-exasol.spec index 44f5ff0..7835e2b 100644 --- a/python-sqlalchemy-exasol.spec +++ b/python-sqlalchemy-exasol.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-sqlalchemy-exasol -Version: 4.4.0 +Version: 4.5.1 Release: 1 Summary: EXASOL dialect for SQLAlchemy License: BSD URL: https://www.exasol.com/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7d/49/150e6e8fb150efd7e5769fb59a4e6f3153a1c6af7c58c4b820382bb26ea4/sqlalchemy_exasol-4.4.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/95/02/fcdbd5736db1095fa7e2bc9ee1547c1f0b3ffbec9276f4d9127927b01ef4/sqlalchemy_exasol-4.5.1.tar.gz BuildArch: noarch Requires: python3-pyodbc @@ -33,7 +33,7 @@ Provides: python3-sqlalchemy-exasol-doc %prep -%autosetup -n sqlalchemy-exasol-4.4.0 +%autosetup -n sqlalchemy-exasol-4.5.1 %build %py3_build @@ -73,5 +73,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 4.4.0-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 4.5.1-1 - Package Spec generated @@ -1 +1 @@ -3bfe9a02fe61a704c96833d6062accb8 sqlalchemy_exasol-4.4.0.tar.gz +462f8f71372126027c83731665d7efb9 sqlalchemy_exasol-4.5.1.tar.gz |