From 8186cf0848499483eb2508be726aa807fd181f9791d62c8ffd0ea618517653a4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 13 Aug 2018 12:55:36 +0000 Subject: [PATCH] - Remove dependency on unittest2 - Upgrade to 1.7.4: just series of minor bugfixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-python-client?expand=0&rev=21 --- google-api-python-client-1.6.7.tar.gz | 3 --- google-api-python-client-1.7.4.tar.gz | 3 +++ python-google-api-python-client.changes | 6 ++++++ python-google-api-python-client.spec | 3 +-- 4 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 google-api-python-client-1.6.7.tar.gz create mode 100644 google-api-python-client-1.7.4.tar.gz diff --git a/google-api-python-client-1.6.7.tar.gz b/google-api-python-client-1.6.7.tar.gz deleted file mode 100644 index af58542..0000000 --- a/google-api-python-client-1.6.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05583a386e323f428552419253765314a4b29828c3cee15be735f9ebfa5aebf2 -size 51899 diff --git a/google-api-python-client-1.7.4.tar.gz b/google-api-python-client-1.7.4.tar.gz new file mode 100644 index 0000000..8df8f63 --- /dev/null +++ b/google-api-python-client-1.7.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d5cb02c6f3112c68eed51b74891a49c0e35263380672d662f8bfe85b8114d7c +size 141798 diff --git a/python-google-api-python-client.changes b/python-google-api-python-client.changes index 0aa1fe4..ba9085d 100644 --- a/python-google-api-python-client.changes +++ b/python-google-api-python-client.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 13 12:54:11 UTC 2018 - mcepl@suse.com + +- Remove dependency on unittest2 +- Upgrade to 1.7.4: just series of minor bugfixes + ------------------------------------------------------------------- Thu May 31 15:05:04 UTC 2018 - toddrme2178@gmail.com diff --git a/python-google-api-python-client.spec b/python-google-api-python-client.spec index d0edf7b..a1a1d6f 100644 --- a/python-google-api-python-client.spec +++ b/python-google-api-python-client.spec @@ -22,7 +22,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-google-api-python-client -Version: 1.6.7 +Version: 1.7.4 Release: 0 Summary: Google APIs Python Client License: Apache-2.0 @@ -43,7 +43,6 @@ BuildRequires: python-rpm-macros BuildRequires: %{python_module nose} # Python 2 test requirements BuildRequires: python-mock -BuildRequires: python-unittest2 %endif Requires: python-httplib2 >= 0.9.2 Requires: python-oauth2client >= 1.5.0