Hello community,
here is the log from the commit of package python-google-cloud-storage for
openSUSE:Factory checked in at 2020-05-02 22:16:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-cloud-storage (Old)
and /work/SRC/openSUSE:Factory/.python-google-cloud-storage.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-cloud-storage"
Sat May 2 22:16:04 2020 rev:6 rq:798606 version:1.28.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-cloud-storage/python-google-cloud-storage.changes
2019-09-26 20:46:47.573651319 +0200
+++
/work/SRC/openSUSE:Factory/.python-google-cloud-storage.new.2738/python-google-cloud-storage.changes
2020-05-02 22:16:15.408400220 +0200
@@ -1,0 +2,7 @@
+Tue Apr 28 07:48:26 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.28.0:
+ * Many various bugfixes all around
+ * Updated dependency requirements
+
+-------------------------------------------------------------------
Old:
----
google-cloud-storage-1.19.1.tar.gz
New:
----
google-cloud-storage-1.28.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-cloud-storage.spec ++++++
--- /var/tmp/diff_new_pack.g6f1Bi/_old 2020-05-02 22:16:16.372402240 +0200
+++ /var/tmp/diff_new_pack.g6f1Bi/_new 2020-05-02 22:16:16.376402248 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-google-cloud-storage
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,24 +18,23 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-google-cloud-storage
-Version: 1.19.1
+Version: 1.28.0
Release: 0
-Summary: Google Cloud Storage API client library
+Summary: Google Cloud Storage API python client library
License: Apache-2.0
-Group: Development/Languages/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-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 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 pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-google-auth >= 1.2.0
-Requires: python-google-cloud-core >= 1.0.2
-Requires: python-google-resumable-media >= 0.4.0
+Requires: python-google-auth >= 1.11.0
+Requires: python-google-cloud-core >= 1.2.0
+Requires: python-google-resumable-media >= 0.5.0
BuildArch: noarch
%python_subpackages
@@ -53,9 +52,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-# Disable system tests which do not work without additional tokens
-rm tests/system.py
-%pytest -k "not test_extra_headers"
+# skipped tests need the credentials set up
+%pytest tests/unit -k 'not (test_conformance_post_policy or
test_get_signed_policy_v4 or test_create)'
%files %{python_files}
%license LICENSE
++++++ google-cloud-storage-1.19.1.tar.gz -> google-cloud-storage-1.28.0.tar.gz
++++++
++++ 15440 lines of diff (skipped)