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:
commit
818ff12c1b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8032e576e2f91a1d3de2355118040c3bcd9916e0453a6b3f64c1b42ed151690a
|
|
||||||
size 5400725
|
|
3
google-cloud-storage-1.19.1.tar.gz
Normal file
3
google-cloud-storage-1.19.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a82b5d60a2ec366a14746f17910dd8348c36a4aeec36da10021307e1951fcc7f
|
||||||
|
size 5395947
|
@ -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>
|
Thu May 16 23:24:53 UTC 2019 - Guang Yee <gyee@suse.com>
|
||||||
|
|
||||||
|
@ -18,28 +18,25 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-google-cloud-storage
|
Name: python-google-cloud-storage
|
||||||
Version: 1.15.1
|
Version: 1.19.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Google Cloud Storage API client library
|
Summary: Google Cloud Storage API client library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
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
|
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-auth >= 1.2.0}
|
||||||
BuildRequires: %{python_module google-cloud-core >= 0.29.0}
|
BuildRequires: %{python_module google-cloud-core >= 1.0.2}
|
||||||
BuildRequires: %{python_module google-cloud-kms >= 1.0.0}
|
BuildRequires: %{python_module google-resumable-media >= 0.4.0}
|
||||||
BuildRequires: %{python_module google-resumable-media >= 0.3.1}
|
|
||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-google-api-core >= 1.6.1
|
Requires: python-google-auth >= 1.2.0
|
||||||
Requires: python-google-cloud-core >= 0.29.0
|
Requires: python-google-cloud-core >= 1.0.2
|
||||||
Recommends: python-google-cloud-kms >= 1.0.0
|
Requires: python-google-resumable-media >= 0.4.0
|
||||||
Requires: python-google-resumable-media >= 0.3.1
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -58,7 +55,6 @@ Python Client for Google Cloud Storage
|
|||||||
%check
|
%check
|
||||||
# Disable system tests which do not work without additional tokens
|
# Disable system tests which do not work without additional tokens
|
||||||
rm tests/system.py
|
rm tests/system.py
|
||||||
#%%python_exec setup.py test
|
|
||||||
%pytest -k "not test_extra_headers"
|
%pytest -k "not test_extra_headers"
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user