Accepting request 1102483 from home:munix9:branches:network

- Update to version 1.56.2:
  * [WRR] backport (gh#grpc/grpc#33694) to 1.56 (gh#grpc/grpc#33698)
  * [backport][iomgr][EventEngine] Improve server handling of
    file descriptor exhaustion (gh#grpc/grpc#33667)
- Switch build to pip/wheel.
- Add 'BuildArch: noarch'.

Requires https://build.opensuse.org/request/show/1102481

OBS-URL: https://build.opensuse.org/request/show/1102483
OBS-URL: https://build.opensuse.org/package/show/network/python-grpcio-status?expand=0&rev=6
This commit is contained in:
Marcus Meissner 2023-09-12 08:10:56 +00:00 committed by Git OBS Bridge
parent 5fdd83df1c
commit 8035bf913e
4 changed files with 22 additions and 9 deletions

View File

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

BIN
grpcio-status-1.56.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Aug 5 13:25:52 UTC 2023 - munix9@googlemail.com
- Update to version 1.56.2:
* [WRR] backport (gh#grpc/grpc#33694) to 1.56 (gh#grpc/grpc#33698)
* [backport][iomgr][EventEngine] Improve server handling of
file descriptor exhaustion (gh#grpc/grpc#33667)
- Switch build to pip/wheel.
- Add 'BuildArch: noarch'.
-------------------------------------------------------------------
Mon Jul 3 08:08:55 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -19,7 +19,7 @@
%global modname grpcio_status
%{?sle15_python_module_pythons}
Name: python-grpcio-status
Version: 1.56.0
Version: 1.56.2
Release: 0
Summary: Status proto mapping for gRPC
License: Apache-2.0
@ -27,13 +27,15 @@ Group: Development/Languages/Python
URL: https://grpc.io
Source: https://files.pythonhosted.org/packages/source/g/grpcio-status/grpcio-status-%{version}.tar.gz
BuildRequires: %{python_module devel >= 3.7}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-googleapis-common-protos >= 1.5.5
Requires: python-grpcio >= %{version}
Requires: python-protobuf >= 3.6.0
BuildArch: noarch
%python_subpackages
%description
@ -47,16 +49,16 @@ This package implements the GRPC Python status proto mapping.
%autosetup -p1 -n grpcio-status-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/grpc_status/
%{python_sitelib}/%{modname}-%{version}-py%{python_version}.egg-info/
%{python_sitelib}/grpc_status
%{python_sitelib}/%{modname}-%{version}.dist-info
%changelog