diff --git a/python-pg8000.spec b/python-pg8000.spec index 7119d52..e4f3c69 100644 --- a/python-pg8000.spec +++ b/python-pg8000.spec @@ -3,12 +3,13 @@ Name: python-%{pypi} Version: 1.15.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Pure Python PostgreSQL Driver License: BSD URL: http://github.com/tlocke/pg8000/ Source0: %pypi_source +Patch0: requires-scramp-1.2.0.patch BuildArch: noarch %description @@ -52,6 +53,9 @@ Frontend Protocol. %{python3_sitelib}/%{srcname} %changelog +* 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 diff --git a/requires-scramp-1.2.0.patch b/requires-scramp-1.2.0.patch new file mode 100644 index 0000000..7031eca --- /dev/null +++ b/requires-scramp-1.2.0.patch @@ -0,0 +1,22 @@ +From 71f1378a2bf007ada3e2695ff269abffd69775c9 Mon Sep 17 00:00:00 2001 +From: Tony Locke +Date: Sat, 13 Jun 2020 09:31:19 +0100 +Subject: [PATCH] Upgrade scramp to 1.2.0 + +--- + setup.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/setup.py b/setup.py +index 83d36df..352ba80 100644 +--- a/setup.py ++++ b/setup.py +@@ -32,7 +32,7 @@ + url="https://github.com/tlocke/pg8000", + license="BSD", + python_requires='>=3.5', +- install_requires=['scramp==1.1.1'], ++ install_requires=['scramp==1.2.0'], + classifiers=[ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers",