Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-grpcio for openSUSE:Factory 
checked in at 2022-09-05 21:22:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-grpcio (Old)
 and      /work/SRC/openSUSE:Factory/.python-grpcio.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-grpcio"

Mon Sep  5 21:22:10 2022 rev:21 rq:1001240 version:1.48.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-grpcio/python-grpcio.changes      
2022-06-04 23:27:31.332785310 +0200
+++ /work/SRC/openSUSE:Factory/.python-grpcio.new.2083/python-grpcio.changes    
2022-09-05 21:22:15.901174762 +0200
@@ -1,0 +2,11 @@
+Thu Sep  1 03:43:57 UTC 2022 - Atri Bhattacharya <badshah...@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.
+
+-------------------------------------------------------------------

Old:
----
  grpc-no-return-from-non-void-function.patch
  grpcio-1.46.3.tar.gz

New:
----
  grpcio-1.48.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-grpcio.spec ++++++
--- /var/tmp/diff_new_pack.2zIXVK/_old  2022-09-05 21:22:16.697176863 +0200
+++ /var/tmp/diff_new_pack.2zIXVK/_new  2022-09-05 21:22:16.701176873 +0200
@@ -20,7 +20,7 @@
 # PYTHON2 NOT SUPPORTED BY UPSTREAM
 %define         skip_python2 1
 Name:           python-grpcio
-Version:        1.46.3
+Version:        1.48.0
 Release:        0
 Summary:        HTTP/2-based Remote Procedure Call implementation
 License:        Apache-2.0
@@ -29,8 +29,6 @@
 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 
badshah...@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 
badshah...@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}

++++++ grpcio-1.46.3.tar.gz -> grpcio-1.48.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-grpcio/grpcio-1.46.3.tar.gz 
/work/SRC/openSUSE:Factory/.python-grpcio.new.2083/grpcio-1.48.0.tar.gz differ: 
char 12, line 1

++++++ python-grpcio-disable-boring-ssl.patch ++++++
--- /var/tmp/diff_new_pack.2zIXVK/_old  2022-09-05 21:22:16.753177011 +0200
+++ /var/tmp/diff_new_pack.2zIXVK/_new  2022-09-05 21:22:16.757177021 +0200
@@ -7,11 +7,11 @@
  setup.py | 1 +
  1 file changed, 1 insertion(+)
 
-Index: grpcio-1.45.0/setup.py
+Index: grpcio-1.48.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:
+--- grpcio-1.48.0.orig/setup.py
++++ grpcio-1.48.0/setup.py
+@@ -291,6 +291,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'),)

Reply via email to