| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python313-grpcio-tools | Distribution: openSUSE Tumbleweed |
| Version: 1.78.0 | Vendor: openSUSE |
| Release: 1.2 | Build date: Fri Feb 13 11:25:24 2026 |
| Group: Development/Languages/Python | Build host: reproducible |
| Size: 9337280 | Source RPM: python-grpcio-tools-1.78.0-1.2.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://grpc.io | |
| Summary: Protobuf code generator for gRPC | |
This package provides a python-based Protobuf code generator for gRPC.
Apache-2.0
* Fri Feb 13 2026 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.78.0:
* aio: fix race condition causing asyncio.run() to hang forever
during the shutdown process (gh#grpc/grpc#40989).
* Migrate to pyproject.toml build system from setup.py builds
(gh#grpc/grpc#40833).
* Log error details when ExecuteBatchError occurs (at DEBUG
level) (gh#grpc/grpc#40921).
* Sun Nov 09 2025 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.76.0:
* gRPC AsyncIO: Improve CompletionQueue polling performance
(gh#grpc/grpc#39993).
* Fri Oct 24 2025 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.75.1:
* Asyncio: fix grpc shutdown race condition occurring during
python interpreter finalizations (gh#grpc/grpc#40447).
* Python 3.14 support.
* Python 3.14: preserve current behavior when using grpc.aio
async methods outside of a running event loop
(gh#grpc/grpc#40750).
- Changes from version 1.75.0:
* gRPC Python (grpcio) now depends on typing-extensions~=4.13
(gh#grpc/grpc#40137).
* grpc.aio typehint fixes (gh#grpc/grpc#40215,
gh#grpc/grpc#40217).
* Mon Jul 28 2025 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.74.0:
* Fix gRPC Python docs website layout - use spaces optimally
(gh#grpc/grpc#40073).
* Sun Jun 15 2025 Atri Bhattacharya <badshah400@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.
* Sat May 10 2025 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.72.0:
* No python module specific changes documented.
- Changes from versions 1.70.0 through 1.71.1:
* Undocumented.
* Fri Apr 11 2025 Antonello Tartamo <antonello.tartamo@suse.com>
- Updated to version 1.69.0
* [Build] Override MACOSX_DEPLOYMENT_TARGET for gRPC Python. (#37997)
* Sun Dec 22 2024 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.68.1:
* No Python specific changes.
- Changes from version 1.68.0:
* Add templating and support for Python 3.13
(gh#grpc/grpc#37643).
* Wed Nov 13 2024 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.67.1:
* Minor bug fix release.
- Changes from version 1.67.0:
* Add templating and support for Python 3.13
(gh#grpc/grpc##37643).
* Change warning to RuntimeError for version incompatibility
(gh#grpc/grpc##37466).
* Fix: reflection returns original_request
(gh#grpc/grpc##36944).
* Wed Jul 17 2024 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.65.0:
* [Python O11y] Implement CSM observability for Python
(gh#grpc/grpc#36557).
* [Python AIO] Return EOF from UnaryStreamCall.read() as
documented (gh#grpc/grpc#36660).
* [Python Otel] Deprecate target_attribute_filter
(gh#grpc/grpc#36697).
* [Python Server] Remove abstractmethod notation for
add_registered_method_handlers (gh#grpc/grpc#36684).
- Tests no longer work due to missing modules, disable %check.
* Tue Apr 23 2024 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.62.2:
* [Fix Python Deadlock] Guard
grpc_google_default_credentials_create with nogil
* Wed Mar 20 2024 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.62.1:
* This release contains refinements, improvements, and bug
fixes.
* Fri Feb 23 2024 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.62.0:
* [Python AIO] Handle DeprecationWarnings when get current loop
(gh#grpc/grpc#35583).
* [Python AIO] Raise resource_exhausted error in case of
concurrent RPC limit exceeded (gh#grpc/grpc#35376).
* [Python O11y] Build and distrib O11y package
(gh#grpc/grpc#35578).
* [Python setuptools] Import error from distutils for lower
version of setuptools (gh#grpc/grpc#35561).
* Sun Feb 11 2024 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.60.1:
* Revert change to print backtrace in server
* Fri Dec 15 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.60.0:
* No python specific changes.
* Tue Oct 31 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.59.2:
* No python specific changes.
* Sat Sep 30 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.59.0:
* [Python 3.12] Support Python 3.12 (gh#grpc/grpc#34398).
* [Python 3.12] Deprecate distutil (gh#grpc/grpc#34186).
* Sun Sep 17 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.58.0:
* [Bazel] Enable grpcio-reflection to be used via Bazel
(gh#grpc/grpc#31013).
* [packaging] Publish xds-protos as part of the standard package
pipeline (gh#grpc/grpc#33797).
* Wed Aug 30 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 05 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.
* Sun Jul 02 2023 ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
- Upstream only supports python >= 3.7, so adjust BuildRequires
accordingly.
* Fri Jun 30 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.56.0:
* [aio types] Fix some grpc.aio python types
(gh#grpc/grpc#32475).
* Sat Jun 10 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.55.0:
* [EventEngine] Disable EventEngine polling in gRPC Python
(gh#grpc/grpc#33279) (gh#grpc/grpc#33320).
* [Bazel Python3.11] Update Bazel dependencies for Python 3.11
(gh#grpc/grpc#33318) (gh#grpc/grpc#33319).
* Fri Apr 28 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.54.0:
* Fix DeprecationWarning when calling asyncio.get_event_loop()
(gh#grpc/grpc#32533).
* Remove references to deprecated syntax field
(gh#grpc/grpc#32497).
/etc/alternatives/python-grpc-tools-protoc /usr/bin/python-grpc-tools-protoc /usr/bin/python-grpc-tools-protoc-3.13 /usr/lib/python3.13/site-packages/grpc_tools /usr/lib/python3.13/site-packages/grpc_tools/__init__.py /usr/lib/python3.13/site-packages/grpc_tools/__pycache__ /usr/lib/python3.13/site-packages/grpc_tools/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/grpc_tools/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/grpc_tools/__pycache__/command.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/grpc_tools/__pycache__/command.cpython-313.pyc /usr/lib/python3.13/site-packages/grpc_tools/__pycache__/grpc_version.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/grpc_tools/__pycache__/grpc_version.cpython-313.pyc /usr/lib/python3.13/site-packages/grpc_tools/__pycache__/protoc.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/grpc_tools/__pycache__/protoc.cpython-313.pyc /usr/lib/python3.13/site-packages/grpc_tools/__pycache__/python_version.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/grpc_tools/__pycache__/python_version.cpython-313.pyc /usr/lib/python3.13/site-packages/grpc_tools/_proto /usr/lib/python3.13/site-packages/grpc_tools/_proto/google /usr/lib/python3.13/site-packages/grpc_tools/_proto/google/protobuf /usr/lib/python3.13/site-packages/grpc_tools/_proto/google/protobuf/any.proto /usr/lib/python3.13/site-packages/grpc_tools/_proto/google/protobuf/api.proto /usr/lib/python3.13/site-packages/grpc_tools/_proto/google/protobuf/compiler /usr/lib/python3.13/site-packages/grpc_tools/_proto/google/protobuf/compiler/plugin.proto /usr/lib/python3.13/site-packages/grpc_tools/_proto/google/protobuf/descriptor.proto /usr/lib/python3.13/site-packages/grpc_tools/_proto/google/protobuf/duration.proto /usr/lib/python3.13/site-packages/grpc_tools/_proto/google/protobuf/empty.proto /usr/lib/python3.13/site-packages/grpc_tools/_proto/google/protobuf/field_mask.proto /usr/lib/python3.13/site-packages/grpc_tools/_proto/google/protobuf/source_context.proto /usr/lib/python3.13/site-packages/grpc_tools/_proto/google/protobuf/struct.proto /usr/lib/python3.13/site-packages/grpc_tools/_proto/google/protobuf/timestamp.proto /usr/lib/python3.13/site-packages/grpc_tools/_proto/google/protobuf/type.proto /usr/lib/python3.13/site-packages/grpc_tools/_proto/google/protobuf/wrappers.proto /usr/lib/python3.13/site-packages/grpc_tools/_protoc_compiler.cpython-313-i386-linux-gnu.so /usr/lib/python3.13/site-packages/grpc_tools/command.py /usr/lib/python3.13/site-packages/grpc_tools/grpc_version.py /usr/lib/python3.13/site-packages/grpc_tools/protoc.py /usr/lib/python3.13/site-packages/grpc_tools/python_version.py /usr/lib/python3.13/site-packages/grpcio_tools-1.78.0.dist-info /usr/lib/python3.13/site-packages/grpcio_tools-1.78.0.dist-info/INSTALLER /usr/lib/python3.13/site-packages/grpcio_tools-1.78.0.dist-info/METADATA /usr/lib/python3.13/site-packages/grpcio_tools-1.78.0.dist-info/RECORD /usr/lib/python3.13/site-packages/grpcio_tools-1.78.0.dist-info/REQUESTED /usr/lib/python3.13/site-packages/grpcio_tools-1.78.0.dist-info/WHEEL /usr/lib/python3.13/site-packages/grpcio_tools-1.78.0.dist-info/entry_points.txt /usr/lib/python3.13/site-packages/grpcio_tools-1.78.0.dist-info/top_level.txt /usr/share/doc/packages/python313-grpcio-tools /usr/share/doc/packages/python313-grpcio-tools/README.rst
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Mar 6 23:05:00 2026