diff --git a/python-requests-file.spec b/python-requests-file.spec index 09911c8..ea84b74 100644 --- a/python-requests-file.spec +++ b/python-requests-file.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 1.5.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Transport adapter for using file:// URLs with python-requests License: ASL 2.0 @@ -57,6 +57,9 @@ rm -rf requests_file.egg-info %{python3_sitelib}/requests_file*.egg-info* %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.5.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Dec 14 2020 David Shea - 1.5.1-1 - Make Content-Length optional - Fix python2 compatibility