1
0

Accepting request 1133652 from devel:languages:python

- update to 1.62.0:
  * Add `auto_populated_fields` field of `MethodSettings` in
    `google/api/client_pb2` (#194)
  * Add support for Python 3.12 (#192)
  * Migrate to native namespace packages (#187)

  * create api-common-protos repo for python common protos

OBS-URL: https://build.opensuse.org/request/show/1133652
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-googleapis-common-protos?expand=0&rev=18
This commit is contained in:
Ana Guerrero 2023-12-17 20:32:53 +00:00 committed by Git OBS Bridge
commit d8dec4a5a1
4 changed files with 14 additions and 7 deletions

View File

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

BIN
googleapis-common-protos-1.62.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Dec 16 20:52:40 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.62.0:
* Add `auto_populated_fields` field of `MethodSettings` in
`google/api/client_pb2` (#194)
* Add support for Python 3.12 (#192)
* Migrate to native namespace packages (#187)
-------------------------------------------------------------------
Wed Dec 6 13:32:51 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
@ -119,7 +128,7 @@ Mon Apr 25 09:17:13 UTC 2022 - Matej Cepl <mcepl@suse.com>
Wed Sep 23 13:16:52 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 1.52.0
* create api-common-protos repo for python common protos
* create api-common-protos repo for python common protos
-------------------------------------------------------------------
Wed Apr 8 12:14:23 UTC 2020 - Marketa Calabkova <mcalabkova@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.61.0
Version: 1.62.0
Release: 0
Summary: Common protobufs used in Google APIs
License: Apache-2.0
@ -31,7 +31,6 @@ Source1: test_google_api_error_reason.py
BuildRequires: %{python_module pip}
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
@ -71,6 +70,5 @@ install -p -D -t tests/unit %{SOURCE1}
%{python_sitelib}/google/gapic
%{python_sitelib}/google/cloud
%{python_sitelib}/%{pkgname}-%{version}*-info
%{python_sitelib}/%{pkgname}-%{version}*-nspkg.pth
%changelog