Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fc6deb2de2 | ||
|
|
30c7902c1f | ||
|
|
e06f4d11c9 |
4 changed files with 20 additions and 24 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1 +1,4 @@
|
|||
/0.2.0.tar.gz
|
||||
/0.2.1.tar.gz
|
||||
/0.2.3.tar.gz
|
||||
/v0.3.0.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
da4f73d2d63e6253491977e80726ee85 0.2.0.tar.gz
|
||||
32fae364820e51e04e6d74f7465a226c v0.3.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
diff --git a/vertica_python/__init__.py b/vertica_python/__init__.py
|
||||
index 487f376..ea24bf3 100644
|
||||
--- a/vertica_python/__init__.py
|
||||
+++ b/vertica_python/__init__.py
|
||||
@@ -24,7 +24,7 @@ from vertica_python.errors import TimedOutError, ConnectionError, SSLNotSupporte
|
||||
# Main module for this library.
|
||||
|
||||
# The version number of this library.
|
||||
-version_info = (0, 1, 9)
|
||||
+version_info = (0, 2, 0)
|
||||
__version__ = '.'.join(map(str, version_info))
|
||||
|
||||
__author__ = 'Uber Technologies, Inc'
|
||||
|
|
@ -2,24 +2,22 @@
|
|||
%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
||||
|
||||
Name: vertica-python
|
||||
Version: 0.2.0
|
||||
Release: 4%{?dist}
|
||||
Version: 0.3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A native Python adapter for the Vertica database
|
||||
|
||||
Group: Development/Languages
|
||||
License: MIT
|
||||
URL: https://github.com/uber/vertica-python
|
||||
Source0: https://github.com/uber/vertica-python/archive/%{version}.tar.gz
|
||||
Patch0: vertica-python-0.2.0-version.patch
|
||||
Source0: https://github.com/uber/vertica-python/archive/v%{version}.tar.gz
|
||||
# EPEL 6 patch
|
||||
Patch1: vertica-python-0.2.0-dateutil15.patch
|
||||
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,10 +35,9 @@ vertica-python is a native Python adapter for the Vertica
|
|||
|
||||
%prep
|
||||
%setup -q -n vertica-python-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%if 0%{?rhel} <= 6
|
||||
%patch1 -p1
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 6
|
||||
%patch0 -p1
|
||||
%endif
|
||||
|
||||
|
||||
|
|
@ -60,6 +57,15 @@ vertica-python is a native Python adapter for the Vertica
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 15 2014 Jakub Jedelsky <jakub.jedelsky@gooddata.com> - 0.3.0-1
|
||||
- update to version 0.3.0
|
||||
|
||||
* 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
|
||||
|
||||
* Fri Mar 28 2014 Jakub Jedelsky <jakub.jedelsky@gmail.com> - 0.2.0-4
|
||||
- remove buildrood tag
|
||||
- edit dateutil patch for el6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue