From b3e6fafe0ffe83999d53bbab663b8a7d7b442905 Mon Sep 17 00:00:00 2001 From: Jakub Jedelsky Date: Tue, 2 Apr 2019 21:45:34 +0200 Subject: [PATCH] Upgrade to version 0.9.1 Fix bad EPEL dependencies of python2 package Signed-off-by: Jakub Jedelsky --- .gitignore | 1 + sources | 2 +- vertica-python.spec | 12 ++++++++++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6d8b8b4..e80b166 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /0.7.3.tar.gz /0.7.4.tar.gz /0.8.2.tar.gz +/0.9.1.tar.gz diff --git a/sources b/sources index 62b326a..a3eda36 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (0.8.2.tar.gz) = dc4a633033c425d08c3dcfce036affe232ef210ae22f8a8e8582fd525d8b8e46f9b3c0dc19bef1972710964609f73f92aee2d5feb1c4d06d577796eaafd948ef +SHA512 (0.9.1.tar.gz) = 67cf013746264a942b085a194ddacaf2ae948d2d0c24541009c57218990b7adeb23fbfc4d28972ce55c70881dacee38daec503ed79aa10a1989fb14f66b97329 diff --git a/vertica-python.spec b/vertica-python.spec index 3749f8f..1689175 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -8,8 +8,8 @@ %{!?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.8.2 -Release: 2%{?dist} +Version: 0.9.1 +Release: 1%{?dist} Summary: A native Python adapter for the Vertica database Group: Development/Languages @@ -40,9 +40,13 @@ 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} @@ -111,6 +115,10 @@ Obsoletes: vertica-python%{python3_pkgversion} < %{version}-%{release} %changelog +* Tue Apr 02 2019 Jakub Jedelsky - 0.9.1-1 +- Upgrade to version 0.9.1 +- Fix bad EPEL dependencies of python2 package + * Tue Apr 02 2019 Troy Dawson - 0.8.2-2 - Rebuilt to change main python from 3.4 to 3.6