Update to version 0.10.0

Signed-off-by: Jakub Jedelsky <jakub.jedelsky@gmail.com>
This commit is contained in:
Jakub Jedelsky 2019-11-29 23:46:37 +01:00
commit bcb61afbb2
3 changed files with 7 additions and 10 deletions

View file

@ -1,18 +1,15 @@
Name: vertica-python
Version: 0.8.2
Release: 2%{?dist}
Version: 0.10.0
Release: 1%{?dist}
Summary: A native Python adapter for the Vertica database
License: MIT
URL: https://github.com/uber/vertica-python
Source0: https://github.com/uber/vertica-python/archive/%{version}.tar.gz
# EPEL 6 patch
Patch0: vertica-python-0.7.3-dateutil15.patch
BuildArch: noarch
%global _description\
vertica-python is a native Python adapter for the Vertica\
(http://www.vertica.com) database.\
@ -37,10 +34,6 @@ Requires: python%{python3_pkgversion}-future
%prep
%setup -q -n vertica-python-%{version}
%if 0%{?rhel} && 0%{?rhel} <= 6
%patch0 -p1
%endif
%build
%py3_build
@ -59,6 +52,9 @@ Requires: python%{python3_pkgversion}-future
%changelog
* Fri Nov 29 2019 Jakub Jedelsky <jakub.jedelsky@gmail.com> - 0.10.0-1
- Update to version 0.10.0
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild