Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-grpcio-status for
openSUSE:Factory checked in at 2026-06-30 16:23:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-grpcio-status (Old)
and /work/SRC/openSUSE:Factory/.python-grpcio-status.new.11887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-grpcio-status"
Tue Jun 30 16:23:27 2026 rev:9 rq:1362239 version:1.81.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-grpcio-status/python-grpcio-status.changes
2024-04-21 20:30:01.143950679 +0200
+++
/work/SRC/openSUSE:Factory/.python-grpcio-status.new.11887/python-grpcio-status.changes
2026-06-30 16:25:40.007088309 +0200
@@ -1,0 +2,6 @@
+Sat Jun 27 15:56:54 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.81.1:
+ * sync with grpcio
+
+-------------------------------------------------------------------
Old:
----
grpcio-status-1.62.2.tar.gz
New:
----
grpcio_status-1.81.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-grpcio-status.spec ++++++
--- /var/tmp/diff_new_pack.7qzLK2/_old 2026-06-30 16:25:41.763148581 +0200
+++ /var/tmp/diff_new_pack.7qzLK2/_new 2026-06-30 16:25:41.767148718 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-grpcio-status
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,22 +19,22 @@
%global modname grpcio_status
%{?sle15_python_module_pythons}
Name: python-grpcio-status
-Version: 1.62.2
+Version: 1.81.1
Release: 0
Summary: Status proto mapping for gRPC
License: Apache-2.0
Group: Development/Languages/Python
URL: https://grpc.io
-Source:
https://files.pythonhosted.org/packages/source/g/grpcio-status/grpcio-status-%{version}.tar.gz
-BuildRequires: %{python_module devel >= 3.7}
+Source:
https://files.pythonhosted.org/packages/source/g/grpcio-status/grpcio_status-%{version}.tar.gz
+BuildRequires: %{python_module devel >= 3.10}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module setuptools >= 77.0.1}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-googleapis-common-protos >= 1.5.5
Requires: python-grpcio >= %{version}
-Requires: python-protobuf >= 3.6.0
+Requires: python-protobuf >= 6.33.5
BuildArch: noarch
%python_subpackages
@@ -46,7 +46,7 @@
This package implements the GRPC Python status proto mapping.
%prep
-%autosetup -p1 -n grpcio-status-%{version}
+%autosetup -p1 -n grpcio_status-%{version}
%build
%pyproject_wheel