Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-grpcio-tools for openSUSE:Factory checked in at 2025-06-20 16:48:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-grpcio-tools (Old) and /work/SRC/openSUSE:Factory/.python-grpcio-tools.new.31170 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-grpcio-tools" Fri Jun 20 16:48:53 2025 rev:40 rq:1286793 version:1.73.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-grpcio-tools/python-grpcio-tools.changes 2025-05-20 09:35:20.014303807 +0200 +++ /work/SRC/openSUSE:Factory/.python-grpcio-tools.new.31170/python-grpcio-tools.changes 2025-06-20 16:50:13.774295607 +0200 @@ -1,0 +2,11 @@ +Sun Jun 15 06:27:51 UTC 2025 - Atri Bhattacharya <badshah...@gmail.com> + +- Update to version 1.73.0: + * Pin Cython to 3.1.1 (gh#grpc/grpc#39609). + * grpc_tools: make PythonGrpcGenerator handle dot . in proto + paths the same way as native Generator/PyiGenerator + (gh#grpc/grpc#39586). +- Package python-grpc-tools-protoc executable using + update-alternatives. + +------------------------------------------------------------------- Old: ---- grpcio_tools-1.72.0.tar.gz New: ---- grpcio_tools-1.73.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-grpcio-tools.spec ++++++ --- /var/tmp/diff_new_pack.wicNL5/_old 2025-06-20 16:50:14.410321911 +0200 +++ /var/tmp/diff_new_pack.wicNL5/_new 2025-06-20 16:50:14.414322076 +0200 @@ -21,7 +21,7 @@ %define modname grpcio_tools %{?sle15_python_module_pythons} Name: python-grpcio-tools -Version: 1.72.0 +Version: 1.73.0 Release: 0 Summary: Protobuf code generator for gRPC License: Apache-2.0 @@ -39,6 +39,8 @@ Requires: python-grpcio >= %{version} Requires: python-protobuf >= 3.5.0.post1 Requires: python-setuptools +Requires(post): update-alternatives +Requires(postun): update-alternatives # SECTION test requirements BuildRequires: %{python_module grpcio >= %{version}} BuildRequires: %{python_module protobuf >= 3.5.0.post1} @@ -61,10 +63,18 @@ %install %pyproject_install +%python_clone -a %{buildroot}%{_bindir}/python-grpc-tools-protoc %python_expand %fdupes %{buildroot}%{$python_sitearch} +%post +%python_install_alternative python-grpc-tools-protoc + +%postun +%python_uninstall_alternative python-grpc-tools-protoc + %files %{python_files} %doc README.rst +%python_alternative %{_bindir}/python-grpc-tools-protoc %{python_sitearch}/grpc_tools %{python_sitearch}/grpcio_tools-%{version}.dist-info ++++++ grpcio_tools-1.72.0.tar.gz -> grpcio_tools-1.73.0.tar.gz ++++++ ++++ 115581 lines of diff (skipped)