From 0263dd3d66adb73543402ff7288d32e77edf1aa8 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Jan 27 2018 02:38:32 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-requests-file.spec b/python-requests-file.spec index 6615b55..e321ad8 100644 --- a/python-requests-file.spec +++ b/python-requests-file.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 1.4.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Transport adapter for using file:// URLs with python-requests License: ASL 2.0 @@ -22,12 +22,12 @@ Summary: Transport adapter for using file:// URLs with python-requests %{?python_provide:%python_provide python2-%{srcname}} BuildRequires: python2-devel -BuildRequires: python-setuptools -BuildRequires: python-requests -BuildRequires: python-six +BuildRequires: python2-setuptools +BuildRequires: python2-requests +BuildRequires: python2-six -Requires: python-requests -Requires: python-six +Requires: python2-requests +Requires: python2-six %description -n python2-%{srcname} Requests-File is a transport adapter for use with the Requests Python @@ -83,6 +83,10 @@ rm -rf requests_file.egg-info %{python3_sitelib}/requests_file*.egg-info* %changelog +* Sat Jan 27 2018 Iryna Shcherbina - 1.4.3-2 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Jan 3 2018 David Shea - 1.4.3-1 - Update to requests-file-1.4.3, which sets the response URL to the request URL