From e34d267f8cefee1c7524a2058fc1b30bed9d932c Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 30 Mar 2017 09:14:07 -0400 Subject: [PATCH] Latest upstream. --- python-oauth2client.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/python-oauth2client.spec b/python-oauth2client.spec index b18f317..db0ccbe 100644 --- a/python-oauth2client.spec +++ b/python-oauth2client.spec @@ -11,8 +11,8 @@ %endif Name: python-%{srcname} -Version: 3.0.0 -Release: 4%{?dist} +Version: 4.0.0 +Release: 1%{?dist} Summary: %{sum} Group: Development/Languages @@ -28,6 +28,7 @@ BuildRequires: python2-setuptools BuildRequires: pyOpenSSL BuildRequires: python-crypto BuildRequires: python-django +BuildRequires: python-jsonpickle BuildRequires: python2-fasteners BuildRequires: python-flask BuildRequires: python2-gflags @@ -45,6 +46,9 @@ BuildRequires: python-sphinx_rtd_theme BuildRequires: python-tox BuildRequires: python-unittest2 BuildRequires: python-webtest + +BuildRequires: pytest + %if %{with python3} BuildRequires: python3-setuptools BuildRequires: python3-devel @@ -53,6 +57,7 @@ BuildRequires: python3-mock BuildRequires: python3-pyasn1 >= 0.1.7 BuildRequires: python3-pyasn1-modules >= 0.0.5 BuildRequires: python3-tox +BuildRequires: python3-pytest %endif %description @@ -174,6 +179,9 @@ rm -r $(find %{_buildrootdir} -type d -name 'tests') %endif %changelog +* Wed Mar 29 2017 Ralph Bean - 4.0.0-1 +- new version + * Sat Feb 11 2017 Fedora Release Engineering - 3.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild