Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-grpcio-tools for openSUSE:Factory checked in at 2024-04-25 20:48:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-grpcio-tools (Old) and /work/SRC/openSUSE:Factory/.python-grpcio-tools.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-grpcio-tools" Thu Apr 25 20:48:24 2024 rev:34 rq:1169985 version:1.62.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-grpcio-tools/python-grpcio-tools.changes 2024-03-22 15:34:52.668390028 +0100 +++ /work/SRC/openSUSE:Factory/.python-grpcio-tools.new.1880/python-grpcio-tools.changes 2024-04-25 20:48:29.572561176 +0200 @@ -1,0 +2,7 @@ +Tue Apr 23 11:00:31 UTC 2024 - Atri Bhattacharya <badshah...@gmail.com> + +- Update to version 1.62.2: + * [Fix Python Deadlock] Guard + grpc_google_default_credentials_create with nogil + +------------------------------------------------------------------- Old: ---- grpcio-tools-1.62.1.tar.gz New: ---- grpcio-tools-1.62.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-grpcio-tools.spec ++++++ --- /var/tmp/diff_new_pack.FQHGW5/_old 2024-04-25 20:48:30.436592902 +0200 +++ /var/tmp/diff_new_pack.FQHGW5/_new 2024-04-25 20:48:30.440593049 +0200 @@ -20,7 +20,7 @@ %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-grpcio-tools -Version: 1.62.1 +Version: 1.62.2 Release: 0 Summary: Protobuf code generator for gRPC License: Apache-2.0 ++++++ grpcio-tools-1.62.1.tar.gz -> grpcio-tools-1.62.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grpcio-tools-1.62.1/PKG-INFO new/grpcio-tools-1.62.2/PKG-INFO --- old/grpcio-tools-1.62.1/PKG-INFO 2024-03-08 01:24:48.651385300 +0100 +++ new/grpcio-tools-1.62.2/PKG-INFO 2024-04-17 20:35:28.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: grpcio-tools -Version: 1.62.1 +Version: 1.62.2 Summary: Protobuf code generator for gRPC Home-page: https://grpc.io Author: The gRPC Authors @@ -14,9 +14,6 @@ Classifier: License :: OSI Approved :: Apache Software License Requires-Python: >=3.7 Description-Content-Type: text/x-rst -Requires-Dist: protobuf<5.0dev,>=4.21.6 -Requires-Dist: grpcio>=1.62.1 -Requires-Dist: setuptools gRPC Python Tools ================= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grpcio-tools-1.62.1/grpc_root/include/grpcpp/version_info.h new/grpcio-tools-1.62.2/grpc_root/include/grpcpp/version_info.h --- old/grpcio-tools-1.62.1/grpc_root/include/grpcpp/version_info.h 2024-03-08 01:24:28.000000000 +0100 +++ new/grpcio-tools-1.62.2/grpc_root/include/grpcpp/version_info.h 2024-04-17 20:34:56.000000000 +0200 @@ -20,8 +20,8 @@ #define GRPC_CPP_VERSION_MAJOR 1 #define GRPC_CPP_VERSION_MINOR 62 -#define GRPC_CPP_VERSION_PATCH 1 +#define GRPC_CPP_VERSION_PATCH 2 #define GRPC_CPP_VERSION_TAG "" -#define GRPC_CPP_VERSION_STRING "1.62.1" +#define GRPC_CPP_VERSION_STRING "1.62.2" #endif // GRPCPP_VERSION_INFO_H diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grpcio-tools-1.62.1/grpc_version.py new/grpcio-tools-1.62.2/grpc_version.py --- old/grpcio-tools-1.62.1/grpc_version.py 2024-03-08 01:15:57.000000000 +0100 +++ new/grpcio-tools-1.62.2/grpc_version.py 2024-04-17 19:57:33.000000000 +0200 @@ -14,5 +14,5 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/distrib/python/grpcio_tools/grpc_version.py.template`!!! -VERSION = '1.62.1' +VERSION = '1.62.2' PROTOBUF_VERSION = '3.25.1' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grpcio-tools-1.62.1/grpcio_tools.egg-info/PKG-INFO new/grpcio-tools-1.62.2/grpcio_tools.egg-info/PKG-INFO --- old/grpcio-tools-1.62.1/grpcio_tools.egg-info/PKG-INFO 2024-03-08 01:24:47.000000000 +0100 +++ new/grpcio-tools-1.62.2/grpcio_tools.egg-info/PKG-INFO 2024-04-17 20:35:27.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: grpcio-tools -Version: 1.62.1 +Version: 1.62.2 Summary: Protobuf code generator for gRPC Home-page: https://grpc.io Author: The gRPC Authors @@ -14,9 +14,6 @@ Classifier: License :: OSI Approved :: Apache Software License Requires-Python: >=3.7 Description-Content-Type: text/x-rst -Requires-Dist: protobuf<5.0dev,>=4.21.6 -Requires-Dist: grpcio>=1.62.1 -Requires-Dist: setuptools gRPC Python Tools ================= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grpcio-tools-1.62.1/grpcio_tools.egg-info/requires.txt new/grpcio-tools-1.62.2/grpcio_tools.egg-info/requires.txt --- old/grpcio-tools-1.62.1/grpcio_tools.egg-info/requires.txt 2024-03-08 01:24:47.000000000 +0100 +++ new/grpcio-tools-1.62.2/grpcio_tools.egg-info/requires.txt 2024-04-17 20:35:27.000000000 +0200 @@ -1,3 +1,3 @@ protobuf<5.0dev,>=4.21.6 -grpcio>=1.62.1 +grpcio>=1.62.2 setuptools