update to version 0.5.0

This commit is contained in:
Jakub Jedelsky 2015-07-03 10:40:41 +02:00
commit c1d99ab65a
4 changed files with 21 additions and 2 deletions

View file

@ -2,7 +2,7 @@
%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
Name: vertica-python
Version: 0.4.6
Version: 0.5.0
Release: 1%{?dist}
Summary: A native Python adapter for the Vertica database
@ -12,6 +12,7 @@ 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.2.0-dateutil15.patch
Patch1: vertica-python-0.5.0-crypt_windows.patch
BuildArch: noarch
BuildRequires: python2-devel
@ -40,6 +41,8 @@ vertica-python is a native Python adapter for the Vertica
%patch0 -p1
%endif
%patch1 -p1
%build
%{__python2} setup.py build
@ -57,6 +60,9 @@ vertica-python is a native Python adapter for the Vertica
%changelog
* Fri Jul 03 2015 Jakub Jedelsky <jakub.jedelsky@gmail.com> - 0.5.0-1
- update to version 0.5.0
* Mon Jun 22 2015 Jakub Jedelsky <jakub.jedelsky@gmail.com> - 0.4.6-1
- update to version 0.4.6