2023-09-04 07:46:54 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Aug 30 17:07:21 UTC 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).
|
|
|
|
|
- Add python-grpcio-cython3-compat.patch: Fix noexcept errors upon
|
|
|
|
|
compiling with Cython 3+ (gh#grpc/grpc#33918).
|
|
|
|
|
- Build with LTO (don't set _lto_cflags to %nil).
|
|
|
|
|
- No need to pass '-std=c++17' to build CFLAGS.
|
|
|
|
|
|
2023-08-06 12:11:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Aug 5 13:25:52 UTC 2023 - munix9@googlemail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 1.56.2:
|
2023-08-06 12:11:47 +00:00
|
|
|
* [WRR] backport (gh#grpc/grpc#33694) to 1.56
|
|
|
|
|
(gh#grpc/grpc#33698)
|
2023-08-06 12:11:06 +00:00
|
|
|
* [backport][iomgr][EventEngine] Improve server handling of
|
|
|
|
|
file descriptor exhaustion (gh#grpc/grpc#33667)
|
|
|
|
|
- Switch build to pip/wheel.
|
|
|
|
|
- Use system abseil with '-std=c++17' to prevent undefined symbol
|
|
|
|
|
eg. with python-grpcio-tools (_ZN3re23RE213GlobalReplaceEPNSt7__
|
|
|
|
|
cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS0_N4absl12lts_
|
|
|
|
|
2023012511string_viewE)
|
|
|
|
|
- Remove python-grpcio-disable-boring-ssl.patch, use
|
|
|
|
|
'export GRPC_BUILD_WITH_BORING_SSL_ASM=false' instead.
|
|
|
|
|
|
2023-07-04 10:40:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jul 4 10:39:59 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Upstream only supports python >= 3.7, so adjust BuildRequires
|
|
|
|
|
accordingly.
|
|
|
|
|
|
2023-07-02 13:13:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jul 2 12:33:22 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
|
|
2023-07-02 09:20:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jun 30 15:47:01 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 1.56.0:
|
|
|
|
|
* [aio types] Fix some grpc.aio python types
|
|
|
|
|
(gh#grpc/grpc#32475).
|
|
|
|
|
|
2023-06-11 07:58:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jun 10 16:26:53 UTC 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).
|
|
|
|
|
- Drop Requires: python-six; not required any more.
|
|
|
|
|
- Switch Suggests to Recommends.
|
|
|
|
|
|
2023-04-28 08:23:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Apr 28 04:39:48 UTC 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).
|
|
|
|
|
|
2022-12-05 17:28:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Dec 5 14:44:31 UTC 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).
|
|
|
|
|
|
2022-11-01 19:27:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Oct 31 10:09:02 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 1.50.0:
|
|
|
|
|
* Support Python 3.11. [gh#grpc/grpc#30818].
|
|
|
|
|
|
2022-10-16 18:22:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Oct 14 18:10:05 UTC 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)
|
|
|
|
|
|
2022-09-05 10:25:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Sep 1 03:43:57 UTC 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].
|
|
|
|
|
- Drop grpc-no-return-from-non-void-function.patch: Fixes
|
|
|
|
|
upstream.
|
|
|
|
|
|
2022-06-04 15:07:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jun 4 14:52:05 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 1.46.3:
|
|
|
|
|
* backport: xds: use federation env var to guard new-style resource name parsing
|
|
|
|
|
* This release contains refinements, improvements, and bug fixes.
|
|
|
|
|
|
2022-05-09 08:33:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri May 6 17:37:43 UTC 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].
|
|
|
|
|
|
Accepting request 972319 from home:badshah400:branches:network
* Update to version 1.45.0.
* Build with system re2; add BuildRequires: pkgconfig(re2).
* python-grpcio-disable-boring-ssl.patch: Line offset changes.
* Add grpc-no-return-from-non-void-function.patch to return a default string from a function defined to return a string (patch mirrored from obs://devel:tools/grpc).
*-This line, and those below, will be ignored--
old: network/python-grpcio
new: home:badshah400:branches:network/python-grpcio rev None
Index: python-grpcio-disable-boring-ssl.patch
===================================================================
--- python-grpcio-disable-boring-ssl.patch (revision 29)
+++ python-grpcio-disable-boring-ssl.patch (revision 4)
@@ -7,11 +7,11 @@
setup.py | 1 +
1 file changed, 1 insertion(+)
-diff --git a/setup.py b/setup.py
-index e23c9acf087..72307598a5b 100644
---- a/setup.py
-+++ b/setup.py
-@@ -249,6 +249,7 @@ def check_linker_need_libatomic():
+Index: grpcio-1.45.0/setup.py
+===================================================================
+--- grpcio-1.45.0.orig/setup.py
++++ grpcio-1.45.0/setup.py
+@@ -285,6 +285,7 @@ if BUILD_WITH_SYSTEM_OPENSSL:
CORE_C_FILES)
CORE_C_FILES = filter(lambda x: 'src/boringssl' not in x, CORE_C_FILES)
SSL_INCLUDE = (os.path.join('/usr', 'include', 'openssl'),)
@@ -19,4 +19,3 @@
if BUILD_WITH_SYSTEM_ZLIB:
CORE_C_FILES = filter(lambda x: 'third_party/zlib' not in x, CORE_C_FILES)
-
Index: python-grpcio.changes
===================================================================
--- python-grpcio.changes (revision 29)
+++ python-grpcio.changes (revision 4)
@@ -1,4 +1,19 @@
-------------------------------------------------------------------
+Tue Mar 29 12:28:19 UTC 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].
+- Build with system re2; add BuildRequires: pkgconfig(re2).
+- python-grpcio-disable-boring-ssl.patch: Line offset changes.
+- Add grpc-no-return-from-non-void-function.patch to return a
+ default string from a function defined to return a string (patch
+ mirrored from obs://devel:tools/grpc).
+
+-------------------------------------------------------------------
Sat Feb 19 17:04:04 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.44.0:
Index: python-grpcio.spec
===================================================================
--- python-grpcio.spec (revision 29)
+++ python-grpcio.spec (revision 4)
@@ -20,7 +20,7 @@
# PYTHON2 NOT SUPPORTED BY UPSTREAM
%define skip_python2 1
Name: python-grpcio
-Version: 1.44.0
+Version: 1.45.0
Release: 0
Summary: HTTP/2-based Remote Procedure Call implementation
License: Apache-2.0
@@ -29,6 +29,8 @@
Source: https://files.pythonhosted.org/packages/source/g/grpcio/grpcio-%{version}.tar.gz
# PATCH-FIX-UPSTREAM python-grpcio-disable-boring-ssl.patch gh#grpc/grpc#24498 badshah400@gmail.com -- Make enabling system ssl disable boring ssl; patch taken from upstream PR
Patch0: python-grpcio-disable-boring-ssl.patch
+# PATCH-FIX-UPSTREAM grpc-no-return-from-non-void-function.patch badshah400@gmail.com -- Return a default string from a function defined to return a string (patch mirrored from obs://devel:tools/grpc)
+Patch1: grpc-no-return-from-non-void-function.patch
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
@@ -39,6 +41,7 @@
BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(libcares)
BuildRequires: pkgconfig(openssl)
+BuildRequires: pkgconfig(re2)
BuildRequires: pkgconfig(zlib)
Requires: ca-certificates
Requires: python-six >= 1.5.2
@@ -60,6 +63,7 @@
export GRPC_PYTHON_BUILD_SYSTEM_ZLIB=true
export GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=true
export GRPC_PYTHON_BUILD_SYSTEM_CARES=true
+export GRPC_PYTHON_BUILD_SYSTEM_RE2=true
%python_build
%install
Index: grpc-no-return-from-non-void-function.patch
===================================================================
--- grpc-no-return-from-non-void-function.patch (added)
+++ grpc-no-return-from-non-void-function.patch (revision 4)
@@ -0,0 +1,12 @@
+Index: grpc-1.45.0/src/core/lib/transport/metadata_batch.h
+===================================================================
+--- grpc-1.45.0.orig/src/core/lib/transport/metadata_batch.h
++++ grpc-1.45.0/src/core/lib/transport/metadata_batch.h
+@@ -530,6 +530,7 @@ struct GrpcStreamNetworkState {
+ case kNotSeenByServer:
+ return "not seen by server";
+ }
++ return "none";
+ }
+ };
+
Index: grpcio-1.45.0.tar.gz
===================================================================
Binary file grpcio-1.45.0.tar.gz (revision 4) added
Index: grpcio-1.44.0.tar.gz
===================================================================
Binary file grpcio-1.44.0.tar.gz (revision 29) deleted
OBS-URL: https://build.opensuse.org/request/show/972319
OBS-URL: https://build.opensuse.org/package/show/network/python-grpcio?expand=0&rev=30
2022-05-02 07:34:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Mar 29 12:28:19 UTC 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].
|
|
|
|
|
- Build with system re2; add BuildRequires: pkgconfig(re2).
|
|
|
|
|
- python-grpcio-disable-boring-ssl.patch: Line offset changes.
|
|
|
|
|
- Add grpc-no-return-from-non-void-function.patch to return a
|
|
|
|
|
default string from a function defined to return a string (patch
|
|
|
|
|
mirrored from obs://devel:tools/grpc).
|
|
|
|
|
|
2022-02-20 16:06:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Feb 19 17:04:04 UTC 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).
|
|
|
|
|
|
2022-02-09 20:08:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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).
|
|
|
|
|
|
2021-10-26 20:52:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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.
|
|
|
|
|
|
2021-10-22 16:19:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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).
|
2021-10-22 16:19:58 +00:00
|
|
|
* [Aio] Remove custom IO manager support (gh#grpc/grpc#27090).
|
2021-10-22 16:19:45 +00:00
|
|
|
|
2021-08-07 13:15:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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).
|
|
|
|
|
|
2021-07-04 19:11:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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).
|
|
|
|
|
|
2021-05-26 12:54:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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).
|
|
|
|
|
|
2021-05-09 14:22:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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).
|
|
|
|
|
|
2021-03-05 07:52:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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).
|
|
|
|
|
|
2021-02-25 16:46:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2021-01-16 12:20:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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).
|
|
|
|
|
|
2020-12-07 09:48:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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).
|
|
|
|
|
|
2020-11-03 08:17:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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).
|
|
|
|
|
|
2020-10-26 14:13:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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.
|
|
|
|
|
|
2020-09-16 11:12:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Sep 16 11:12:07 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 1.31.0
|
|
|
|
|
* no upstream changelog available
|
|
|
|
|
|
2020-08-16 17:33:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Aug 13 13:36:24 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
|
|
- Trim marketing wording from description.
|
|
|
|
|
|
2020-08-10 07:51:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jul 29 15:48:04 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Initial package.
|