From 15ae2ee6dc8a3e39b9af3eec0f1084efa961ef1198538b7ce900c3969fdf38c4 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Thu, 1 Dec 2022 14:54:51 +0000 Subject: [PATCH] Accepting request 1039326 from home:glaubitz:branches:devel:languages:python - Update to 1.57.0: * Add support for Python 3.10 (#143) * Add support for Python 3.11 (#145) * Added google.api.JwtLocation.cookie (6af2132) * Added google.api.Service.publishing and client libraries settings (6af2132) * New fields in enum google.api.ErrorReason (6af2132) * Deprecate google.api.BackendRule.min_deadline (6af2132) * **deps:** Require protobuf >=3.19.5 (#141) * Minor updates to comments (6af2132) - Update BuildRequires and Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/1039326 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-googleapis-common-protos?expand=0&rev=20 --- googleapis-common-protos-1.56.4.tar.gz | 3 --- googleapis-common-protos-1.57.0.tar.gz | 3 +++ python-googleapis-common-protos.changes | 14 ++++++++++++++ python-googleapis-common-protos.spec | 6 +++--- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 googleapis-common-protos-1.56.4.tar.gz create mode 100644 googleapis-common-protos-1.57.0.tar.gz diff --git a/googleapis-common-protos-1.56.4.tar.gz b/googleapis-common-protos-1.56.4.tar.gz deleted file mode 100644 index 437b78c..0000000 --- a/googleapis-common-protos-1.56.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c25873c47279387cfdcbdafa36149887901d36202cb645a0e4f29686bf6e4417 -size 109551 diff --git a/googleapis-common-protos-1.57.0.tar.gz b/googleapis-common-protos-1.57.0.tar.gz new file mode 100644 index 0000000..cd60601 --- /dev/null +++ b/googleapis-common-protos-1.57.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a849d6205838fb6cc3c1c21cb9800707a661bb21c6ce7fb13e99eb1f8a0c46 +size 115316 diff --git a/python-googleapis-common-protos.changes b/python-googleapis-common-protos.changes index 21ec3cc..1c47dd6 100644 --- a/python-googleapis-common-protos.changes +++ b/python-googleapis-common-protos.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Dec 1 13:19:12 UTC 2022 - John Paul Adrian Glaubitz + +- Update to 1.57.0: + * Add support for Python 3.10 (#143) + * Add support for Python 3.11 (#145) + * Added google.api.JwtLocation.cookie (6af2132) + * Added google.api.Service.publishing and client libraries settings (6af2132) + * New fields in enum google.api.ErrorReason (6af2132) + * Deprecate google.api.BackendRule.min_deadline (6af2132) + * **deps:** Require protobuf >=3.19.5 (#141) + * Minor updates to comments (6af2132) +- Update BuildRequires and Requires from setup.py + ------------------------------------------------------------------- Thu Sep 8 09:25:23 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-googleapis-common-protos.spec b/python-googleapis-common-protos.spec index 5f9d89c..5558339 100644 --- a/python-googleapis-common-protos.spec +++ b/python-googleapis-common-protos.spec @@ -20,7 +20,7 @@ %define modname googleapis-common-protos %define pkgname %{lua:pname,_ = string.gsub(rpm.expand('%modname'), '-' , '_');print(pname)} Name: python-googleapis-common-protos -Version: 1.56.4 +Version: 1.57.0 Release: 0 Summary: Common protobufs used in Google APIs License: Apache-2.0 @@ -29,13 +29,13 @@ URL: https://github.com/googleapis/python-api-common-protos Source: https://files.pythonhosted.org/packages/source/g/googleapis-common-protos/googleapis-common-protos-%{version}.tar.gz Source1: test_google_api_error_reason.py BuildRequires: %{python_module pip} -BuildRequires: %{python_module protobuf >= 3.15.0} +BuildRequires: %{python_module protobuf >= 3.19.5} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-protobuf >= 3.15.0 +Requires: python-protobuf >= 3.19.5 Recommends: python-grpcio >= 1.0.0 BuildArch: noarch %python_subpackages