From d59ff408ec06d9ee01439c300ca610703a66f2b6 Mon Sep 17 00:00:00 2001 From: Jakub Jedelsky Date: Fri, 10 May 2019 15:29:03 +0200 Subject: [PATCH] Upgrade to version 0.9.2 Remove of unnecessary requirement (psycopg2) Signed-off-by: Jakub Jedelsky --- .gitignore | 1 + sources | 2 +- vertica-python.spec | 12 +++++------- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index e80b166..3a93809 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /0.7.4.tar.gz /0.8.2.tar.gz /0.9.1.tar.gz +/0.9.2.tar.gz diff --git a/sources b/sources index a3eda36..6d029c7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (0.9.1.tar.gz) = 67cf013746264a942b085a194ddacaf2ae948d2d0c24541009c57218990b7adeb23fbfc4d28972ce55c70881dacee38daec503ed79aa10a1989fb14f66b97329 +SHA512 (0.9.2.tar.gz) = b0ae8f20f48125f4eba2b130980a0cefe6b8ea73e78750ccdc814eb9d567c345d09ec63069927d5d90676fe2f690731d4375b6be7003625d55b1855b03c9d301 diff --git a/vertica-python.spec b/vertica-python.spec index 1689175..e9b2ed5 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.1 +Version: 0.9.2 Release: 1%{?dist} Summary: A native Python adapter for the Vertica database @@ -40,13 +40,8 @@ Requires: python-setuptools %else Requires: python2-dateutil >= 1.5 %endif -%if 0%{?rhel} -Requires: python-psycopg2 -%else Requires: python2-pytz -Requires: python2-psycopg2 Requires: python2-future -%endif %{?python_provide:%python_provide python2-vertica} # Remove before F30 Provides: vertica-python = %{version}-%{release} @@ -63,7 +58,6 @@ BuildRequires: python%{python3_pkgversion}-setuptools Requires: python%{python3_pkgversion}-dateutil >= 1.5 Requires: python%{python3_pkgversion}-setuptools Requires: python%{python3_pkgversion}-pytz -Requires: python%{python3_pkgversion}-psycopg2 Requires: python%{python3_pkgversion}-future %{?python_provide:%python_provide python%{python3_pkgversion}-vertica} # Remove before F30 @@ -115,6 +109,10 @@ Obsoletes: vertica-python%{python3_pkgversion} < %{version}-%{release} %changelog +* Fri May 10 2019 Jakub Jedelsky - 0.9.2-1 +- Upgrade to version 0.9.2 +- Remove of unnecessary requirement (psycopg2) + * Tue Apr 02 2019 Jakub Jedelsky - 0.9.1-1 - Upgrade to version 0.9.1 - Fix bad EPEL dependencies of python2 package