Accepting request 817748 from home:seanmarlow:branches:devel:languages:python

- Update version requirement for mock package.
  + The tests require at least version 3.0.0.

OBS-URL: https://build.opensuse.org/request/show/817748
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=16
This commit is contained in:
Tomáš Chvátal 2020-06-29 19:14:34 +00:00 committed by Git OBS Bridge
parent 2c370f6cc7
commit 8b74f13c94
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 29 15:55:00 UTC 2020 - Sean Marlow <sean.marlow@suse.com>
- Update version requirement for mock package.
+ The tests require at least version 3.0.0.
-------------------------------------------------------------------
Thu Jun 18 10:41:05 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -27,7 +27,7 @@ Source: https://files.pythonhosted.org/packages/source/g/google-cloud-st
BuildRequires: %{python_module google-auth >= 1.11.0}
BuildRequires: %{python_module google-cloud-core >= 1.2.0}
BuildRequires: %{python_module google-resumable-media >= 0.5.0}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module mock >= 3.0.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes