Hello community,
here is the log from the commit of package python-google-api-core for
openSUSE:Factory checked in at 2020-10-15 13:49:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-api-core (Old)
and /work/SRC/openSUSE:Factory/.python-google-api-core.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-api-core"
Thu Oct 15 13:49:16 2020 rev:15 rq:840186 version:1.22.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-api-core/python-google-api-core.changes
2020-08-20 22:31:02.008043191 +0200
+++
/work/SRC/openSUSE:Factory/.python-google-api-core.new.3486/python-google-api-core.changes
2020-10-15 13:49:35.581279108 +0200
@@ -1,0 +2,45 @@
+Wed Oct 7 06:13:07 UTC 2020 - John Vandenberg <[email protected]>
+
+- Update URL to match PyPI: https://github.com/googleapis/python-api-core
+- Update to v1.22.4
+ * use version.py instead of pkg_resources.get_distribution
+- from v1.22.3
+ * require six >= 1.13.0
+
+-------------------------------------------------------------------
+Thu Sep 10 11:52:56 UTC 2020 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 1.22.2
+ * only add quota project id if supported (#75)
+- from version 1.22.1
+ * fix spelling errors for amount in retry (#69)
+- from version 1.22.0
+ * allow quota project to be passed to create_channel (#58)
+ * _determine_timeout problem handling float type timeout (#64)
+ * change the documentation for using 'six.moves.collections_abc.Mapping'
+ instead of 'dict' in 'client_options.from_dict()' (#53)
+- from version 1.21.0
+ * allow credentials files to be passed for channel creation (#50)
+- from version 1.20.1
+ * **dependencies:** increase protobuf version (#49), closes (#48)
+- from version 1.20.0
+ * allow disabling response stream pre-fetch (#30), closes (#25)
+- from version 1.19.1
+ * bump up grpcio minimum version to 1.29.0 (#41)
+- from version 1.19.0
+ * **client_options:** add new client options 'quota_project_id', 'scopes',
+ and 'credentials_file'
+- from version 1.18.0
+ * [CBT-6 helper] Exposing Retry._deadline as a property (#20)
+ * add client_encryped_cert_source to ClientOptions (#31)
+ * AsyncIO Integration [Part 2] (#28), closes (#23)
+ * First batch of AIO integration (#26)
+ * third batch of AsyncIO integration (#29)
+- Update BuildRequires and Requires from setup.py
+
+-------------------------------------------------------------------
+Fri Aug 28 12:20:45 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix dependency on google-auth to have proper version constrain
+
+-------------------------------------------------------------------
Old:
----
google-api-core-1.17.0.tar.gz
New:
----
google-api-core-1.22.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-api-core.spec ++++++
--- /var/tmp/diff_new_pack.rgKdjH/_old 2020-10-15 13:49:36.921279668 +0200
+++ /var/tmp/diff_new_pack.rgKdjH/_new 2020-10-15 13:49:36.921279668 +0200
@@ -19,34 +19,34 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-google-api-core
-Version: 1.17.0
+Version: 1.22.4
Release: 0
Summary: Google API client core library
License: Apache-2.0
Group: Development/Languages/Python
-URL: https://github.com/GoogleCloudPlatform/google-cloud-python
+URL: https://github.com/googleapis/python-api-core
Source:
https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-%{version}.tar.gz
-BuildRequires: %{python_module google-auth >= 0.4.0}
+BuildRequires: %{python_module google-auth >= 1.21.1}
BuildRequires: %{python_module googleapis-common-protos >= 1.6.0}
-BuildRequires: %{python_module grpcio >= 1.8.2}
+BuildRequires: %{python_module grpcio >= 1.29.0}
BuildRequires: %{python_module grpcio-gcp >= 0.2.2}
BuildRequires: %{python_module mock}
-BuildRequires: %{python_module protobuf >= 3.4.0}
+BuildRequires: %{python_module protobuf >= 3.12.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytz}
BuildRequires: %{python_module requests >= 2.18.0}
BuildRequires: %{python_module setuptools >= 34.0.0}
-BuildRequires: %{python_module six >= 1.10.0}
+BuildRequires: %{python_module six >= 1.13.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-google-auth >= 0.4.0
+Requires: python-google-auth >= 1.21.1
Requires: python-googleapis-common-protos >= 1.6.0
-Requires: python-grpcio >= 1.8.2
-Requires: python-protobuf >= 3.4.0
+Requires: python-grpcio >= 1.29.0
+Requires: python-protobuf >= 3.12.0
Requires: python-pytz
Requires: python-requests >= 2.18.0
Requires: python-setuptools >= 34.0.0
-Requires: python-six >= 1.10.0
+Requires: python-six >= 1.13.0
Suggests: python-grpcio-gcp >= 0.2.2
BuildArch: noarch
%if %{with python2}
@@ -60,7 +60,7 @@
%python_subpackages
%description
-Core Library for Google Client Libraries
+Core Library for Google Client Libraries.
%prep
%setup -q -n google-api-core-%{version}
@@ -73,8 +73,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-# test___call___and_execute_retry_hitting_deadline - broken on Leap with old
mock
-%pytest -k 'not test___call___and_execute_retry_hitting_deadline'
+%pytest
%files %{python_files}
%license LICENSE
++++++ google-api-core-1.17.0.tar.gz -> google-api-core-1.22.4.tar.gz ++++++
++++ 4496 lines of diff (skipped)