Hello community,
here is the log from the commit of package python-google-cloud-storage for
openSUSE:Factory checked in at 2019-05-17 23:43:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-cloud-storage (Old)
and /work/SRC/openSUSE:Factory/.python-google-cloud-storage.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-cloud-storage"
Fri May 17 23:43:58 2019 rev:4 rq:703587 version:1.15.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-cloud-storage/python-google-cloud-storage.changes
2019-02-28 21:41:53.169563976 +0100
+++
/work/SRC/openSUSE:Factory/.python-google-cloud-storage.new.5148/python-google-cloud-storage.changes
2019-05-17 23:43:58.725885939 +0200
@@ -1,0 +2,20 @@
+Thu May 16 23:24:53 UTC 2019 - Guang Yee <[email protected]>
+
+- Update to version 1.15.1
+ * Widen range for 'google-cloud-core'
+
+- Update to version 1.15.0
+ * New Features
+ - Add support for V4 signed URLs
+ - Add generation arguments to bucket / blob methods
+ * Implementation Changes
+ - Remove classifier for Python 3.4 for end-of-life
+ - Ensure that 'Blob.reload' passes encryption headers
+ * Documentation
+ - Update client library documentation URLs
+ * Iternal / Testing Changes
+ - Fix failing system tests
+ - Increase number of retries for 429 errors
+ - Un-flake KMS integration tests expecting empty bucket
+
+-------------------------------------------------------------------
Old:
----
google-cloud-storage-1.14.0.tar.gz
New:
----
google-cloud-storage-1.15.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-cloud-storage.spec ++++++
--- /var/tmp/diff_new_pack.GwscOT/_old 2019-05-17 23:43:59.409885563 +0200
+++ /var/tmp/diff_new_pack.GwscOT/_new 2019-05-17 23:43:59.413885560 +0200
@@ -18,22 +18,23 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-google-cloud-storage
-Version: 1.14.0
+Version: 1.15.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
Source:
https://files.pythonhosted.org/packages/source/g/google-cloud-storage/google-cloud-storage-%{version}.tar.gz
-BuildRequires: %{python_module google-api-core >= 0.6.1}
+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 mock}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-google-api-core >= 0.6.1
+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
@@ -57,7 +58,8 @@
%check
# Disable system tests which do not work without additional tokens
rm tests/system.py
-%python_exec setup.py test
+#%%python_exec setup.py test
+%pytest -k "not test_extra_headers"
%files %{python_files}
%license LICENSE
++++++ google-cloud-storage-1.14.0.tar.gz -> google-cloud-storage-1.15.1.tar.gz
++++++
++++ 4813 lines of diff (skipped)