From 17b1f1da23086816bf76a5369d14d5d4109d38d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 14 Jan 2019 18:27:51 +0100 Subject: [PATCH 01/28] Subpackage python2-vertica has been removed --- vertica-python.spec | 57 ++++----------------------------------------- 1 file changed, 5 insertions(+), 52 deletions(-) diff --git a/vertica-python.spec b/vertica-python.spec index c03c2cc..62c4718 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -1,15 +1,6 @@ -%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.7.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A native Python adapter for the Vertica database Group: Development/Languages @@ -20,8 +11,6 @@ Source0: https://github.com/uber/vertica-python/archive/%{version}.tar.gz Patch0: vertica-python-0.7.3-dateutil15.patch BuildArch: noarch -BuildRequires: python2-devel -BuildRequires: python2-setuptools @@ -32,26 +21,6 @@ vertica-python is a native Python adapter for the Vertica\ %description %_description -%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-psycopg2 -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 @@ -62,14 +31,9 @@ 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 -Provides: vertica-python%{python3_pkgversion} = %{version}-%{release} -Obsoletes: vertica-python%{python3_pkgversion} < %{version}-%{release} %description -n python%{python3_pkgversion}-vertica %_description -%endif - %prep %setup -q -n vertica-python-%{version} @@ -80,37 +44,26 @@ Obsoletes: vertica-python%{python3_pkgversion} < %{version}-%{release} %build -%py2_build -%if 0%{?with_python3} %py3_build -%endif %install -%py2_install -%if 0%{?with_python3} %py3_install -%endif -%files -n python2-vertica -%license LICENSE -%doc README.md -%{python2_sitelib}/*.egg-info -%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 +* Mon Jan 14 2019 Miro Hrončok - 0.7.4-2 +- Subpackage python2-vertica has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + * 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 fbc60ae972fb862bf1d5f4ded7cd9a7576576f4d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:29 +0100 Subject: [PATCH 02/28] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- vertica-python.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/vertica-python.spec b/vertica-python.spec index 62c4718..d432993 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -3,7 +3,6 @@ Version: 0.7.4 Release: 2%{?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/%{version}.tar.gz From 49d39f5d0ac5678d01107637460303cab8637e19 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 11:14:06 +0000 Subject: [PATCH 03/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vertica-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vertica-python.spec b/vertica-python.spec index d432993..e3791e9 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -1,6 +1,6 @@ Name: vertica-python Version: 0.7.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A native Python adapter for the Vertica database License: MIT @@ -59,6 +59,9 @@ Requires: python%{python3_pkgversion}-future %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 0.7.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Mon Jan 14 2019 Miro Hrončok - 0.7.4-2 - Subpackage python2-vertica has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal From f55207f9ad0bc12a449a06a3675c2098596f2f76 Mon Sep 17 00:00:00 2001 From: Jakub Jedelsky Date: Tue, 19 Feb 2019 21:55:10 +0100 Subject: [PATCH 04/28] Upgrade to version 0.8.2 Signed-off-by: Jakub Jedelsky --- .gitignore | 1 + sources | 2 +- vertica-python.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fe2765a..babbbd1 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /0.6.14.tar.gz /0.7.3.tar.gz /0.7.4.tar.gz +/vertica-python-0.8.2-1.fc31.src.rpm diff --git a/sources b/sources index 4361d12..012d6c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (0.7.4.tar.gz) = c40614b724d580bca09b26abdb60c20d26878baee7f462ad0c53051e43071bd9eb953a07ec5c2501c7bc56914b17dc3a6f06b96d826cb5fe607fd4b5cde93081 +SHA512 (vertica-python-0.8.2-1.fc31.src.rpm) = 37df2512884ac314399829a222469045ae5568d3136fc1363937327008d21dd53dcf7039aee7d0f51b2f19ead182ce17bc0ef96fbf9af428fb11fa0fd6e4154e diff --git a/vertica-python.spec b/vertica-python.spec index e3791e9..c688262 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -1,6 +1,6 @@ Name: vertica-python -Version: 0.7.4 -Release: 3%{?dist} +Version: 0.8.2 +Release: 1%{?dist} Summary: A native Python adapter for the Vertica database License: MIT @@ -59,6 +59,9 @@ Requires: python%{python3_pkgversion}-future %changelog +* Tue Feb 19 2019 Jakub Jedelsky - 0.8.2-1 +- Upgrade to version 0.8.2 + * Sun Feb 03 2019 Fedora Release Engineering - 0.7.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From df99c096a52024387aecd899121c9d4aa46c32b4 Mon Sep 17 00:00:00 2001 From: Jakub Jedelsky Date: Tue, 19 Feb 2019 22:01:26 +0100 Subject: [PATCH 05/28] fixup: wrong src file uploaded Signed-off-by: Jakub Jedelsky --- .gitignore | 2 +- sources | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index babbbd1..6d8b8b4 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,4 @@ /0.6.14.tar.gz /0.7.3.tar.gz /0.7.4.tar.gz -/vertica-python-0.8.2-1.fc31.src.rpm +/0.8.2.tar.gz diff --git a/sources b/sources index 012d6c6..62b326a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vertica-python-0.8.2-1.fc31.src.rpm) = 37df2512884ac314399829a222469045ae5568d3136fc1363937327008d21dd53dcf7039aee7d0f51b2f19ead182ce17bc0ef96fbf9af428fb11fa0fd6e4154e +SHA512 (0.8.2.tar.gz) = dc4a633033c425d08c3dcfce036affe232ef210ae22f8a8e8582fd525d8b8e46f9b3c0dc19bef1972710964609f73f92aee2d5feb1c4d06d577796eaafd948ef From 6fcd979d25a0cdc449d2389a996b792864ecab71 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 02:56:06 +0000 Subject: [PATCH 06/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vertica-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vertica-python.spec b/vertica-python.spec index c688262..40bc6a2 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -1,6 +1,6 @@ Name: vertica-python Version: 0.8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A native Python adapter for the Vertica database License: MIT @@ -59,6 +59,9 @@ Requires: python%{python3_pkgversion}-future %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 0.8.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Tue Feb 19 2019 Jakub Jedelsky - 0.8.2-1 - Upgrade to version 0.8.2 From f78853a1967d8f34f5362ca6a73ad92005bd3a36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Aug 2019 11:09:01 +0200 Subject: [PATCH 07/28] Rebuilt for Python 3.8 --- vertica-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vertica-python.spec b/vertica-python.spec index 40bc6a2..67c7fff 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -1,6 +1,6 @@ Name: vertica-python Version: 0.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A native Python adapter for the Vertica database License: MIT @@ -59,6 +59,9 @@ Requires: python%{python3_pkgversion}-future %changelog +* Mon Aug 19 2019 Miro Hrončok - 0.8.2-3 +- Rebuilt for Python 3.8 + * Sat Jul 27 2019 Fedora Release Engineering - 0.8.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 7581571e47a78f36225aba26f59f68899dcf08dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 3 Oct 2019 14:41:11 +0200 Subject: [PATCH 08/28] Rebuilt for Python 3.8.0rc1 (#1748018) --- vertica-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vertica-python.spec b/vertica-python.spec index 67c7fff..74c1c59 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -1,6 +1,6 @@ Name: vertica-python Version: 0.8.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A native Python adapter for the Vertica database License: MIT @@ -59,6 +59,9 @@ Requires: python%{python3_pkgversion}-future %changelog +* Thu Oct 03 2019 Miro Hrončok - 0.8.2-4 +- Rebuilt for Python 3.8.0rc1 (#1748018) + * Mon Aug 19 2019 Miro Hrončok - 0.8.2-3 - Rebuilt for Python 3.8 From bcb61afbb25778e0dcf49ecdea69066b14582510 Mon Sep 17 00:00:00 2001 From: Jakub Jedelsky Date: Fri, 29 Nov 2019 23:46:37 +0100 Subject: [PATCH 09/28] 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 From ec555bef4ee4f5609ee8f2109e5ccdf79f8ad3e1 Mon Sep 17 00:00:00 2001 From: Jakub Jedelsky Date: Sun, 29 Dec 2019 14:27:38 +0100 Subject: [PATCH 10/28] Update to version 0.10.1 Signed-off-by: Jakub Jedelsky --- .gitignore | 1 + sources | 2 +- vertica-python.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8d46762..b81b9a8 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /0.7.4.tar.gz /0.8.2.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 2d3f73e..eeba9f1 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 @@ -52,7 +52,10 @@ Requires: python%{python3_pkgversion}-future %changelog -* Fri Nov 29 2019 Jakub Jedelsky - 0.10.0-1 +* 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 * Thu Oct 03 2019 Miro Hrončok - 0.8.2-4 From a61454781280563a0b2cc1b674b1b4ded1a38148 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 03:05:28 +0000 Subject: [PATCH 11/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vertica-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vertica-python.spec b/vertica-python.spec index eeba9f1..76b7027 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -1,6 +1,6 @@ Name: vertica-python Version: 0.10.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A native Python adapter for the Vertica database License: MIT @@ -52,6 +52,9 @@ Requires: python%{python3_pkgversion}-future %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 0.10.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sun Dec 29 2019 Jakub Jedelsky - 0.10.1-1 - Update to version 0.10.1 From 549e1fa51e1db33b17302f1fb1341ad6be52658c Mon Sep 17 00:00:00 2001 From: Jakub Jedelsky Date: Tue, 31 Mar 2020 14:29:49 +0200 Subject: [PATCH 12/28] Update to version 0.10.3 Signed-off-by: Jakub Jedelsky --- .gitignore | 1 + sources | 2 +- vertica-python.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b81b9a8..071ef6a 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /0.8.2.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 76b7027..fb0e5dd 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -1,6 +1,6 @@ Name: vertica-python -Version: 0.10.1 -Release: 2%{?dist} +Version: 0.10.3 +Release: 1%{?dist} Summary: A native Python adapter for the Vertica database License: MIT @@ -52,6 +52,9 @@ Requires: python%{python3_pkgversion}-future %changelog +* Tue Mar 31 2020 Jakub Jedelsky - 0.10.3-1 +- Update to version 0.10.3 + * Fri Jan 31 2020 Fedora Release Engineering - 0.10.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 8e74df4951851a8679ce18b4e7f4ff530d9cdc46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 03:54:22 +0200 Subject: [PATCH 13/28] Rebuilt for Python 3.9 --- vertica-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vertica-python.spec b/vertica-python.spec index fb0e5dd..04041b0 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -1,6 +1,6 @@ Name: vertica-python Version: 0.10.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A native Python adapter for the Vertica database License: MIT @@ -52,6 +52,9 @@ Requires: python%{python3_pkgversion}-future %changelog +* Tue May 26 2020 Miro Hrončok - 0.10.3-2 +- Rebuilt for Python 3.9 + * Tue Mar 31 2020 Jakub Jedelsky - 0.10.3-1 - Update to version 0.10.3 From 65248eb3cdc41a52cb00f07b00d5f0ce05a977ef Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 13:39:51 +0000 Subject: [PATCH 14/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vertica-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vertica-python.spec b/vertica-python.spec index 04041b0..6f926aa 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -1,6 +1,6 @@ Name: vertica-python Version: 0.10.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A native Python adapter for the Vertica database License: MIT @@ -52,6 +52,9 @@ Requires: python%{python3_pkgversion}-future %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 0.10.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue May 26 2020 Miro Hrončok - 0.10.3-2 - Rebuilt for Python 3.9 From 57a0a41e8fae762429a3311b8c172b9cfb7f6a63 Mon Sep 17 00:00:00 2001 From: Jakub Jedelsky Date: Tue, 29 Dec 2020 23:18:15 +0100 Subject: [PATCH 15/28] Bump to new version Signed-off-by: Jakub Jedelsky --- .gitignore | 1 + sources | 2 +- vertica-python.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 071ef6a..bc44b54 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /0.10.0.tar.gz /0.10.1.tar.gz /0.10.3.tar.gz +/1.0.1.tar.gz diff --git a/sources b/sources index 95b1163..5c2a1b4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (0.10.3.tar.gz) = f1524456a1f1c663e2db9e89ba3750219eac66518051eec1e2ca575e072ef417d21dd00a2e1fa11de2a575c6ccf35d63f741c8da18dfd25625c77a18eaf29048 +SHA512 (1.0.1.tar.gz) = f89ceb2b5521f3e26b4c3e802bd952af446d8444093a01baa4bf806585d0b088785a648266ed0f58fe1588b0cf2c56382fde4092e2f3d721ae0ff72a42059ba5 diff --git a/vertica-python.spec b/vertica-python.spec index 6f926aa..cede86b 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -1,6 +1,6 @@ Name: vertica-python -Version: 0.10.3 -Release: 3%{?dist} +Version: 1.0.1 +Release: 1%{?dist} Summary: A native Python adapter for the Vertica database License: MIT @@ -52,6 +52,9 @@ Requires: python%{python3_pkgversion}-future %changelog +* Tue Dec 29 2020 Jakub Jedelsky - 1.0.1 +- Bump to new version + * Wed Jul 29 2020 Fedora Release Engineering - 0.10.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 26d14dc9149a7cd961b592bbcea8f42288414cdc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:01:17 +0000 Subject: [PATCH 16/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vertica-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vertica-python.spec b/vertica-python.spec index cede86b..e776f72 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -1,6 +1,6 @@ Name: vertica-python Version: 1.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A native Python adapter for the Vertica database License: MIT @@ -52,6 +52,9 @@ Requires: python%{python3_pkgversion}-future %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Dec 29 2020 Jakub Jedelsky - 1.0.1 - Bump to new version From ddce2d39ba8a05f8ad9605b32fd6a911240abad0 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 21:19:15 +0200 Subject: [PATCH 17/28] Rebuilt for Python 3.10 --- vertica-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vertica-python.spec b/vertica-python.spec index e776f72..709df4e 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -1,6 +1,6 @@ Name: vertica-python Version: 1.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A native Python adapter for the Vertica database License: MIT @@ -52,6 +52,9 @@ Requires: python%{python3_pkgversion}-future %changelog +* Fri Jun 04 2021 Python Maint - 1.0.1-3 +- Rebuilt for Python 3.10 + * Wed Jan 27 2021 Fedora Release Engineering - 1.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From d567ed9cf2fe0c797bfe6adc03bdea4054183fb5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 20:25:09 +0000 Subject: [PATCH 18/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vertica-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vertica-python.spec b/vertica-python.spec index 709df4e..556bf75 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -1,6 +1,6 @@ Name: vertica-python Version: 1.0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A native Python adapter for the Vertica database License: MIT @@ -52,6 +52,9 @@ Requires: python%{python3_pkgversion}-future %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.0.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Jun 04 2021 Python Maint - 1.0.1-3 - Rebuilt for Python 3.10 From 06fbdd6cc58c594ee7f484bc8b3e1ba889bbaedf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 03:55:22 +0000 Subject: [PATCH 19/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vertica-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vertica-python.spec b/vertica-python.spec index 556bf75..7231d41 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -1,6 +1,6 @@ Name: vertica-python Version: 1.0.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A native Python adapter for the Vertica database License: MIT @@ -52,6 +52,9 @@ Requires: python%{python3_pkgversion}-future %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.0.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 12ce02250d00eb696cbcff5a0d606b381c54d0ed Mon Sep 17 00:00:00 2001 From: Jakub Jedelsky Date: Sat, 14 May 2022 22:48:23 +0200 Subject: [PATCH 20/28] Bump to new version Signed-off-by: Jakub Jedelsky --- .gitignore | 1 + sources | 2 +- vertica-python.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bc44b54..40650b7 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /0.10.1.tar.gz /0.10.3.tar.gz /1.0.1.tar.gz +/1.0.5.tar.gz diff --git a/sources b/sources index 5c2a1b4..f990305 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (1.0.1.tar.gz) = f89ceb2b5521f3e26b4c3e802bd952af446d8444093a01baa4bf806585d0b088785a648266ed0f58fe1588b0cf2c56382fde4092e2f3d721ae0ff72a42059ba5 +SHA512 (1.0.5.tar.gz) = 9d3d00f87f1fcdb5be61f6a1977b2eaf7486f18a9aec2c4a844f296afd42e33985cb1d96129e242758bb9768dc43b2bc34c4eaff0f147dfce35943897cf34880 diff --git a/vertica-python.spec b/vertica-python.spec index 7231d41..f93117f 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -1,6 +1,6 @@ Name: vertica-python -Version: 1.0.1 -Release: 5%{?dist} +Version: 1.0.5 +Release: 1%{?dist} Summary: A native Python adapter for the Vertica database License: MIT @@ -52,6 +52,9 @@ Requires: python%{python3_pkgversion}-future %changelog +* Sat May 14 2022 Jakub Jedelsky - 1.0.5-1 +- Bump to new version + * Sat Jan 22 2022 Fedora Release Engineering - 1.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 2f11499bd228d7c9a468dfefd3db18f98f7915b3 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 15:32:51 +0200 Subject: [PATCH 21/28] Rebuilt for Python 3.11 --- vertica-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vertica-python.spec b/vertica-python.spec index f93117f..a69eb9d 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -1,6 +1,6 @@ Name: vertica-python Version: 1.0.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A native Python adapter for the Vertica database License: MIT @@ -52,6 +52,9 @@ Requires: python%{python3_pkgversion}-future %changelog +* Mon Jun 13 2022 Python Maint - 1.0.5-2 +- Rebuilt for Python 3.11 + * Sat May 14 2022 Jakub Jedelsky - 1.0.5-1 - Bump to new version From 36fa962ec44df6edb202bede0209aea545df9840 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 11:49:36 +0000 Subject: [PATCH 22/28] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vertica-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vertica-python.spec b/vertica-python.spec index a69eb9d..9383bd2 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -1,6 +1,6 @@ Name: vertica-python Version: 1.0.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A native Python adapter for the Vertica database License: MIT @@ -52,6 +52,9 @@ Requires: python%{python3_pkgversion}-future %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.0.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Mon Jun 13 2022 Python Maint - 1.0.5-2 - Rebuilt for Python 3.11 From a5b4e68800a464ef48a2c3bcff5fec527004cae9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 06:14:47 +0000 Subject: [PATCH 23/28] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vertica-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vertica-python.spec b/vertica-python.spec index 9383bd2..6ac622c 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -1,6 +1,6 @@ Name: vertica-python Version: 1.0.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A native Python adapter for the Vertica database License: MIT @@ -52,6 +52,9 @@ Requires: python%{python3_pkgversion}-future %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.0.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 1.0.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From d424ebc1c69429098148339465d0127a5a412a3e Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sun, 12 Mar 2023 17:32:45 +0100 Subject: [PATCH 24/28] Update to 1.3.1 --- .gitignore | 1 + sources | 2 +- vertica-python.spec | 56 +++++++++++++++++++-------------------------- 3 files changed, 26 insertions(+), 33 deletions(-) diff --git a/.gitignore b/.gitignore index 40650b7..5470b44 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /0.10.3.tar.gz /1.0.1.tar.gz /1.0.5.tar.gz +/vertica-python-1.3.1.tar.gz diff --git a/sources b/sources index f990305..a15f75c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (1.0.5.tar.gz) = 9d3d00f87f1fcdb5be61f6a1977b2eaf7486f18a9aec2c4a844f296afd42e33985cb1d96129e242758bb9768dc43b2bc34c4eaff0f147dfce35943897cf34880 +SHA512 (vertica-python-1.3.1.tar.gz) = f866fbbcc8f7ee99bb24a3636ad9a893ff0a634a70661f1c9725d97a12c5b6a283436a1bee2e778de3d64fd9db37afe3e5c15c9d28f9fe8a7c171dd7e6f7df8f diff --git a/vertica-python.spec b/vertica-python.spec index 6ac622c..18850fe 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -1,57 +1,49 @@ Name: vertica-python -Version: 1.0.5 -Release: 4%{?dist} -Summary: A native Python adapter for the Vertica database +Version: 1.3.1 +Release: 1%{?dist} +Summary: 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 +URL: https://github.com/vertica/vertica-python +Source0: %{pypi_source} BuildArch: noarch +%global _description %{expand: +vertica-python is a native Python adapter for the Vertica database.} -%global _description\ -vertica-python is a native Python adapter for the Vertica\ -(http://www.vertica.com) database.\ +%description %{_description} +%package -n python3-vertica +Summary: %{summary} +BuildRequires: python3-devel -%description %_description - -%package -n python%{python3_pkgversion}-vertica -Summary: %summary -BuildRequires: python%{python3_pkgversion}-devel -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} - -%description -n python%{python3_pkgversion}-vertica %_description - +%description -n python3-vertica %{_description} %prep -%setup -q -n vertica-python-%{version} +%autosetup +%generate_buildrequires +%pyproject_buildrequires %build -%py3_build - +%pyproject_wheel %install -%py3_install +%pyproject_install +%pyproject_save_files vertica_python +%check +%pyproject_check_import -e vertica_python.tests* -%files -n python%{python3_pkgversion}-vertica +%files -n python3-vertica -f %{pyproject_files} %license LICENSE %doc README.md -%{python3_sitelib}/*.egg-info -%dir %{python3_sitelib}/vertica_python -%{python3_sitelib}/vertica_python/* - %changelog +* Sun Mar 12 2023 Igor Raits - 1.3.1-1 +- Update to 1.3.1 + * Sat Jan 21 2023 Fedora Release Engineering - 1.0.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 16a1cbbde4d33c6755d4a0884c4318e33168d61e Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sun, 12 Mar 2023 17:55:47 +0100 Subject: [PATCH 25/28] Remove unused patches --- vertica-python-0.5.0-crypt_windows.patch | 12 ------------ vertica-python-0.7.3-dateutil15.patch | 16 ---------------- 2 files changed, 28 deletions(-) delete mode 100644 vertica-python-0.5.0-crypt_windows.patch delete mode 100644 vertica-python-0.7.3-dateutil15.patch diff --git a/vertica-python-0.5.0-crypt_windows.patch b/vertica-python-0.5.0-crypt_windows.patch deleted file mode 100644 index 7b2e096..0000000 --- a/vertica-python-0.5.0-crypt_windows.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/vertica_python/vertica/messages/frontend_messages/crypt_windows.py b/vertica_python/vertica/messages/frontend_messages/crypt_windows.py -index 3a8276d..faa558f 100755 ---- a/vertica_python/vertica/messages/frontend_messages/crypt_windows.py -+++ b/vertica_python/vertica/messages/frontend_messages/crypt_windows.py -@@ -1,5 +1,3 @@ --#!/usr/bin/env python -- - # Initial permutation - IP = ( - 58, 50, 42, 34, 26, 18, 10, 2, --- -2.4.3 diff --git a/vertica-python-0.7.3-dateutil15.patch b/vertica-python-0.7.3-dateutil15.patch deleted file mode 100644 index bdd7ba1..0000000 --- a/vertica-python-0.7.3-dateutil15.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -ru vertica-python-0.7.3.orig/vertica_python/vertica/column.py vertica-python-0.7.3/vertica_python/vertica/column.py ---- vertica-python-0.7.3.orig/vertica_python/vertica/column.py 2017-06-18 22:10:16.000000000 +0200 -+++ vertica-python-0.7.3/vertica_python/vertica/column.py 2017-09-25 09:31:01.837062159 +0200 -@@ -5,6 +5,12 @@ - from datetime import date, datetime - from decimal import Decimal - -+from pkg_resources import require,VersionConflict -+try: -+ require("python_dateutil>=1.5") -+except VersionConflict: -+ pass -+ - import pytz - # noinspection PyCompatibility,PyUnresolvedReferences - from builtins import str From d7d3e5949c5388b4b83ed740300ceff7e9e5db32 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 14 Jun 2023 08:44:57 +0200 Subject: [PATCH 26/28] Rebuilt for Python 3.12 --- vertica-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vertica-python.spec b/vertica-python.spec index 18850fe..8474431 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -1,6 +1,6 @@ Name: vertica-python Version: 1.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Native Python adapter for the Vertica database License: MIT @@ -41,6 +41,9 @@ BuildRequires: python3-devel %doc README.md %changelog +* Wed Jun 14 2023 Python Maint - 1.3.1-2 +- Rebuilt for Python 3.12 + * Sun Mar 12 2023 Igor Raits - 1.3.1-1 - Update to 1.3.1 From c88706c7cc3243b6f92be5b0e7273d9e09bb9e69 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 17:35:03 +0000 Subject: [PATCH 27/28] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vertica-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vertica-python.spec b/vertica-python.spec index 8474431..13bb641 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -1,6 +1,6 @@ Name: vertica-python Version: 1.3.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Native Python adapter for the Vertica database License: MIT @@ -41,6 +41,9 @@ BuildRequires: python3-devel %doc README.md %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.3.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Wed Jun 14 2023 Python Maint - 1.3.1-2 - Rebuilt for Python 3.12 From 960f27b66eebc17fdf16d9c477094b3edecf62a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 13 Aug 2023 14:30:47 +0200 Subject: [PATCH 28/28] Orphaned for 6+ weeks --- .gitignore | 23 ----- dead.package | 1 + sources | 1 - vertica-python.spec | 203 -------------------------------------------- 4 files changed, 1 insertion(+), 227 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 vertica-python.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 5470b44..0000000 --- a/.gitignore +++ /dev/null @@ -1,23 +0,0 @@ -/0.2.0.tar.gz -/0.2.1.tar.gz -/0.2.3.tar.gz -/v0.3.0.tar.gz -/0.3.4.tar.gz -/v0.3.5.tar.gz -/0.3.6.tar.gz -/0.4.5.tar.gz -/0.4.6.tar.gz -/0.5.0.tar.gz -/0.5.1.tar.gz -/0.5.4.tar.gz -/0.5.5.tar.gz -/0.6.14.tar.gz -/0.7.3.tar.gz -/0.7.4.tar.gz -/0.8.2.tar.gz -/0.10.0.tar.gz -/0.10.1.tar.gz -/0.10.3.tar.gz -/1.0.1.tar.gz -/1.0.5.tar.gz -/vertica-python-1.3.1.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index a15f75c..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (vertica-python-1.3.1.tar.gz) = f866fbbcc8f7ee99bb24a3636ad9a893ff0a634a70661f1c9725d97a12c5b6a283436a1bee2e778de3d64fd9db37afe3e5c15c9d28f9fe8a7c171dd7e6f7df8f diff --git a/vertica-python.spec b/vertica-python.spec deleted file mode 100644 index 13bb641..0000000 --- a/vertica-python.spec +++ /dev/null @@ -1,203 +0,0 @@ -Name: vertica-python -Version: 1.3.1 -Release: 3%{?dist} -Summary: Native Python adapter for the Vertica database - -License: MIT -URL: https://github.com/vertica/vertica-python -Source0: %{pypi_source} - -BuildArch: noarch - -%global _description %{expand: -vertica-python is a native Python adapter for the Vertica database.} - -%description %{_description} - -%package -n python3-vertica -Summary: %{summary} -BuildRequires: python3-devel - -%description -n python3-vertica %{_description} - -%prep -%autosetup - -%generate_buildrequires -%pyproject_buildrequires - -%build -%pyproject_wheel - -%install -%pyproject_install -%pyproject_save_files vertica_python - -%check -%pyproject_check_import -e vertica_python.tests* - -%files -n python3-vertica -f %{pyproject_files} -%license LICENSE -%doc README.md - -%changelog -* Sat Jul 22 2023 Fedora Release Engineering - 1.3.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Wed Jun 14 2023 Python Maint - 1.3.1-2 -- Rebuilt for Python 3.12 - -* Sun Mar 12 2023 Igor Raits - 1.3.1-1 -- Update to 1.3.1 - -* Sat Jan 21 2023 Fedora Release Engineering - 1.0.5-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering - 1.0.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Mon Jun 13 2022 Python Maint - 1.0.5-2 -- Rebuilt for Python 3.11 - -* Sat May 14 2022 Jakub Jedelsky - 1.0.5-1 -- Bump to new version - -* Sat Jan 22 2022 Fedora Release Engineering - 1.0.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 1.0.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 04 2021 Python Maint - 1.0.1-3 -- Rebuilt for Python 3.10 - -* Wed Jan 27 2021 Fedora Release Engineering - 1.0.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Tue Dec 29 2020 Jakub Jedelsky - 1.0.1 -- Bump to new version - -* Wed Jul 29 2020 Fedora Release Engineering - 0.10.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue May 26 2020 Miro Hrončok - 0.10.3-2 -- Rebuilt for Python 3.9 - -* Tue Mar 31 2020 Jakub Jedelsky - 0.10.3-1 -- Update to version 0.10.3 - -* Fri Jan 31 2020 Fedora Release Engineering - 0.10.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* 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 - -* Thu Oct 03 2019 Miro Hrončok - 0.8.2-4 -- Rebuilt for Python 3.8.0rc1 (#1748018) - -* Mon Aug 19 2019 Miro Hrončok - 0.8.2-3 -- Rebuilt for Python 3.8 - -* Sat Jul 27 2019 Fedora Release Engineering - 0.8.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Tue Feb 19 2019 Jakub Jedelsky - 0.8.2-1 -- Upgrade to version 0.8.2 - -* Sun Feb 03 2019 Fedora Release Engineering - 0.7.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Mon Jan 14 2019 Miro Hrončok - 0.7.4-2 -- Subpackage python2-vertica has been removed - See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal - -* Mon Sep 03 2018 Jakub Jedelsky - 0.7.4-1 -- Upgrade to version 0.7.4 -- Build python 3 subpackage even on RHEL >= 7 - -* Sat Jul 14 2018 Fedora Release Engineering - 0.7.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 19 2018 Miro Hrončok - 0.7.3-2 -- Rebuilt for Python 3.7 - -* Tue Mar 27 2018 Jan Beran - 0.7.3-1 -- Update to version 0.7.3 including Python 3 subpackage - -* Wed Feb 28 2018 Iryna Shcherbina - 0.6.14-5 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Fri Feb 09 2018 Fedora Release Engineering - 0.6.14-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 0.6.14-3 -- Python 2 binary package renamed to python2-vertica - See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 - -* Thu Jul 27 2017 Fedora Release Engineering - 0.6.14-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* 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 - -* Tue Jul 19 2016 Fedora Release Engineering - 0.5.5-3 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Fri Feb 05 2016 Fedora Release Engineering - 0.5.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Dec 11 2015 Jakub Jedelsky - 0.5.5-1 -- update to version 0.5.5 - -* Tue Dec 01 2015 Jakub Jedelsky - 0.5.4-1 -- update to version 0.5.4 - -* Wed Sep 23 2015 Jakub Jedelsky - 0.5.1-1 -- update to version 0.5.1 - -* Fri Jul 03 2015 Jakub Jedelsky - 0.5.0-1 -- update to version 0.5.0 - -* Mon Jun 22 2015 Jakub Jedelsky - 0.4.6-1 -- update to version 0.4.6 - -* Tue Jun 16 2015 Jakub Jedelsky - 0.4.5-1 -- update to version 0.4.5 - -* 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 - -* Wed Jan 21 2015 Jakub Jedelsky - 0.3.4-1 -- update to version 0.3.4 - -* Wed Oct 15 2014 Jakub Jedelsky - 0.3.0-1 -- update to version 0.3.0 - -* Fri Jun 13 2014 Jakub Jedelsky - 0.2.3-1 -- update to new version - -* Thu Apr 24 2014 Jakub Jedelsky - 0.2.1-1 -- new version update - -* Fri Mar 28 2014 Jakub Jedelsky - 0.2.0-4 -- remove buildrood tag -- edit dateutil patch for el6 - -* Wed Mar 26 2014 Jakub Jedelsky - 0.2.0-3 -- package is not ready for python3 - -* Wed Mar 26 2014 Jakub Jedelsky - 0.2.0-2 -- python-setuptools is required only on rhel<=6 - -* Mon Mar 24 2014 Jakub Jedelsky - 0.2.0-1 -- Initial package