diff --git a/.gitignore b/.gitignore index 6d8b8b4..8d46762 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /0.7.3.tar.gz /0.7.4.tar.gz /0.8.2.tar.gz +/0.10.0.tar.gz diff --git a/sources b/sources index 62b326a..8f17b66 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (0.8.2.tar.gz) = dc4a633033c425d08c3dcfce036affe232ef210ae22f8a8e8582fd525d8b8e46f9b3c0dc19bef1972710964609f73f92aee2d5feb1c4d06d577796eaafd948ef +SHA512 (0.10.0.tar.gz) = b2941f8395e98ddc25d2cc718f1d36ef814a9890e4114ec199f59cee46bcc962362ba93e65ec72bc9da049bb3e6c563d78c859e783d68762164c9701de38623b diff --git a/vertica-python.spec b/vertica-python.spec index 74c1c59..2d3f73e 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -1,18 +1,15 @@ Name: vertica-python -Version: 0.8.2 -Release: 4%{?dist} +Version: 0.10.0 +Release: 1%{?dist} Summary: A native Python adapter for the Vertica database License: MIT URL: https://github.com/uber/vertica-python Source0: https://github.com/uber/vertica-python/archive/%{version}.tar.gz -# EPEL 6 patch -Patch0: vertica-python-0.7.3-dateutil15.patch BuildArch: noarch - %global _description\ vertica-python is a native Python adapter for the Vertica\ (http://www.vertica.com) database.\ @@ -37,10 +34,6 @@ Requires: python%{python3_pkgversion}-future %prep %setup -q -n vertica-python-%{version} -%if 0%{?rhel} && 0%{?rhel} <= 6 -%patch0 -p1 -%endif - %build %py3_build @@ -59,6 +52,9 @@ Requires: python%{python3_pkgversion}-future %changelog +* Fri Nov 29 2019 Jakub Jedelsky - 0.10.0-1 +- Update to version 0.10.0 + * Thu Oct 03 2019 Miro HronĨok - 0.8.2-4 - Rebuilt for Python 3.8.0rc1 (#1748018)