[vertica-python/el6] update to version 0.3.0

Jakub Jedelsky kubo at fedoraproject.org
Tue Nov 4 20:26:39 UTC 2014


commit 85feb69105063e485f965a69cecea21b5d329de4
Author: Jakub Jedelsky <jakub.jedelsky at gmail.com>
Date:   Thu Oct 16 16:36:07 2014 +0200

    update to version 0.3.0

 .gitignore          |    1 +
 sources             |    2 +-
 vertica-python.spec |    7 +++++--
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d8db7bc..c303886 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /0.2.0.tar.gz
 /0.2.1.tar.gz
 /0.2.3.tar.gz
+/v0.3.0.tar.gz
diff --git a/sources b/sources
index 6d4826a..62b017d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5d9fd10d3b846bad6d2e158f722750c0  0.2.3.tar.gz
+32fae364820e51e04e6d74f7465a226c  v0.3.0.tar.gz
diff --git a/vertica-python.spec b/vertica-python.spec
index d867dca..165dd7a 100644
--- a/vertica-python.spec
+++ b/vertica-python.spec
@@ -2,14 +2,14 @@
 %{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           vertica-python
-Version:        0.2.3
+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
+Source0:        https://github.com/uber/vertica-python/archive/v%{version}.tar.gz
 # EPEL 6 patch
 Patch0:         vertica-python-0.2.0-dateutil15.patch
 
@@ -57,6 +57,9 @@ vertica-python is a native Python adapter for the Vertica
 
 
 %changelog
+* Wed Oct 15 2014 Jakub Jedelsky <jakub.jedelsky at gooddata.com> - 0.3.0-1
+- update to version 0.3.0
+
 * Fri Jun 13 2014 Jakub Jedelsky <jakub.jedelsky at gmail.com> - 0.2.3-1
 - update to new version
 


More information about the scm-commits mailing list