From d27cd286c4ba23ca7fef8925cdf95b84a4dee74a Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 10 Sep 2022 09:54:04 +0200 Subject: [PATCH] - updated to 2.27.1 --- python-requests.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/python-requests.spec b/python-requests.spec index 6501b96..03f6c5c 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -10,13 +10,14 @@ Summary: HTTP library for Python 2 Summary(pl.UTF-8): Biblioteka HTTP dla Pythona 2 Name: python-%{module} -Version: 2.26.0 -Release: 5 +# keep 2.27.x here for python2 support +Version: 2.27.1 +Release: 1 License: Apache v2.0 Group: Development/Languages/Python #Source0Download: https://pypi.org/simple/requests/ Source0: https://files.pythonhosted.org/packages/source/r/requests/%{module}-%{version}.tar.gz -# Source0-md5: 8c745949ad3e9ae83d9927fed213db8a +# Source0-md5: bcc01b73974a305cc7c5b092e7d07004 Patch0: system-cert.patch Patch1: %{name}-reqs.patch Patch2: %{name}-disable-xdist.patch @@ -49,8 +50,8 @@ BuildRequires: python3-setuptools %if %{with tests} BuildRequires: python3-PySocks >= 1.5.8 BuildRequires: python3-certifi >= 2017.4.17 -BuildRequires: python3-chardet >= 3.0.2 -BuildRequires: python3-chardet < 5 +BuildRequires: python3-charset_normalizer >= 2 +BuildRequires: python3-charset_normalizer < 2.1 BuildRequires: python3-idna >= 2.5 BuildRequires: python3-idna < 4 BuildRequires: python3-pytest >= 3 -- 2.44.0