diff --git a/.gitignore b/.gitignore index 3a93809..e7d2b9d 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /0.8.2.tar.gz /0.9.1.tar.gz /0.9.2.tar.gz +/0.9.3.tar.gz diff --git a/sources b/sources index 6d029c7..400af00 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (0.9.2.tar.gz) = b0ae8f20f48125f4eba2b130980a0cefe6b8ea73e78750ccdc814eb9d567c345d09ec63069927d5d90676fe2f690731d4375b6be7003625d55b1855b03c9d301 +SHA512 (0.9.3.tar.gz) = 79cac8e8d62375d020fa0dc38a8710b541dc4e9719982810951e801c3571dadc9acb764afd3ce357525f32f43a43f7625b4bb17cef80f89a0a98ba5f7c913516 diff --git a/vertica-python.spec b/vertica-python.spec index e9b2ed5..6c4d155 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.9.2 +Version: 0.9.3 Release: 1%{?dist} Summary: A native Python adapter for the Vertica database @@ -109,6 +109,9 @@ Obsoletes: vertica-python%{python3_pkgversion} < %{version}-%{release} %changelog +* Sun Jun 23 2019 Jakub Jedelsky - 0.9.3-1 +- Update to version 0.9.3 + * Fri May 10 2019 Jakub Jedelsky - 0.9.2-1 - Upgrade to version 0.9.2 - Remove of unnecessary requirement (psycopg2)