Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-openvino-telemetry for
openSUSE:Leap:16.0 checked in at 2025-07-24 08:31:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/python-openvino-telemetry (Old)
and /work/SRC/openSUSE:Leap:16.0/.python-openvino-telemetry.new.8875 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openvino-telemetry"
Thu Jul 24 08:31:02 2025 rev:2 rq:1293714 version:2025.2.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:16.0/python-openvino-telemetry/python-openvino-telemetry.changes
2025-03-19 11:55:35.632044523 +0100
+++
/work/SRC/openSUSE:Leap:16.0/.python-openvino-telemetry.new.8875/python-openvino-telemetry.changes
2025-07-24 08:31:11.838296183 +0200
@@ -1,0 +2,23 @@
+Wed Jun 25 01:20:52 UTC 2025 - Alessandro de Oliveira Faria
<[email protected]>
+
+- Update to version 2025.2.0:
+ * No release notes.
+
+-------------------------------------------------------------------
+Tue Apr 15 16:45:29 UTC 2025 - Alessandro de Oliveira Faria
<[email protected]>
+
+- Update to version 2025.1.0:
+ * No release notes.
+
+-------------------------------------------------------------------
+Tue Mar 4 03:44:05 UTC 2025 - Alessandro de Oliveira Faria
<[email protected]>
+
+- openSUSE Leap 15.6 compatibility
+
+-------------------------------------------------------------------
+Sun Feb 2 13:26:35 UTC 2025 - Atri Bhattacharya <[email protected]>
+
+- Update to version 2025.0.0:
+ * No release notes.
+
+-------------------------------------------------------------------
Old:
----
openvino-telemetry-2024.1.0.tar.gz
New:
----
openvino_telemetry-2025.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-openvino-telemetry.spec ++++++
--- /var/tmp/diff_new_pack.nQm1Pv/_old 2025-07-24 08:31:12.150309156 +0200
+++ /var/tmp/diff_new_pack.nQm1Pv/_new 2025-07-24 08:31:12.150309156 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-openvino-telemetry
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -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: 2024.1.0
+Version: 2025.2.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/openvino-telemetry-%{version}.tar.gz
-BuildRequires: python-rpm-macros
+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
-BuildArch: noarch
+BuildRequires: python-rpm-macros
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
+BuildArch: noarch
%python_subpackages
%description
@@ -41,7 +45,7 @@
used in combination with other OpenVINO packages.
%prep
-%autosetup -p1 -n openvino-telemetry-%{version}
+%autosetup -p1 -n %{modname}-%{version}
sed -Ei "s/\r$//" README.md
%build