Upgrade to version 0.9.1
Fix bad EPEL dependencies of python2 package Signed-off-by: Jakub Jedelsky <jakub.jedelsky@gmail.com>
This commit is contained in:
parent
7ca55a48ca
commit
b3e6fafe0f
3 changed files with 12 additions and 3 deletions
|
|
@ -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 <jakub.jedelsky@gmail.com> - 0.9.1-1
|
||||
- Upgrade to version 0.9.1
|
||||
- Fix bad EPEL dependencies of python2 package
|
||||
|
||||
* Tue Apr 02 2019 Troy Dawson <tdawson@redhat.com> - 0.8.2-2
|
||||
- Rebuilt to change main python from 3.4 to 3.6
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue