Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-openvino-telemetry for
openSUSE:Factory checked in at 2025-03-06 14:49:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openvino-telemetry (Old)
and /work/SRC/openSUSE:Factory/.python-openvino-telemetry.new.19136 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openvino-telemetry"
Thu Mar 6 14:49:02 2025 rev:3 rq:1250506 version:2025.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-openvino-telemetry/python-openvino-telemetry.changes
2025-02-09 20:52:06.179489631 +0100
+++
/work/SRC/openSUSE:Factory/.python-openvino-telemetry.new.19136/python-openvino-telemetry.changes
2025-03-06 14:49:49.720207280 +0100
@@ -1,0 +2,5 @@
+Tue Mar 4 03:44:05 UTC 2025 - Alessandro de Oliveira Faria
<[email protected]>
+
+- openSUSE Leap 15.6 compatibility
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-openvino-telemetry.spec ++++++
--- /var/tmp/diff_new_pack.7r6NLm/_old 2025-03-06 14:49:50.772251399 +0100
+++ /var/tmp/diff_new_pack.7r6NLm/_new 2025-03-06 14:49:50.772251399 +0100
@@ -16,24 +16,28 @@
#
+%define modname openvino_telemetry
# Consistent with openvino
+%if 0%{?suse_version} < 1600
+%define pythons python311
+%else
%define pythons python3
-%define modname openvino_telemetry
+%endif
Name: python-openvino-telemetry
Version: 2025.0.0
Release: 0
Summary: Module for use with openVINO toolkit to send usage statistics
with user consent
License: Apache-2.0
URL: https://github.com/openvinotoolkit/telemetry
-Source:
https://files.pythonhosted.org/packages/source/o/openvino-telemetry/%{modname}-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/o/openvino_telemetry/%{modname}-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-BuildArch: noarch
Requires(post): update-alternatives
Requires(postun): update-alternatives
+BuildArch: noarch
%python_subpackages
%description