From bcb61afbb25778e0dcf49ecdea69066b14582510 Mon Sep 17 00:00:00 2001 From: Jakub Jedelsky Date: Fri, 29 Nov 2019 23:46:37 +0100 Subject: [PATCH] Update to version 0.10.0 Signed-off-by: Jakub Jedelsky --- .gitignore | 1 + sources | 2 +- vertica-python.spec | 14 +++++--------- 3 files changed, 7 insertions(+), 10 deletions(-) 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 40bc6a2..578ec44 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -1,18 +1,15 @@ Name: vertica-python -Version: 0.8.2 -Release: 2%{?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 + * Sat Jul 27 2019 Fedora Release Engineering - 0.8.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild