771a2fc
%global srcname pg8000
771a2fc
abfbadc
Name:           python-%{srcname}
6656303
Version:        1.26.1
31951dd
Release:        8%{?dist}
771a2fc
Summary:        Pure Python PostgreSQL Driver
e0a0791
771a2fc
License:        BSD
7c4b8b2
URL:            http://github.com/tlocke/pg8000/
abfbadc
Source0:        %{pypi_source}
771a2fc
BuildArch:      noarch
771a2fc
771a2fc
%description
771a2fc
pg8000 is a pure-Python PostgreSQL driver that complies with DB-API 2.0. 
ebb85be
The driver communicates with the database using the PostgreSQL Backend and 
771a2fc
Frontend Protocol.
771a2fc
abfbadc
%package -n python%{python3_pkgversion}-%{srcname}
771a2fc
Summary:        Pure Python3 PostgreSQL Driver
771a2fc
BuildRequires:  python%{python3_pkgversion}-devel
771a2fc
BuildRequires:  python%{python3_pkgversion}-six
771a2fc
BuildRequires:  python%{python3_pkgversion}-setuptools
7c4b8b2
BuildRequires:  python3dist(scramp)
771a2fc
Requires:       python%{python3_pkgversion}-six
7c4b8b2
Requires:       python3dist(scramp)
7c4b8b2
771a2fc
%{?fedora:Suggests:       python3-sqlalchemy}
771a2fc
%{?fedora:Suggests:       postgresql}
7c4b8b2
%{?python_provide:%python_provide python3-%{srcname}}
771a2fc
abfbadc
%description -n python%{python3_pkgversion}-%{srcname}
771a2fc
pg8000 is a pure Python3 PostgreSQL driver that complies with DB-API 2.0. 
771a2fc
The driver communicates with the database using the PostgreSQL Backend / 
771a2fc
Frontend Protocol.
771a2fc
771a2fc
%prep
abfbadc
%autosetup -n %{srcname}-%{version}
771a2fc
771a2fc
%build
771a2fc
%py3_build
771a2fc
771a2fc
%install
771a2fc
%py3_install
771a2fc
771a2fc
%check
771a2fc
#Test requires a runing PostgreSQL instance
771a2fc
abfbadc
%files -n python%{python3_pkgversion}-%{srcname}
771a2fc
%license LICENSE
7c4b8b2
%{python3_sitelib}/%{srcname}-*.egg-info/
7c4b8b2
%{python3_sitelib}/%{srcname}
771a2fc
771a2fc
%changelog
31951dd
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.1-8
31951dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
31951dd
8966687
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.1-7
8966687
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
8966687
4c6dcf1
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.1-6
4c6dcf1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
4c6dcf1
7f76cfa
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 1.26.1-5
7f76cfa
- Rebuilt for Python 3.12
7f76cfa
b126f57
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.1-4
b126f57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
b126f57
3ee10d0
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.1-3
3ee10d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
3ee10d0
3dfc015
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.26.1-2
3dfc015
- Rebuilt for Python 3.11
3dfc015
6656303
* Wed Apr 27 2022 Fabian Affolter <mail@fabian-affolter.ch> - 1.26.1-1
6656303
- Update to latest upstream release 1.26.1 (closes rhbz#2078092)
6656303
7befb9a
* Wed Apr 20 2022 Fabian Affolter <mail@fabian-affolter.ch> - 1.26.0-1
7befb9a
- Update to latest upstream release 1.26.0 (closes rhbz#2075781)
7befb9a
736f301
* Thu Mar 03 2022 Fabian Affolter <mail@fabian-affolter.ch> - 1.24.1-1
736f301
- Update to latest upstream release 1.24.1 (closes rhbz#2060155)
736f301
cdcc485
* Tue Feb 22 2022 Fabian Affolter <mail@fabian-affolter.ch> - 1.24.0-1
cdcc485
- Update to latest upstream release 1.24.0 (closes rhbz#2051238)
cdcc485
a3a3e73
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.23.0-2
a3a3e73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
a3a3e73
0d6837d
* Sat Nov 13 2021 Fabian Affolter <mail@fabian-affolter.ch> - 1.23.0-1
0d6837d
- Update to latest upstream release 1.23.0 (closes rhbz#2022952)
0d6837d
5fa8ba9
* Fri Nov 12 2021 Fabian Affolter <mail@fabian-affolter.ch> - 1.22.1-1
5fa8ba9
- Update to latest upstream release 1.22.1 (closes rhbz#2022137)
5fa8ba9
20ba245
* Wed Oct 20 2021 Fabian Affolter <mail@fabian-affolter.ch> - 1.22.0-1
20ba245
- Update to latest upstream release 1.22.0 (closes rhbz#2013794)
20ba245
d917060
* Wed Oct 13 2021 Fabian Affolter <mail@fabian-affolter.ch> - 1.21.3-1
d917060
- Update to latest upstream release 1.21.3 (closes rhbz#2012584)
d917060
3c36492
* Mon Sep 20 2021 Fabian Affolter <mail@fabian-affolter.ch> - 1.21.2-1
3c36492
- Update to latest upstream release 1.21.2 (closes rhbz#2004267)
3c36492
4cf9f56
* Wed Aug 25 2021 Fabian Affolter <mail@fabian-affolter.ch> - 1.21.1-1
4cf9f56
- Update to latest upstream release 1.21.1 (rhbz#1922640)
4cf9f56
a16fa66
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.0-3
a16fa66
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
a16fa66
a9c914e
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.17.0-2
a9c914e
- Rebuilt for Python 3.10
a9c914e
ebb85be
* Wed Feb 24 2021 Fabian Affolter <mail@fabian-affolter.ch> - 1.17.0-1
ebb85be
- Update to latest upstream release 1.17.0 (#1846920)
ebb85be
2d80a19
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.6-2
2d80a19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
2d80a19
83b5a4a
* Sat Oct 10 2020 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 1.16.6-1
83b5a4a
- Update to 1.16.6 (#1887083)
abfbadc
- Enable python dependency generator
83b5a4a
fd7c319
* Sun Aug 09 2020 Fabian Affolter <mail@fabian-affolter.ch> - 1.16.5-1
fd7c319
- Update to new upstream release 1.16.5 (rhbz#1855968)
fd7c319
d128f4d
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.0-2
d128f4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
d128f4d
900ecf2
* Mon Jul 13 2020 Fabian Affolter <mail@fabian-affolter.ch> - 1.16.0-1
900ecf2
- Update to latest upstream release 1.16.0 (rhbz#1855968)
900ecf2
e0a0791
* Mon Jun 15 2020 Fabian Affolter <mail@fabian-affolter.ch> - 1.15.3-1
e0a0791
- Update to latest upstream release 1.15.3 (rhbz#1846920)
e0a0791
8585ad2
* Sat Jun 13 2020 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 1.15.2-3
8585ad2
- adjust requires to scramp 1.2.0
8585ad2
2034594
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.15.2-2
2034594
- Rebuilt for Python 3.9
2034594
7c4b8b2
* Mon Apr 20 2020 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 1.15.2-1
7c4b8b2
- Update to v1.15.2
7c4b8b2
- include fixes from BZ#1825716
7c4b8b2
771a2fc
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.1-2
771a2fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
771a2fc
771a2fc
* Sun Feb 24 2019 William Moreno Reyes <williamjmorenor@gmail.com> - 1.13.1-1
771a2fc
- Update to v1.13.1
771a2fc
  BZ#1671827
771a2fc
771a2fc
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.3-2
771a2fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
771a2fc
771a2fc
* Mon Dec 24 2018 William Moreno Reyes <williamjmorenor@gmail.com> - 1.12.3-1
771a2fc
- Update to v1.12.3
771a2fc
771a2fc
* Thu Oct 11 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.12.2-3
771a2fc
- Python2 binary package has been removed
771a2fc
  See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
771a2fc
771a2fc
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-2
771a2fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
771a2fc
771a2fc
* Sun Jul 01 2018 William Moreno Reyes <williamjmorenor@gmail.com> - 1.12.2-1
771a2fc
- Update to v.1.12.2
771a2fc
- BZ#1596431
771a2fc
771a2fc
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.12.1-2
771a2fc
- Rebuilt for Python 3.7
771a2fc
771a2fc
* Sun Jun 17 2018 William Moreno Reyes <williamjmorenor@gmail.com> - 1.12.1-1
771a2fc
- Update to v1.12.1
771a2fc
- BZ#1590323
771a2fc
771a2fc
* Fri Feb 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.11.0-3
771a2fc
- Update Python 2 dependency declarations to new packaging standards
771a2fc
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
771a2fc
771a2fc
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-2
771a2fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
771a2fc
771a2fc
* Sat Sep 30 2017 williamjmorenor@gmail.com - 1.11.0-1
771a2fc
- Update to v1.11.0 release
771a2fc
  Note that this version is not backward compatible with previous versions.
771a2fc
  https://github.com/mfenniak/pg8000#version-1-11-0-2017-08-16
771a2fc
- Drop docs subpackage removed from upstream
771a2fc
771a2fc
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.6-5
771a2fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
771a2fc
771a2fc
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.6-4
771a2fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
771a2fc
771a2fc
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.10.6-3
771a2fc
- Rebuild for Python 3.6
771a2fc
771a2fc
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.5-2
771a2fc
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
771a2fc
771a2fc
* Fri Mar 11 2016 William Moreno <williamjmorenor@gmail.com> - 1.10.5-1
771a2fc
- Update to 1.10.5
771a2fc
- Remove patch included in upstream release
771a2fc
- Build docs in Fedora builds
771a2fc
- Update Source0 link
771a2fc
771a2fc
* Wed Mar 02 2016 William Moreno <williamjmorenor@gmail.com> - 1.10.4-1
771a2fc
- Epel7 packaging of version 1.10.4
771a2fc
771a2fc
* Tue Mar 01 2016 William Moreno <williamjmorenor@gmail.com> - 1.10.4-1
771a2fc
- Update to 1.10.4
771a2fc
- Remove patch1 included in upstream release
771a2fc
- Change source name
771a2fc
- Remove doc subpackage, upstream remove source in this release
771a2fc
- Patch licence text not include in the release
771a2fc
771a2fc
* Mon Feb 08 2016 William Moreno <williamjmorenor at gmail.com> - 1.10.3-2
771a2fc
- Remove bundled six library.
771a2fc
771a2fc
* Wed Feb 03 2016 William Moreno <williamjmorenor at gmail.com> - 1.10.3-1
771a2fc
- Initial Packaging
771a2fc
771a2fc