From 3e962d4a824bb2aa21e68fa3f870ffd8321950f2 Mon Sep 17 00:00:00 2001 From: Jakub Jedelsky Date: Apr 15 2015 15:36:07 +0000 Subject: Merge branch 'f22' into f21 --- diff --git a/.gitignore b/.gitignore index e73ad21..dcf3b18 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /v0.3.0.tar.gz /0.3.4.tar.gz /v0.3.5.tar.gz +/0.3.6.tar.gz diff --git a/sources b/sources index 96f262c..748dd57 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ed69b33840126b005b9e8da9c9784f64 v0.3.5.tar.gz +fcd87e6e2619e73d2fa873ab86f1650b 0.3.6.tar.gz diff --git a/vertica-python.spec b/vertica-python.spec index c56be45..18427e9 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.5 +Version: 0.3.6 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 Apr 15 2015 Jakub Jedelsky - 0.3.6-1 +- update to version 0.3.6 + * Wed Apr 08 2015 Jakub Jedelsky - 0.3.5-1 - update to version 0.3.5