update to new version

This commit is contained in:
Jakub Jedelsky 2014-06-13 16:40:47 +02:00
commit 90fb7dbc28
3 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/0.2.0.tar.gz
/0.2.1.tar.gz
/0.2.3.tar.gz

View file

@ -1 +1 @@
487cb907da0d193f47c1538eda6d8e32 0.2.1.tar.gz
5d9fd10d3b846bad6d2e158f722750c0 0.2.3.tar.gz

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.2.1
Version: 0.2.3
Release: 1%{?dist}
Summary: A native Python adapter for the Vertica database
@ -16,9 +16,8 @@ Patch0: vertica-python-0.2.0-dateutil15.patch
BuildArch: noarch
BuildRequires: python2-devel
BuildRequires: python-setuptools
BuildRequires: python-pip
%if 0%{?rhel} <= 6
%if 0%{?rhel} && 0%{?rhel} <= 6
Requires: python-dateutil15
Requires: python-setuptools
%else
@ -37,7 +36,7 @@ vertica-python is a native Python adapter for the Vertica
%prep
%setup -q -n vertica-python-%{version}
%if 0%{?rhel} <= 6
%if 0%{?rhel} && 0%{?rhel} <= 6
%patch0 -p1
%endif
@ -58,6 +57,9 @@ vertica-python is a native Python adapter for the Vertica
%changelog
* Fri Jun 13 2014 Jakub Jedelsky <jakub.jedelsky@gmail.com> - 0.2.3-1
- update to new version
* Thu Apr 24 2014 Jakub Jedelsky <jakub.jedelsky@gmail.com> - 0.2.1-1
- new version update