Update to version 1.43.0 OBS-URL: https://build.opensuse.org/request/show/953004 OBS-URL: https://build.opensuse.org/package/show/network/python-grpcio?expand=0&rev=28
147 lines
5.7 KiB
Plaintext
147 lines
5.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Feb 8 23:52:07 UTC 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).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 26 20:44:15 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.41.1:
|
|
* This is release 1.41.0 (goat) of gRPC Core.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 21 13:16:01 UTC 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 4 09:58:45 UTC 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 19:55:02 UTC 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 00:55:51 UTC 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 8 14:08:44 UTC 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 4 22:50:29 UTC 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 16:24:53 UTC 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)
|
|
* Link roots.pem to ca-bundle.pem from ca-certificates package
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 13 20:31:44 UTC 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).
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 6 21:25:21 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Update to 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
|
|
(gh#grpc/grpc#24478).
|
|
* Bump MACOSX_DEPLOYMENT_TARGET to 10.10 for Python
|
|
(gh#grpc/grpc#24480).
|
|
* 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).
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 31 11:14:24 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Update to version 1.33.2:
|
|
* [Backport] Implement grpc.Future interface in
|
|
SingleThreadedRendezvous (gh#grpc/grpc#24574).
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 21 21:51:15 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Update to version 1.33.1:
|
|
* [Backport] Make Python 2 an optional dependency for Bazel
|
|
build (gh#grpc/grpc#24452).
|
|
* Allow asyncio API to be imported as grpc.aio.
|
|
(gh#grpc/grpc#24289).
|
|
* [gRPC Easy] Fix import errors on Windows (gh#grpc/grpc#24124).
|
|
* Make version check for importlib.abc in grpcio-tools more
|
|
stringent (gh#grpc/grpc#24098).
|
|
- Add python-grpcio-disable-boring-ssl.patch: Make enabling system
|
|
ssl disable boring ssl (gh#grpc/grpc#24498); patch taken from
|
|
upstream PR.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 16 11:12:07 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
- update to 1.31.0
|
|
* no upstream changelog available
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 13 13:36:24 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Trim marketing wording from description.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 29 15:48:04 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Initial package.
|