From 283f39fa281b33b4ffaa58deb82cabdb29a2ed61 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 8 Nov 2018 09:55:38 +0100 Subject: [PATCH] - up to 2.20.0 --- python-requests.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python-requests.spec b/python-requests.spec index 1538c70..8dc2c9d 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -10,13 +10,13 @@ Summary: HTTP library for Python 2 Summary(pl.UTF-8): Biblioteka HTTP dla Pythona 2 Name: python-%{module} -Version: 2.19.1 +Version: 2.20.0 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: 6c1a31afec9d614e2e71a91ee6ca2878 +# Source0-md5: cf034ab571854453719594120366f467 Patch0: system-cert.patch URL: http://python-requests.org/ BuildRequires: rpm-pythonprov @@ -152,7 +152,7 @@ rm -rf $RPM_BUILD_ROOT %if %{with python2} %files %defattr(644,root,root,755) -%doc HISTORY.rst README.rst +%doc HISTORY.md README.md %{py_sitescriptdir}/%{module} %{py_sitescriptdir}/%{egg_name}-%{version}-py*.egg-info %endif @@ -160,7 +160,7 @@ rm -rf $RPM_BUILD_ROOT %if %{with python3} %files -n python3-requests %defattr(644,root,root,755) -%doc HISTORY.rst README.rst +%doc HISTORY.md README.md %{py3_sitescriptdir}/%{module} %{py3_sitescriptdir}/%{egg_name}-%{version}-py*.egg-info %endif -- 2.43.0