]> git.pld-linux.org Git - packages/python3-requests.git/commitdiff
- updated to 2.27.1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 10 Sep 2022 07:54:04 +0000 (09:54 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 10 Sep 2022 07:54:04 +0000 (09:54 +0200)
python-requests.spec

index 6501b96cff6bd802a7a296a974ea8b5e104a6d03..03f6c5c8db6ae5fb70c66867eee11140a3b80c4d 100644 (file)
 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
This page took 0.079096 seconds and 4 git commands to generate.