From f03e52040e297d7cc767b26c2d05e585be80bb76 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 21 2018 04:38:55 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-google-auth.spec b/python-google-auth.spec index 6366541..5d3741c 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -9,7 +9,7 @@ Name: python-%{library} Version: 1.3.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Google Auth Python Library License: ASL 2.0 URL: https://github.com/GoogleCloudPlatform/google-auth-library-python @@ -26,14 +26,14 @@ Summary: Google Auth Python Library %{?python_provide:%python_provide python2-%{library}} BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools BuildRequires: git -Requires: python-pyasn1 -Requires: python-pyasn1-modules -Requires: python-rsa -Requires: python-six -Requires: python-cachetools +Requires: python2-pyasn1 +Requires: python2-pyasn1-modules +Requires: python2-rsa +Requires: python2-six +Requires: python2-cachetools %description -n python2-%{library} Google Auth Python Library @@ -94,6 +94,10 @@ Python client for the kubernetes API. %endif %changelog +* Wed Feb 21 2018 Iryna Shcherbina - 1.3.0-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 1.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild