diff --git a/.gitignore b/.gitignore index f58f40a..d435253 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /0.5.1.tar.gz /0.5.4.tar.gz /0.5.5.tar.gz +/0.6.14.tar.gz diff --git a/sources b/sources index 162df34..2f06f3d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -98810ac9df9518e7ac7629e7cc3d9d57 0.5.5.tar.gz +SHA512 (0.6.14.tar.gz) = 8dd046eed23fdd7d88fcc971dde185edcb5d2610a01e1749e23518b9f5146f753623c28b123b86a2e0308110fdd826fea47743d1cf1139dc7527ade449339973 diff --git a/vertica-python.spec b/vertica-python.spec index 4724477..a7a5236 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -2,8 +2,8 @@ %{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: vertica-python -Version: 0.5.5 -Release: 4%{?dist} +Version: 0.6.14 +Release: 1%{?dist} Summary: A native Python adapter for the Vertica database Group: Development/Languages @@ -27,6 +27,7 @@ Requires: python-dateutil >= 1.5 Requires: pytz Requires: python-psycopg2 +Requires: python2-future %description @@ -60,6 +61,9 @@ vertica-python is a native Python adapter for the Vertica %changelog +* Fri Apr 21 2017 Jakub Jedelsky - 0.6.14-1 +- Update to version 0.6.14 + * Sat Feb 11 2017 Fedora Release Engineering - 0.5.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild