%global srcname pg8000 Name: python-%{srcname} Version: 1.17.0 Release: 1%{?dist} Summary: Pure Python PostgreSQL Driver License: BSD URL: http://github.com/tlocke/pg8000/ Source0: %{pypi_source} BuildArch: noarch %description pg8000 is a pure-Python PostgreSQL driver that complies with DB-API 2.0. The driver communicates with the database using the PostgreSQL Backend and Frontend Protocol. %package -n python%{python3_pkgversion}-%{srcname} Summary: Pure Python3 PostgreSQL Driver BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-six BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python3dist(scramp) Requires: python%{python3_pkgversion}-six Requires: python3dist(scramp) %{?fedora:Suggests: python3-sqlalchemy} %{?fedora:Suggests: postgresql} %{?python_provide:%python_provide python3-%{srcname}} %description -n python%{python3_pkgversion}-%{srcname} pg8000 is a pure Python3 PostgreSQL driver that complies with DB-API 2.0. The driver communicates with the database using the PostgreSQL Backend / Frontend Protocol. %prep %autosetup -n %{srcname}-%{version} %build %py3_build %install %py3_install %check #Test requires a runing PostgreSQL instance %files -n python%{python3_pkgversion}-%{srcname} %license LICENSE %{python3_sitelib}/%{srcname}-*.egg-info/ %{python3_sitelib}/%{srcname} %changelog * Wed Feb 24 2021 Fabian Affolter - 1.17.0-1 - Update to latest upstream release 1.17.0 (#1846920) * Wed Jan 27 2021 Fedora Release Engineering - 1.16.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sat Oct 10 2020 Fedora Release Monitoring - 1.16.6-1 - Update to 1.16.6 (#1887083) - Enable python dependency generator * Sun Aug 09 2020 Fabian Affolter - 1.16.5-1 - Update to new upstream release 1.16.5 (rhbz#1855968) * Wed Jul 29 2020 Fedora Release Engineering - 1.16.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jul 13 2020 Fabian Affolter - 1.16.0-1 - Update to latest upstream release 1.16.0 (rhbz#1855968) * Mon Jun 15 2020 Fabian Affolter - 1.15.3-1 - Update to latest upstream release 1.15.3 (rhbz#1846920) * Sat Jun 13 2020 Itamar Reis Peixoto - 1.15.2-3 - adjust requires to scramp 1.2.0 * Tue May 26 2020 Miro Hrončok - 1.15.2-2 - Rebuilt for Python 3.9 * Mon Apr 20 2020 Itamar Reis Peixoto - 1.15.2-1 - Update to v1.15.2 - include fixes from BZ#1825716 * Fri Jul 26 2019 Fedora Release Engineering - 1.13.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Feb 24 2019 William Moreno Reyes - 1.13.1-1 - Update to v1.13.1 BZ#1671827 * Sat Feb 02 2019 Fedora Release Engineering - 1.12.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Dec 24 2018 William Moreno Reyes - 1.12.3-1 - Update to v1.12.3 * Thu Oct 11 2018 Zbigniew Jędrzejewski-Szmek - 1.12.2-3 - Python2 binary package has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Sat Jul 14 2018 Fedora Release Engineering - 1.12.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sun Jul 01 2018 William Moreno Reyes - 1.12.2-1 - Update to v.1.12.2 - BZ#1596431 * Tue Jun 19 2018 Miro Hrončok - 1.12.1-2 - Rebuilt for Python 3.7 * Sun Jun 17 2018 William Moreno Reyes - 1.12.1-1 - Update to v1.12.1 - BZ#1590323 * Fri Feb 09 2018 Iryna Shcherbina - 1.11.0-3 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering - 1.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Sep 30 2017 williamjmorenor@gmail.com - 1.11.0-1 - Update to v1.11.0 release Note that this version is not backward compatible with previous versions. https://github.com/mfenniak/pg8000#version-1-11-0-2017-08-16 - Drop docs subpackage removed from upstream * Thu Jul 27 2017 Fedora Release Engineering - 1.10.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 1.10.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 1.10.6-3 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering - 1.10.5-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Fri Mar 11 2016 William Moreno - 1.10.5-1 - Update to 1.10.5 - Remove patch included in upstream release - Build docs in Fedora builds - Update Source0 link * Wed Mar 02 2016 William Moreno - 1.10.4-1 - Epel7 packaging of version 1.10.4 * Tue Mar 01 2016 William Moreno - 1.10.4-1 - Update to 1.10.4 - Remove patch1 included in upstream release - Change source name - Remove doc subpackage, upstream remove source in this release - Patch licence text not include in the release * Mon Feb 08 2016 William Moreno - 1.10.3-2 - Remove bundled six library. * Wed Feb 03 2016 William Moreno - 1.10.3-1 - Initial Packaging