Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-grpc-interceptor for
openSUSE:Factory checked in at 2025-08-13 16:31:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-grpc-interceptor (Old)
and /work/SRC/openSUSE:Factory/.python-grpc-interceptor.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-grpc-interceptor"
Wed Aug 13 16:31:01 2025 rev:2 rq:1299181 version:0.15.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-grpc-interceptor/python-grpc-interceptor.changes
2024-11-18 20:03:34.851080866 +0100
+++
/work/SRC/openSUSE:Factory/.python-grpc-interceptor.new.1085/python-grpc-interceptor.changes
2025-08-13 16:32:51.098257850 +0200
@@ -1,0 +2,6 @@
+Wed Aug 13 04:48:23 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Add missing BuildRequires on pytest-asyncio.
+- Ship README and license in the binary packages.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-grpc-interceptor.spec ++++++
--- /var/tmp/diff_new_pack.edBxKn/_old 2025-08-13 16:32:51.794286945 +0200
+++ /var/tmp/diff_new_pack.edBxKn/_new 2025-08-13 16:32:51.798287112 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-grpc-interceptor
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 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
@@ -23,13 +23,14 @@
License: MIT
URL: https://github.com/d5h-foss/grpc-interceptor
Source:
https://github.com/d5h-foss/grpc-interceptor/archive/refs/tags/v%{version}.tar.gz#/grpc-interceptor-%{version}.tar.gz
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module grpcio >= 1.49.1}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core}
BuildRequires: %{python_module protobuf >= 4.21.9}
+BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
BuildRequires: fdupes
+BuildRequires: python-rpm-macros
Requires: python-grpcio >= 1.49.1
Recommends: python-protobuf >= 4.21.9
BuildArch: noarch
@@ -58,6 +59,8 @@
%pytest
%files %{python_files}
+%license LICENSE
+%doc README.md
%{python_sitelib}/grpc_interceptor
%{python_sitelib}/grpc_interceptor-%{version}.dist-info