Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-grpcio-tools-1.62.1-1.2 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: python312-grpcio-tools Distribution: openSUSE:Factory:zSystems
Version: 1.62.1 Vendor: openSUSE
Release: 1.2 Build date: Wed Mar 20 08:49:32 2024
Group: Development/Languages/Python Build host: reproducible
Size: 6427164 Source RPM: python-grpcio-tools-1.62.1-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://grpc.io
Summary: Protobuf code generator for gRPC
This package provides a python-based Protobuf code generator for gRPC.

Provides

Requires

License

Apache-2.0

Changelog

* 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).
* Mon Dec 05 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.51.1:
    * No Linux specific changes.
  - Changes from version 1.51.0:
    * Fix lack of cooldown between poll attempts
      (gh#grpc/grpc#31550).
    * Remove enum and future (gh#grpc/grpc#31381).
    * [Remove Six] Remove dependency on six (gh#grpc/grpc#31340).
    * Update xds-protos package to pull in protobuf 4.X
      (gh#grpc/grpc#31113).
* Mon Oct 31 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.50.0:
    * No specific changes to tools.
* Sat Oct 15 2022 Michael Ströder <michael@stroeder.com>
  - Update to version 1.49.1:
    * Support Python 3.11. (#30818)
    * Add type stub generation support to grpcio-tools. (#30498)
* Thu Sep 01 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.48.0:
    * [Aio] Ensure Core channel closes when deallocated
      [gh#grpc/grpc#29797].
    * [Aio] Fix the wait_for_termination return value
      [gh#grpc/grpc#29795].
* Tue Jun 21 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.46.3:
    * No tools specific updates, but sync with python-grpcio.
* Fri May 06 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.46.0:
    * Add Python GCF Distribtest [gh#grpc/grpc#29303].
    * Add Python Reflection Client [gh#grpc/grpc#29085].
    * Revert "Fix prefork handler register's default behavior"
      [gh#grpc/grpc#29229].
    * Fix prefork handler register's default behavior
      [gh#grpc/grpc#29103].
    * Fix fetching CXX variable in setup.py [gh#grpc/grpc#28873].
* Sat Apr 23 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.45.0:
    * Reimplement Gevent Integration [gh#grpc/grpc#28276].
    * Support musllinux binary wheels on x64 and x86
      [gh#grpc/grpc#28092].
    * Increase the Python protobuf requirement to >=3.12.0
      [gh#grpc/grpc#28604].
* Sat Feb 19 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.44.0:
    * Add python async example for hellostreamingworld using
      generator (gh#grpc/grpc#27343).
    * Disable __wrap_memcpy hack for Python builds
      (gh#grpc/grpc#28410).
    * Bump Bazel Python Cython dependency to 0.29.26
      (gh#grpc/grpc#28398).
    * Fix libatomic linking on Raspberry Pi OS Bullseye
      (gh#grpc/grpc#28041).
    * Allow generated proto sources in remote repositories for
      py_proto_library (gh#grpc/grpc#28103).
* Wed Feb 09 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.43.0:
    * [Aio] Validate the input type for set_trailing_metadata and
      abort (gh#grpc/grpc#27958).
* Thu Oct 21 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.41.0:
    * Add Python 3.10 support and drop 3.5 (gh#grpc/grpc#26074).
    * [Aio] Remove custom IO manager support (gh#grpc/grpc#27090).
* Wed Aug 04 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.39.0:
    * Python AIO: Match continuation typing on Interceptors
      (gh#grpc/grpc#26500).
    * Workaround #26279 by publishing manylinux_2_24 wheels instead
      of manylinux2014 on aarch64 (gh#grpc/grpc#26430).
    * Fix zlib unistd.h import problem (gh#grpc/grpc#26374).
    * Handle gevent exception in gevent poller (gh#grpc/grpc#26058).
* Wed Jun 30 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.38.1:
    * Backport gh#grpc/grpc#26430 and gh#grpc/grpc#26435 to v1.38.x
      (gh#grpc/grpc#26436).
* Sun May 23 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.38.0:
    * Add grpcio-admin Python package (gh#grpc/grpc#26166).
    * Add CSDS API to Python (gh#grpc/grpc#26114).
    * Expose code and details from context on the server side
      (gh#grpc/grpc#25457).
    * Explicitly import importlib.abc; required on Python 3.10.
      Fixes #26062 (gh#grpc/grpc#26083).
    * Fix potential deadlock on the GIL in AuthMetdataPlugin
      (gh#grpc/grpc#26009).
    * Introduce new Python package "xds_protos"
      (gh#grpc/grpc#25975).
    * Remove async mark for set_trailing_metadata interface
      (gh#grpc/grpc#25814).
* Sat May 08 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.37.1:
    * No user visible changes.
  - Changes from version 1.37.0:
    * Clarify Guarantees about grpc.Future Interface
      (gh#grpc/grpc#25383).
    * [Aio] Add time_remaining method to ServicerContext
      (gh#grpc/grpc#25719).
    * Standardize all environment variable boolean configuration in
      python's setup.py (gh#grpc/grpc#25444).
    * Fix Signal Safety Issue (gh#grpc/grpc#25394).
* Thu Mar 04 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.36.1:
    * Core: back-port: add env var protection for google-c2p
      resolver (gh#grpc/grpc#25569).
* Thu Feb 25 2021 munix9@googlemail.com
  - Update to version 1.35.0:
    * Implement Python Client and Server xDS Creds.
      (gh#grpc/grpc#25365)
    * Add %define _lto_cflags %{nil} (boo#1182659) (rh#1893533)
* Wed Jan 13 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.34.1:
    * Backport "Lazily import grpc_tools when using runtime
      stub/message generation" to 1.34.x (gh#grpc/grpc#25011).
  - Changes from version 1.34.0:
    * Incur setuptools as an dependency for grpcio_tools
      (gh#grpc/grpc#24752).
    * Stop the spamming log generated by ctrl-c for AsyncIO server
      (gh#grpc/grpc#24718).
    * [gRPC Easy] Make Well-Known Types Available to Runtime
      Protos.(#24478)
    * Make Python 2 an optional dependency for Bazel build
      (gh#grpc/grpc#24407).
    * [Linux] [macOS] Support pre-compiled Python 3.9 wheels
      (gh#grpc/grpc#24356).
  - Use pytest for testing; add BuildRequires: python-pytest.

Files

/usr/lib64/python3.12/site-packages/grpc_tools
/usr/lib64/python3.12/site-packages/grpc_tools/__init__.py
/usr/lib64/python3.12/site-packages/grpc_tools/__pycache__
/usr/lib64/python3.12/site-packages/grpc_tools/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib64/python3.12/site-packages/grpc_tools/__pycache__/__init__.cpython-312.pyc
/usr/lib64/python3.12/site-packages/grpc_tools/__pycache__/command.cpython-312.opt-1.pyc
/usr/lib64/python3.12/site-packages/grpc_tools/__pycache__/command.cpython-312.pyc
/usr/lib64/python3.12/site-packages/grpc_tools/__pycache__/protoc.cpython-312.opt-1.pyc
/usr/lib64/python3.12/site-packages/grpc_tools/__pycache__/protoc.cpython-312.pyc
/usr/lib64/python3.12/site-packages/grpc_tools/_proto
/usr/lib64/python3.12/site-packages/grpc_tools/_proto/google
/usr/lib64/python3.12/site-packages/grpc_tools/_proto/google/protobuf
/usr/lib64/python3.12/site-packages/grpc_tools/_proto/google/protobuf/any.proto
/usr/lib64/python3.12/site-packages/grpc_tools/_proto/google/protobuf/api.proto
/usr/lib64/python3.12/site-packages/grpc_tools/_proto/google/protobuf/compiler
/usr/lib64/python3.12/site-packages/grpc_tools/_proto/google/protobuf/compiler/plugin.proto
/usr/lib64/python3.12/site-packages/grpc_tools/_proto/google/protobuf/descriptor.proto
/usr/lib64/python3.12/site-packages/grpc_tools/_proto/google/protobuf/duration.proto
/usr/lib64/python3.12/site-packages/grpc_tools/_proto/google/protobuf/empty.proto
/usr/lib64/python3.12/site-packages/grpc_tools/_proto/google/protobuf/field_mask.proto
/usr/lib64/python3.12/site-packages/grpc_tools/_proto/google/protobuf/source_context.proto
/usr/lib64/python3.12/site-packages/grpc_tools/_proto/google/protobuf/struct.proto
/usr/lib64/python3.12/site-packages/grpc_tools/_proto/google/protobuf/timestamp.proto
/usr/lib64/python3.12/site-packages/grpc_tools/_proto/google/protobuf/type.proto
/usr/lib64/python3.12/site-packages/grpc_tools/_proto/google/protobuf/wrappers.proto
/usr/lib64/python3.12/site-packages/grpc_tools/_protoc_compiler.cpython-312-s390x-linux-gnu.so
/usr/lib64/python3.12/site-packages/grpc_tools/command.py
/usr/lib64/python3.12/site-packages/grpc_tools/protoc.py
/usr/lib64/python3.12/site-packages/grpcio_tools-1.62.1.dist-info
/usr/lib64/python3.12/site-packages/grpcio_tools-1.62.1.dist-info/INSTALLER
/usr/lib64/python3.12/site-packages/grpcio_tools-1.62.1.dist-info/METADATA
/usr/lib64/python3.12/site-packages/grpcio_tools-1.62.1.dist-info/RECORD
/usr/lib64/python3.12/site-packages/grpcio_tools-1.62.1.dist-info/REQUESTED
/usr/lib64/python3.12/site-packages/grpcio_tools-1.62.1.dist-info/WHEEL
/usr/lib64/python3.12/site-packages/grpcio_tools-1.62.1.dist-info/top_level.txt
/usr/share/doc/packages/python312-grpcio-tools
/usr/share/doc/packages/python312-grpcio-tools/README.rst


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:53:36 2024