diff --git a/.gitignore b/.gitignore index fe2765a..6d8b8b4 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /0.6.14.tar.gz /0.7.3.tar.gz /0.7.4.tar.gz +/0.8.2.tar.gz diff --git a/sources b/sources index 4361d12..62b326a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (0.7.4.tar.gz) = c40614b724d580bca09b26abdb60c20d26878baee7f462ad0c53051e43071bd9eb953a07ec5c2501c7bc56914b17dc3a6f06b96d826cb5fe607fd4b5cde93081 +SHA512 (0.8.2.tar.gz) = dc4a633033c425d08c3dcfce036affe232ef210ae22f8a8e8582fd525d8b8e46f9b3c0dc19bef1972710964609f73f92aee2d5feb1c4d06d577796eaafd948ef diff --git a/vertica-python.spec b/vertica-python.spec index c03c2cc..1ca5401 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -8,7 +8,7 @@ %{!?py2_install: %global py2_install %{expand: CFLAGS="%{optflags}" %{__python2} setup.py %{?py_setup_args} install -O1 --skip-build --root $RPM_BUILD_ROOT}} Name: vertica-python -Version: 0.7.4 +Version: 0.8.2 Release: 1%{?dist} Summary: A native Python adapter for the Vertica database @@ -111,6 +111,9 @@ Obsoletes: vertica-python%{python3_pkgversion} < %{version}-%{release} %changelog +* Tue Feb 19 2019 Jakub Jedelsky - 0.8.2-1 +- Upgrade to version 0.8.2 + * Mon Sep 03 2018 Jakub Jedelsky - 0.7.4-1 - Upgrade to version 0.7.4 - Build python 3 subpackage even on RHEL >= 7