diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-vertica-python.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /vertica-python-1.3.1.tar.gz +/vertica-python-1.3.2.tar.gz diff --git a/python-vertica-python.spec b/python-vertica-python.spec index f870b9e..82e7625 100644 --- a/python-vertica-python.spec +++ b/python-vertica-python.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-vertica-python -Version: 1.3.1 +Version: 1.3.2 Release: 1 Summary: Official native Python client for the Vertica database. License: Apache License 2.0 URL: https://github.com/vertica/vertica-python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/60/1b/492fc9e9ae93a146e8ca401fd2d80dfbf6b42e152ca62b3f88eeebc4c7ba/vertica-python-1.3.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/97/2e/5980a65d6966c1294ced62a6092fa1bfedff13eb1f91c16f51931e94f3c8/vertica-python-1.3.2.tar.gz BuildArch: noarch Requires: python3-dateutil @@ -39,7 +39,7 @@ vertica-python is the official Vertica database client for the Python programmin %prep -%autosetup -n vertica-python-1.3.1 +%autosetup -n vertica-python-1.3.2 %build %py3_build @@ -79,5 +79,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.1-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.2-1 - Package Spec generated @@ -1 +1 @@ -cd4d8f06912ec8b446d4c8ec1c69e4cf vertica-python-1.3.1.tar.gz +30334670a7da2d267141701976ad85ea vertica-python-1.3.2.tar.gz |