From 0f9fdde3a568bae60d85de4721882a1a39afd510 Mon Sep 17 00:00:00 2001 From: Jakub Jedelsky Date: Tue, 19 Feb 2019 22:15:52 +0100 Subject: [PATCH 1/8] Upgrade to version 0.8.2 Signed-off-by: Jakub Jedelsky --- .gitignore | 1 + sources | 2 +- vertica-python.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fe2765a..6d8b8b4 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /0.6.14.tar.gz /0.7.3.tar.gz /0.7.4.tar.gz +/0.8.2.tar.gz diff --git a/sources b/sources index 4361d12..62b326a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (0.7.4.tar.gz) = c40614b724d580bca09b26abdb60c20d26878baee7f462ad0c53051e43071bd9eb953a07ec5c2501c7bc56914b17dc3a6f06b96d826cb5fe607fd4b5cde93081 +SHA512 (0.8.2.tar.gz) = dc4a633033c425d08c3dcfce036affe232ef210ae22f8a8e8582fd525d8b8e46f9b3c0dc19bef1972710964609f73f92aee2d5feb1c4d06d577796eaafd948ef diff --git a/vertica-python.spec b/vertica-python.spec index c03c2cc..1ca5401 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -8,7 +8,7 @@ %{!?py2_install: %global py2_install %{expand: CFLAGS="%{optflags}" %{__python2} setup.py %{?py_setup_args} install -O1 --skip-build --root $RPM_BUILD_ROOT}} Name: vertica-python -Version: 0.7.4 +Version: 0.8.2 Release: 1%{?dist} Summary: A native Python adapter for the Vertica database @@ -111,6 +111,9 @@ Obsoletes: vertica-python%{python3_pkgversion} < %{version}-%{release} %changelog +* Tue Feb 19 2019 Jakub Jedelsky - 0.8.2-1 +- Upgrade to version 0.8.2 + * Mon Sep 03 2018 Jakub Jedelsky - 0.7.4-1 - Upgrade to version 0.7.4 - Build python 3 subpackage even on RHEL >= 7 From 7ca55a48ca9d270923055644b5e096eb6b6ecfb9 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 2 Apr 2019 06:33:46 -0700 Subject: [PATCH 2/8] Rebuilt to change main python from 3.4 to 3.6 --- vertica-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vertica-python.spec b/vertica-python.spec index 1ca5401..3749f8f 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -9,7 +9,7 @@ Name: vertica-python Version: 0.8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A native Python adapter for the Vertica database Group: Development/Languages @@ -111,6 +111,9 @@ Obsoletes: vertica-python%{python3_pkgversion} < %{version}-%{release} %changelog +* Tue Apr 02 2019 Troy Dawson - 0.8.2-2 +- Rebuilt to change main python from 3.4 to 3.6 + * Tue Feb 19 2019 Jakub Jedelsky - 0.8.2-1 - Upgrade to version 0.8.2 From b3e6fafe0ffe83999d53bbab663b8a7d7b442905 Mon Sep 17 00:00:00 2001 From: Jakub Jedelsky Date: Tue, 2 Apr 2019 21:45:34 +0200 Subject: [PATCH 3/8] Upgrade to version 0.9.1 Fix bad EPEL dependencies of python2 package Signed-off-by: Jakub Jedelsky --- .gitignore | 1 + sources | 2 +- vertica-python.spec | 12 ++++++++++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6d8b8b4..e80b166 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.9.1.tar.gz diff --git a/sources b/sources index 62b326a..a3eda36 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (0.8.2.tar.gz) = dc4a633033c425d08c3dcfce036affe232ef210ae22f8a8e8582fd525d8b8e46f9b3c0dc19bef1972710964609f73f92aee2d5feb1c4d06d577796eaafd948ef +SHA512 (0.9.1.tar.gz) = 67cf013746264a942b085a194ddacaf2ae948d2d0c24541009c57218990b7adeb23fbfc4d28972ce55c70881dacee38daec503ed79aa10a1989fb14f66b97329 diff --git a/vertica-python.spec b/vertica-python.spec index 3749f8f..1689175 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -8,8 +8,8 @@ %{!?py2_install: %global py2_install %{expand: CFLAGS="%{optflags}" %{__python2} setup.py %{?py_setup_args} install -O1 --skip-build --root $RPM_BUILD_ROOT}} Name: vertica-python -Version: 0.8.2 -Release: 2%{?dist} +Version: 0.9.1 +Release: 1%{?dist} Summary: A native Python adapter for the Vertica database Group: Development/Languages @@ -40,9 +40,13 @@ Requires: python-setuptools %else Requires: python2-dateutil >= 1.5 %endif +%if 0%{?rhel} +Requires: python-psycopg2 +%else Requires: python2-pytz Requires: python2-psycopg2 Requires: python2-future +%endif %{?python_provide:%python_provide python2-vertica} # Remove before F30 Provides: vertica-python = %{version}-%{release} @@ -111,6 +115,10 @@ Obsoletes: vertica-python%{python3_pkgversion} < %{version}-%{release} %changelog +* Tue Apr 02 2019 Jakub Jedelsky - 0.9.1-1 +- Upgrade to version 0.9.1 +- Fix bad EPEL dependencies of python2 package + * Tue Apr 02 2019 Troy Dawson - 0.8.2-2 - Rebuilt to change main python from 3.4 to 3.6 From d59ff408ec06d9ee01439c300ca610703a66f2b6 Mon Sep 17 00:00:00 2001 From: Jakub Jedelsky Date: Fri, 10 May 2019 15:29:03 +0200 Subject: [PATCH 4/8] Upgrade to version 0.9.2 Remove of unnecessary requirement (psycopg2) Signed-off-by: Jakub Jedelsky --- .gitignore | 1 + sources | 2 +- vertica-python.spec | 12 +++++------- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index e80b166..3a93809 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /0.7.4.tar.gz /0.8.2.tar.gz /0.9.1.tar.gz +/0.9.2.tar.gz diff --git a/sources b/sources index a3eda36..6d029c7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (0.9.1.tar.gz) = 67cf013746264a942b085a194ddacaf2ae948d2d0c24541009c57218990b7adeb23fbfc4d28972ce55c70881dacee38daec503ed79aa10a1989fb14f66b97329 +SHA512 (0.9.2.tar.gz) = b0ae8f20f48125f4eba2b130980a0cefe6b8ea73e78750ccdc814eb9d567c345d09ec63069927d5d90676fe2f690731d4375b6be7003625d55b1855b03c9d301 diff --git a/vertica-python.spec b/vertica-python.spec index 1689175..e9b2ed5 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -8,7 +8,7 @@ %{!?py2_install: %global py2_install %{expand: CFLAGS="%{optflags}" %{__python2} setup.py %{?py_setup_args} install -O1 --skip-build --root $RPM_BUILD_ROOT}} Name: vertica-python -Version: 0.9.1 +Version: 0.9.2 Release: 1%{?dist} Summary: A native Python adapter for the Vertica database @@ -40,13 +40,8 @@ Requires: python-setuptools %else Requires: python2-dateutil >= 1.5 %endif -%if 0%{?rhel} -Requires: python-psycopg2 -%else Requires: python2-pytz -Requires: python2-psycopg2 Requires: python2-future -%endif %{?python_provide:%python_provide python2-vertica} # Remove before F30 Provides: vertica-python = %{version}-%{release} @@ -63,7 +58,6 @@ BuildRequires: python%{python3_pkgversion}-setuptools Requires: python%{python3_pkgversion}-dateutil >= 1.5 Requires: python%{python3_pkgversion}-setuptools Requires: python%{python3_pkgversion}-pytz -Requires: python%{python3_pkgversion}-psycopg2 Requires: python%{python3_pkgversion}-future %{?python_provide:%python_provide python%{python3_pkgversion}-vertica} # Remove before F30 @@ -115,6 +109,10 @@ Obsoletes: vertica-python%{python3_pkgversion} < %{version}-%{release} %changelog +* Fri May 10 2019 Jakub Jedelsky - 0.9.2-1 +- Upgrade to version 0.9.2 +- Remove of unnecessary requirement (psycopg2) + * Tue Apr 02 2019 Jakub Jedelsky - 0.9.1-1 - Upgrade to version 0.9.1 - Fix bad EPEL dependencies of python2 package From 76925bf172efaa8cb19bafec1baba99c6c25c002 Mon Sep 17 00:00:00 2001 From: Jakub Jedelsky Date: Sun, 23 Jun 2019 21:44:33 +0200 Subject: [PATCH 5/8] Update to version 0.9.3 Signed-off-by: Jakub Jedelsky --- .gitignore | 1 + sources | 2 +- vertica-python.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3a93809..e7d2b9d 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /0.8.2.tar.gz /0.9.1.tar.gz /0.9.2.tar.gz +/0.9.3.tar.gz diff --git a/sources b/sources index 6d029c7..400af00 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (0.9.2.tar.gz) = b0ae8f20f48125f4eba2b130980a0cefe6b8ea73e78750ccdc814eb9d567c345d09ec63069927d5d90676fe2f690731d4375b6be7003625d55b1855b03c9d301 +SHA512 (0.9.3.tar.gz) = 79cac8e8d62375d020fa0dc38a8710b541dc4e9719982810951e801c3571dadc9acb764afd3ce357525f32f43a43f7625b4bb17cef80f89a0a98ba5f7c913516 diff --git a/vertica-python.spec b/vertica-python.spec index e9b2ed5..6c4d155 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -8,7 +8,7 @@ %{!?py2_install: %global py2_install %{expand: CFLAGS="%{optflags}" %{__python2} setup.py %{?py_setup_args} install -O1 --skip-build --root $RPM_BUILD_ROOT}} Name: vertica-python -Version: 0.9.2 +Version: 0.9.3 Release: 1%{?dist} Summary: A native Python adapter for the Vertica database @@ -109,6 +109,9 @@ Obsoletes: vertica-python%{python3_pkgversion} < %{version}-%{release} %changelog +* Sun Jun 23 2019 Jakub Jedelsky - 0.9.3-1 +- Update to version 0.9.3 + * Fri May 10 2019 Jakub Jedelsky - 0.9.2-1 - Upgrade to version 0.9.2 - Remove of unnecessary requirement (psycopg2) From 0191ba87b7f96d95be5f2a7530e976c9dd18e57c Mon Sep 17 00:00:00 2001 From: Jakub Jedelsky Date: Fri, 29 Nov 2019 23:33:10 +0100 Subject: [PATCH 6/8] Update to version 0.10.0 support python3 by default Signed-off-by: Jakub Jedelsky --- .gitignore | 1 + sources | 2 +- vertica-python.spec | 38 +++++--------------------------------- 3 files changed, 7 insertions(+), 34 deletions(-) diff --git a/.gitignore b/.gitignore index e7d2b9d..418ad90 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /0.9.1.tar.gz /0.9.2.tar.gz /0.9.3.tar.gz +/0.10.0.tar.gz diff --git a/sources b/sources index 400af00..8f17b66 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (0.9.3.tar.gz) = 79cac8e8d62375d020fa0dc38a8710b541dc4e9719982810951e801c3571dadc9acb764afd3ce357525f32f43a43f7625b4bb17cef80f89a0a98ba5f7c913516 +SHA512 (0.10.0.tar.gz) = b2941f8395e98ddc25d2cc718f1d36ef814a9890e4114ec199f59cee46bcc962362ba93e65ec72bc9da049bb3e6c563d78c859e783d68762164c9701de38623b diff --git a/vertica-python.spec b/vertica-python.spec index 6c4d155..a9cfb9a 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -1,14 +1,5 @@ -%if 0%{?fedora} || 0%{?rhel} >= 7 -%global with_python3 1 -%endif - -%{!?__python2: %global __python2 /usr/bin/python2} -%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} -%{!?py2_build: %global py2_build %{expand: CFLAGS="%{optflags}" %{__python2} setup.py %{?py_setup_args} build --executable="%{__python2} -s"}} -%{!?py2_install: %global py2_install %{expand: CFLAGS="%{optflags}" %{__python2} setup.py %{?py_setup_args} install -O1 --skip-build --root $RPM_BUILD_ROOT}} - Name: vertica-python -Version: 0.9.3 +Version: 0.10.0 Release: 1%{?dist} Summary: A native Python adapter for the Vertica database @@ -16,15 +7,12 @@ Group: Development/Languages 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 BuildRequires: python2-devel BuildRequires: python2-setuptools - %global _description\ vertica-python is a native Python adapter for the Vertica\ (http://www.vertica.com) database.\ @@ -34,23 +22,15 @@ vertica-python is a native Python adapter for the Vertica\ %package -n python2-vertica Summary: %summary -%if 0%{?rhel} && 0%{?rhel} <= 6 -Requires: python-dateutil15 -Requires: python-setuptools -%else Requires: python2-dateutil >= 1.5 -%endif Requires: python2-pytz Requires: python2-future %{?python_provide:%python_provide python2-vertica} -# Remove before F30 Provides: vertica-python = %{version}-%{release} Obsoletes: vertica-python < %{version}-%{release} %description -n python2-vertica %_description -%if 0%{?with_python3} - %package -n python%{python3_pkgversion}-vertica Summary: %summary BuildRequires: python%{python3_pkgversion}-devel @@ -66,29 +46,19 @@ Obsoletes: vertica-python%{python3_pkgversion} < %{version}-%{release} %description -n python%{python3_pkgversion}-vertica %_description -%endif - %prep %setup -q -n vertica-python-%{version} -%if 0%{?rhel} && 0%{?rhel} <= 6 -%patch0 -p1 -%endif - %build %py2_build -%if 0%{?with_python3} %py3_build -%endif %install %py2_install -%if 0%{?with_python3} %py3_install -%endif %files -n python2-vertica @@ -98,17 +68,19 @@ Obsoletes: vertica-python%{python3_pkgversion} < %{version}-%{release} %dir %{python2_sitelib}/vertica_python %{python2_sitelib}/vertica_python/* -%if 0%{?with_python3} %files -n python%{python3_pkgversion}-vertica %license LICENSE %doc README.md %{python3_sitelib}/*.egg-info %dir %{python3_sitelib}/vertica_python %{python3_sitelib}/vertica_python/* -%endif %changelog +* Fri Nov 29 2019 Jakub Jedelsky - 0.10.0-1 +- Update to version 0.10.0 +- support python3 by default + * Sun Jun 23 2019 Jakub Jedelsky - 0.9.3-1 - Update to version 0.9.3 From b308d3358105f9244dd08c725e0a2a5dff3f4854 Mon Sep 17 00:00:00 2001 From: Jakub Jedelsky Date: Sun, 29 Dec 2019 17:56:34 +0100 Subject: [PATCH 7/8] Update to version 0.10.1 Signed-off-by: Jakub Jedelsky --- .gitignore | 1 + sources | 2 +- vertica-python.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 418ad90..a679450 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /0.9.2.tar.gz /0.9.3.tar.gz /0.10.0.tar.gz +/0.10.1.tar.gz diff --git a/sources b/sources index 8f17b66..4f9bde1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (0.10.0.tar.gz) = b2941f8395e98ddc25d2cc718f1d36ef814a9890e4114ec199f59cee46bcc962362ba93e65ec72bc9da049bb3e6c563d78c859e783d68762164c9701de38623b +SHA512 (0.10.1.tar.gz) = 9dcc42c96cd29886955d405473d2e03f4bedfe220191451c68cfd8144fdf72ecbcc571a4def0688816f51a65e65469e83651f6d2c140f93de3dcb75faf601611 diff --git a/vertica-python.spec b/vertica-python.spec index a9cfb9a..324632d 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -1,5 +1,5 @@ Name: vertica-python -Version: 0.10.0 +Version: 0.10.1 Release: 1%{?dist} Summary: A native Python adapter for the Vertica database @@ -77,6 +77,9 @@ Obsoletes: vertica-python%{python3_pkgversion} < %{version}-%{release} %changelog +* Sun Dec 29 2019 Jakub Jedelsky - 0.10.1-1 +- Update to version 0.10.1 + * Fri Nov 29 2019 Jakub Jedelsky - 0.10.0-1 - Update to version 0.10.0 - support python3 by default From 975ce783100fcae555879b2c435a0e6f8a040a88 Mon Sep 17 00:00:00 2001 From: Jakub Jedelsky Date: Tue, 31 Mar 2020 16:11:52 +0200 Subject: [PATCH 8/8] Update to version 0.10.3 Signed-off-by: Jakub Jedelsky --- .gitignore | 1 + sources | 2 +- vertica-python.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a679450..f46cf15 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /0.9.3.tar.gz /0.10.0.tar.gz /0.10.1.tar.gz +/0.10.3.tar.gz diff --git a/sources b/sources index 4f9bde1..95b1163 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (0.10.1.tar.gz) = 9dcc42c96cd29886955d405473d2e03f4bedfe220191451c68cfd8144fdf72ecbcc571a4def0688816f51a65e65469e83651f6d2c140f93de3dcb75faf601611 +SHA512 (0.10.3.tar.gz) = f1524456a1f1c663e2db9e89ba3750219eac66518051eec1e2ca575e072ef417d21dd00a2e1fa11de2a575c6ccf35d63f741c8da18dfd25625c77a18eaf29048 diff --git a/vertica-python.spec b/vertica-python.spec index 324632d..629e669 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -1,5 +1,5 @@ Name: vertica-python -Version: 0.10.1 +Version: 0.10.3 Release: 1%{?dist} Summary: A native Python adapter for the Vertica database @@ -77,6 +77,9 @@ Obsoletes: vertica-python%{python3_pkgversion} < %{version}-%{release} %changelog +* Tue Mar 31 2020 Jakub Jedelsky - 0.10.3-1 +- Update to version 0.10.3 + * Sun Dec 29 2019 Jakub Jedelsky - 0.10.1-1 - Update to version 0.10.1