1
0

Accepting request 1185375 from devel:languages:python

- Update to 1.63.2
  * **deps:** Require protobuf >= 3.20.2 (c77c0dc)
  * Regenerate pb2 files for compatibility with protobuf 5.x (c77c0dc) (forwarded request 1185360 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1185375
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-googleapis-common-protos?expand=0&rev=23
This commit is contained in:
Ana Guerrero 2024-07-04 14:27:50 +00:00 committed by Git OBS Bridge
commit f7af4a5ace
4 changed files with 13 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c6442f7a0a6b2a80369457d79e6672bb7dcbaab88e0848302497e3ec80780a6a
size 121632

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27c5abdffc4911f28101e635de1533fb4cfd2c37fbaa9174587c799fac90aa87
size 112890

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jul 4 09:00:28 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.63.2
* **deps:** Require protobuf >= 3.20.2 (c77c0dc)
* Regenerate pb2 files for compatibility with protobuf 5.x (c77c0dc)
-------------------------------------------------------------------
Mon Jun 24 12:01:02 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -20,7 +20,7 @@
%define pkgname %{lua:pname,_ = string.gsub(rpm.expand('%modname'), '-' , '_');print(pname)}
%{?sle15_python_module_pythons}
Name: python-googleapis-common-protos
Version: 1.63.1
Version: 1.63.2
Release: 0
Summary: Common protobufs used in Google APIs
License: Apache-2.0
@ -29,12 +29,12 @@ 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.19.5}
BuildRequires: %{python_module protobuf >= 3.20.2}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-protobuf >= 3.19.5
Requires: python-protobuf >= 3.20.2
Recommends: python-grpcio >= 1.0.0
BuildArch: noarch
%if 0%{?sle_version} >= 150400