forked from pool/python-googleapis-common-protos
Accepting request 1039346 from 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 (forwarded request 1039326 from glaubitz) OBS-URL: https://build.opensuse.org/request/show/1039346 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-googleapis-common-protos?expand=0&rev=10
This commit is contained in:
commit
7adf3f3654
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c25873c47279387cfdcbdafa36149887901d36202cb645a0e4f29686bf6e4417
|
||||
size 109551
|
3
googleapis-common-protos-1.57.0.tar.gz
Normal file
3
googleapis-common-protos-1.57.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27a849d6205838fb6cc3c1c21cb9800707a661bb21c6ce7fb13e99eb1f8a0c46
|
||||
size 115316
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 1 13:19:12 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- 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 <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user