From 63e5c1690c8d6ae61e1b6a3ed34c2f3ee696ab1e Mon Sep 17 00:00:00 2001 From: Jakub Jedelsky Date: Jan 22 2015 16:20:47 +0000 Subject: update to version 0.3.3 --- diff --git a/.gitignore b/.gitignore index c303886..2b2521f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /0.2.1.tar.gz /0.2.3.tar.gz /v0.3.0.tar.gz +/0.3.4.tar.gz diff --git a/sources b/sources index 62b017d..5adf6c2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -32fae364820e51e04e6d74f7465a226c v0.3.0.tar.gz +0ac26d4f59b5445511403e17baddf923 0.3.4.tar.gz diff --git a/vertica-python.spec b/vertica-python.spec index 3647a15..cfc562a 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.3.0 +Version: 0.3.4 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/v%{version}.tar.gz +Source0: https://github.com/uber/vertica-python/archive/%{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 Jan 21 2015 Jakub Jedelsky - 0.3.4-1 +- update to version 0.3.3 + * Wed Oct 15 2014 Jakub Jedelsky - 0.3.0-1 - update to version 0.3.0