diff --git a/grpcio-status-1.56.0.tar.gz b/grpcio-status-1.56.0.tar.gz deleted file mode 100644 index f212f24..0000000 --- a/grpcio-status-1.56.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9eca0b2dcda0782d3702df225918efd6d820f75f93cd5c51c7fb6a4ffbfea12c -size 13520 diff --git a/grpcio-status-1.56.2.tar.gz b/grpcio-status-1.56.2.tar.gz new file mode 100644 index 0000000..77f0508 --- /dev/null +++ b/grpcio-status-1.56.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a046b2c0118df4a5687f4585cca9d3c3bae5c498c4dff055dcb43fb06a1180c8 +size 13506 diff --git a/python-grpcio-status.changes b/python-grpcio-status.changes index f81d6bd..2532746 100644 --- a/python-grpcio-status.changes +++ b/python-grpcio-status.changes @@ -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 diff --git a/python-grpcio-status.spec b/python-grpcio-status.spec index bcd62b6..91d7661 100644 --- a/python-grpcio-status.spec +++ b/python-grpcio-status.spec @@ -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