Merge branch 'f22' into el6
This commit is contained in:
commit
0041258447
4 changed files with 29 additions and 2 deletions
|
|
@ -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.3.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,15 @@ 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
|
||||
|
||||
* Tue Jun 16 2015 Jakub Jedelsky <jakub.jedelsky@gamil.com> - 0.4.5-1
|
||||
- update to version 0.4.5
|
||||
|
||||
* Wed Apr 15 2015 Jakub Jedelsky <jakub.jedelsky@gmail.com> - 0.3.6-1
|
||||
- update to version 0.3.6
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue