Accepting request 1108790 from network
OBS-URL: https://build.opensuse.org/request/show/1108790 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-grpcio-tools?expand=0&rev=26
This commit is contained in:
commit
6fa7365ff2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:82af2f4040084141a732f0ef1ecf3f14fdf629923d74d850415e4d09a077e77a
|
|
||||||
size 4485433
|
|
3
grpcio-tools-1.57.0.tar.gz
Normal file
3
grpcio-tools-1.57.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2f16130d869ce27ecd623194547b649dd657333ec7e8644cc571c645781a9b85
|
||||||
|
size 4488020
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 30 17:13:33 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.57.0:
|
||||||
|
* [posix] Enable systemd sockets for libsystemd>=233
|
||||||
|
(gh#grpc/grpc#32671).
|
||||||
|
* [python O11Y] Initial Implementation (gh#grpc/grpc#32974).
|
||||||
|
- Build with Cython.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 5 13:25:52 UTC 2023 - munix9@googlemail.com
|
Sat Aug 5 13:25:52 UTC 2023 - munix9@googlemail.com
|
||||||
|
|
||||||
@ -5,7 +14,6 @@ Sat Aug 5 13:25:52 UTC 2023 - munix9@googlemail.com
|
|||||||
* [WRR] backport (gh#grpc/grpc#33694) to 1.56 (gh#grpc/grpc#33698)
|
* [WRR] backport (gh#grpc/grpc#33694) to 1.56 (gh#grpc/grpc#33698)
|
||||||
* [backport][iomgr][EventEngine] Improve server handling of
|
* [backport][iomgr][EventEngine] Improve server handling of
|
||||||
file descriptor exhaustion (gh#grpc/grpc#33667)
|
file descriptor exhaustion (gh#grpc/grpc#33667)
|
||||||
|
|
||||||
- Switch build to pip/wheel.
|
- Switch build to pip/wheel.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -20,13 +20,14 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-grpcio-tools
|
Name: python-grpcio-tools
|
||||||
Version: 1.56.2
|
Version: 1.57.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Protobuf code generator for gRPC
|
Summary: Protobuf code generator for gRPC
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://grpc.io
|
URL: https://grpc.io
|
||||||
Source: https://files.pythonhosted.org/packages/source/g/grpcio-tools/grpcio-tools-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/g/grpcio-tools/grpcio-tools-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module Cython}
|
||||||
BuildRequires: %{python_module devel >= 3.7}
|
BuildRequires: %{python_module devel >= 3.7}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
@ -53,7 +54,7 @@ This package provides a python-based Protobuf code generator for gRPC.
|
|||||||
sed -i "1{/\/usr\/bin\/env python/d}" grpc_tools/protoc.py
|
sed -i "1{/\/usr\/bin\/env python/d}" grpc_tools/protoc.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%define _lto_cflags %{nil}
|
export GRPC_PYTHON_BUILD_WITH_CYTHON=true
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user