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-03-22 15:21:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-grpcio-tools (Old)
 and      /work/SRC/openSUSE:Factory/.python-grpcio-tools.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-grpcio-tools"

Fri Mar 22 15:21:57 2024 rev:33 rq:1160575 version:1.62.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-grpcio-tools/python-grpcio-tools.changes  
2024-02-29 21:52:05.197787191 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-grpcio-tools.new.1905/python-grpcio-tools.changes
        2024-03-22 15:34:52.668390028 +0100
@@ -1,0 +2,7 @@
+Wed Mar 20 07:49:32 UTC 2024 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Update to version 1.62.1:
+  * This release contains refinements, improvements, and bug
+    fixes.
+
+-------------------------------------------------------------------

Old:
----
  grpcio-tools-1.62.0.tar.gz

New:
----
  grpcio-tools-1.62.1.tar.gz

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

Other differences:
------------------
++++++ python-grpcio-tools.spec ++++++
--- /var/tmp/diff_new_pack.wUewQx/_old  2024-03-22 15:34:53.128406938 +0100
+++ /var/tmp/diff_new_pack.wUewQx/_new  2024-03-22 15:34:53.128406938 +0100
@@ -20,7 +20,7 @@
 %define         skip_python2 1
 %{?sle15_python_module_pythons}
 Name:           python-grpcio-tools
-Version:        1.62.0
+Version:        1.62.1
 Release:        0
 Summary:        Protobuf code generator for gRPC
 License:        Apache-2.0

++++++ grpcio-tools-1.62.0.tar.gz -> grpcio-tools-1.62.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpcio-tools-1.62.0/PKG-INFO 
new/grpcio-tools-1.62.1/PKG-INFO
--- old/grpcio-tools-1.62.0/PKG-INFO    2024-02-20 21:57:02.923670300 +0100
+++ new/grpcio-tools-1.62.1/PKG-INFO    2024-03-08 01:24:48.651385300 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: grpcio-tools
-Version: 1.62.0
+Version: 1.62.1
 Summary: Protobuf code generator for gRPC
 Home-page: https://grpc.io
 Author: The gRPC Authors
@@ -15,7 +15,7 @@
 Requires-Python: >=3.7
 Description-Content-Type: text/x-rst
 Requires-Dist: protobuf<5.0dev,>=4.21.6
-Requires-Dist: grpcio>=1.62.0
+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.0/grpc_root/include/grpcpp/version_info.h 
new/grpcio-tools-1.62.1/grpc_root/include/grpcpp/version_info.h
--- old/grpcio-tools-1.62.0/grpc_root/include/grpcpp/version_info.h     
2024-02-20 21:56:37.000000000 +0100
+++ new/grpcio-tools-1.62.1/grpc_root/include/grpcpp/version_info.h     
2024-03-08 01:24:28.000000000 +0100
@@ -20,8 +20,8 @@
 
 #define GRPC_CPP_VERSION_MAJOR 1
 #define GRPC_CPP_VERSION_MINOR 62
-#define GRPC_CPP_VERSION_PATCH 0
+#define GRPC_CPP_VERSION_PATCH 1
 #define GRPC_CPP_VERSION_TAG ""
-#define GRPC_CPP_VERSION_STRING "1.62.0"
+#define GRPC_CPP_VERSION_STRING "1.62.1"
 
 #endif  // GRPCPP_VERSION_INFO_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpcio-tools-1.62.0/grpc_version.py 
new/grpcio-tools-1.62.1/grpc_version.py
--- old/grpcio-tools-1.62.0/grpc_version.py     2024-02-20 21:46:14.000000000 
+0100
+++ new/grpcio-tools-1.62.1/grpc_version.py     2024-03-08 01:15:57.000000000 
+0100
@@ -14,5 +14,5 @@
 
 # AUTO-GENERATED FROM 
`$REPO_ROOT/templates/tools/distrib/python/grpcio_tools/grpc_version.py.template`!!!
 
-VERSION = '1.62.0'
+VERSION = '1.62.1'
 PROTOBUF_VERSION = '3.25.1'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpcio-tools-1.62.0/grpcio_tools.egg-info/PKG-INFO 
new/grpcio-tools-1.62.1/grpcio_tools.egg-info/PKG-INFO
--- old/grpcio-tools-1.62.0/grpcio_tools.egg-info/PKG-INFO      2024-02-20 
21:57:01.000000000 +0100
+++ new/grpcio-tools-1.62.1/grpcio_tools.egg-info/PKG-INFO      2024-03-08 
01:24:47.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: grpcio-tools
-Version: 1.62.0
+Version: 1.62.1
 Summary: Protobuf code generator for gRPC
 Home-page: https://grpc.io
 Author: The gRPC Authors
@@ -15,7 +15,7 @@
 Requires-Python: >=3.7
 Description-Content-Type: text/x-rst
 Requires-Dist: protobuf<5.0dev,>=4.21.6
-Requires-Dist: grpcio>=1.62.0
+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.0/grpcio_tools.egg-info/requires.txt 
new/grpcio-tools-1.62.1/grpcio_tools.egg-info/requires.txt
--- old/grpcio-tools-1.62.0/grpcio_tools.egg-info/requires.txt  2024-02-20 
21:57:01.000000000 +0100
+++ new/grpcio-tools-1.62.1/grpcio_tools.egg-info/requires.txt  2024-03-08 
01:24:47.000000000 +0100
@@ -1,3 +1,3 @@
 protobuf<5.0dev,>=4.21.6
-grpcio>=1.62.0
+grpcio>=1.62.1
 setuptools

Reply via email to