diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-25 05:56:08 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 05:56:08 +0000 |
| commit | bab54ff2e1565ee9f6bc9f26223aa1f749588d3d (patch) | |
| tree | db310c6e47995e8e6337b6a8d4b98e2a321defcc | |
| parent | 3cce28207d32077e77fffec18d34544df5bbec0a (diff) | |
automatic import of python-mindsdb-sqlopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-mindsdb-sql.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /mindsdb_sql-0.5.1.tar.gz +/mindsdb_sql-0.6.1.tar.gz diff --git a/python-mindsdb-sql.spec b/python-mindsdb-sql.spec index 2208c43..ac68b96 100644 --- a/python-mindsdb-sql.spec +++ b/python-mindsdb-sql.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-mindsdb-sql -Version: 0.5.1 +Version: 0.6.1 Release: 1 Summary: Pure python SQL parser License: GPL-3.0 URL: https://github.com/mindsdb/mindsdb_sql -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/93/a8/e542f25ae36e20063e14e328df149a27dd14ef79a0c6a7aa896044ec2184/mindsdb_sql-0.5.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bc/6a/9b17c4771c530f941c8b29c3962c465c08249e31b75ef36390f85b9328ea/mindsdb_sql-0.6.1.tar.gz BuildArch: noarch Requires: python3-sly @@ -31,7 +31,7 @@ Provides: python3-mindsdb-sql-doc %prep -%autosetup -n mindsdb-sql-0.5.1 +%autosetup -n mindsdb-sql-0.6.1 %build %py3_build @@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.1-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.1-1 - Package Spec generated @@ -1 +1 @@ -b616e8785df962322cabdf93c7caf25a mindsdb_sql-0.5.1.tar.gz +f2c1557a374feb987a9195175299aa44 mindsdb_sql-0.6.1.tar.gz |
