forked from pool/python-googleapis-common-protos
- 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/package/show/devel:languages:python/python-googleapis-common-protos?expand=0&rev=36
This commit is contained in:
parent
3dc2065bdb
commit
22596b5ff8
@ -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
BIN
googleapis-common-protos-1.62.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user