Accepting request 733461 from devel:languages:python

- Update to 1.19.1:
  * Minor bugfix over previous release

- Update to 1.19.0:
  * Huge range of updates and tweaks, mostly bugfixing

OBS-URL: https://build.opensuse.org/request/show/733461
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-storage?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2019-09-26 18:46:44 +00:00 committed by Git OBS Bridge
commit 818ff12c1b
4 changed files with 23 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8032e576e2f91a1d3de2355118040c3bcd9916e0453a6b3f64c1b42ed151690a
size 5400725

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a82b5d60a2ec366a14746f17910dd8348c36a4aeec36da10021307e1951fcc7f
size 5395947

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 26 13:51:51 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.19.1:
* Minor bugfix over previous release
-------------------------------------------------------------------
Thu Sep 12 10:18:12 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.19.0:
* Huge range of updates and tweaks, mostly bugfixing
-------------------------------------------------------------------
Thu May 16 23:24:53 UTC 2019 - Guang Yee <gyee@suse.com>

View File

@ -18,28 +18,25 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-google-cloud-storage
Version: 1.15.1
Version: 1.19.1
Release: 0
Summary: Google Cloud Storage API client library
License: Apache-2.0
Group: Development/Languages/Python
Url: https://github.com/GoogleCloudPlatform/google-cloud-python
URL: https://github.com/GoogleCloudPlatform/google-cloud-python
Source: https://files.pythonhosted.org/packages/source/g/google-cloud-storage/google-cloud-storage-%{version}.tar.gz
BuildRequires: %{python_module google-api-core >= 1.6.1}
BuildRequires: %{python_module google-cloud-core >= 0.29.0}
BuildRequires: %{python_module google-cloud-kms >= 1.0.0}
BuildRequires: %{python_module google-resumable-media >= 0.3.1}
BuildRequires: %{python_module google-auth >= 1.2.0}
BuildRequires: %{python_module google-cloud-core >= 1.0.2}
BuildRequires: %{python_module google-resumable-media >= 0.4.0}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-google-api-core >= 1.6.1
Requires: python-google-cloud-core >= 0.29.0
Recommends: python-google-cloud-kms >= 1.0.0
Requires: python-google-resumable-media >= 0.3.1
Requires: python-google-auth >= 1.2.0
Requires: python-google-cloud-core >= 1.0.2
Requires: python-google-resumable-media >= 0.4.0
BuildArch: noarch
%python_subpackages
%description
@ -58,7 +55,6 @@ Python Client for Google Cloud Storage
%check
# Disable system tests which do not work without additional tokens
rm tests/system.py
#%%python_exec setup.py test
%pytest -k "not test_extra_headers"
%files %{python_files}