Accepting request 1133662 from devel:languages:python
- update to 2.15.0: * Add support for Python 3.12 * Add type annotations to wrapped grpc calls * Add universe_domain argument to ClientOptions * Introduce compatibility with native namespace packages * Fix regression in `bidi` causing `Thread- ConsumeBidirectionalStream caught unexpected exception and will exit` (#562) * Replace deprecated `datetime.datetime.utcnow()` - To avoid a build cycle, switch to multibuild. * Update intersphinx mapping for requests. * Update pins of ‘googleapis-common-protos. OBS-URL: https://build.opensuse.org/request/show/1133662 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-api-core?expand=0&rev=29
This commit is contained in:
commit
0a0eff34cc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5368a4502b793d9bbf812a5912e13e4e69f9bd87f6efb508460c43f5bbd1ce41
|
||||
size 132423
|
BIN
google-api-core-2.15.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
google-api-core-2.15.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 16 19:25:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.15.0:
|
||||
* Add support for Python 3.12
|
||||
* Add type annotations to wrapped grpc calls
|
||||
* Add universe_domain argument to ClientOptions
|
||||
* Introduce compatibility with native namespace packages
|
||||
* Fix regression in `bidi` causing `Thread-
|
||||
ConsumeBidirectionalStream caught unexpected exception and
|
||||
will exit` (#562)
|
||||
* Replace deprecated `datetime.datetime.utcnow()`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 7 13:49:02 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
@ -174,7 +187,7 @@ Thu Apr 7 12:20:32 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.c
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 7 11:04:50 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- To avoid a build cycle, switch to multibuild.
|
||||
- To avoid a build cycle, switch to multibuild.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 6 05:22:42 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
@ -303,9 +316,9 @@ Mon Aug 12 14:15:35 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- Update to 1.14.2
|
||||
* Forward ‘timeout’ arg from ‘exception’ to _blocking_poll.
|
||||
* Update intersphinx mapping for requests.
|
||||
* Update intersphinx mapping for requests.
|
||||
* Firestore: Add should_terminate predicate for clean BiDi shutdown.
|
||||
* Update pins of ‘googleapis-common-protos.
|
||||
* Update pins of ‘googleapis-common-protos.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 2 14:51:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
@ -24,10 +24,9 @@
|
||||
%define psuffix %{nil}
|
||||
%bcond_with test
|
||||
%endif
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-google-api-core
|
||||
Version: 2.14.0
|
||||
Version: 2.15.0
|
||||
Release: 0
|
||||
Summary: Google API client core library
|
||||
License: Apache-2.0
|
||||
@ -38,7 +37,6 @@ Patch0: python-google-api-core-no-mock.patch
|
||||
BuildRequires: %{python_module google-auth >= 2.14.1}
|
||||
BuildRequires: %{python_module googleapis-common-protos >= 1.53.0}
|
||||
BuildRequires: %{python_module grpcio >= 1.33.2}
|
||||
BuildRequires: %{python_module grpcio-gcp >= 0.2.2}
|
||||
BuildRequires: %{python_module grpcio-status >= 1.33.2}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module protobuf >= 3.19.5 with %python-protobuf < 5.0.0.dev0}
|
||||
@ -64,7 +62,6 @@ Requires: python-pytz
|
||||
Requires: python-requests >= 2.18.0
|
||||
Requires: python-setuptools >= 40.3.0
|
||||
Requires: (python-protobuf >= 3.19.5 with python-protobuf < 5.0.0.dev0)
|
||||
Suggests: python-grpcio-gcp >= 0.2.2
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
@ -95,7 +92,6 @@ Core Library for Google Client Libraries.
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python_sitelib}/google/api_core
|
||||
%{python_sitelib}/google_api_core-%{version}*-nspkg.pth
|
||||
%{python_sitelib}/google_api_core-%{version}*-info
|
||||
%endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user