1
0

10 Commits

Author SHA256 Message Date
5eee2efb3d Accepting request 1288664 from science:machinelearning
OBS-URL: https://build.opensuse.org/request/show/1288664
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openvino-telemetry?expand=0&rev=5
2025-06-27 21:00:47 +00:00
b093bf8673 - Update to version 2025.2.0:
* No release notes.

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/python-openvino-telemetry?expand=0&rev=11
2025-06-26 10:27:18 +00:00
6c9f301d90 Accepting request 1270096 from science:machinelearning
Update to version 2025.1.0

OBS-URL: https://build.opensuse.org/request/show/1270096
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openvino-telemetry?expand=0&rev=4
2025-04-17 14:08:57 +00:00
3589bb9425 OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/python-openvino-telemetry?expand=0&rev=9 2025-04-16 17:56:47 +00:00
5cc107e148 - Update to version 2025.1.0:
* No release notes.

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/python-openvino-telemetry?expand=0&rev=8
2025-04-16 17:56:33 +00:00
4d52a9c255 Accepting request 1250506 from science:machinelearning
- openSUSE Leap 15.6 compatibility

OBS-URL: https://build.opensuse.org/request/show/1250506
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openvino-telemetry?expand=0&rev=3
2025-03-06 13:49:02 +00:00
ccca13def7 OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/python-openvino-telemetry?expand=0&rev=6 2025-03-05 20:54:23 +00:00
4cbba05401 - openSUSE Leap 15.6 compatibility
@badshah400 Ok now? Sorry for the confusion and thanks for your patience.

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/python-openvino-telemetry?expand=0&rev=5
2025-03-05 20:54:03 +00:00
dd146228af Accepting request 1244446 from science:machinelearning
OBS-URL: https://build.opensuse.org/request/show/1244446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openvino-telemetry?expand=0&rev=2
2025-02-09 19:07:42 +00:00
e3f2c71f90 Update to version 2025.0.0.
OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/python-openvino-telemetry?expand=0&rev=3
2025-02-09 04:13:03 +00:00
4 changed files with 39 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6df9a8f499e75d893d0bece3c272e798109f0bd40d1eb2488adca6a0da1d9b9f
size 17345

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e51e0f5194ade7744602e268fd2b2e4348420a792e60905de48d0e13ce52000d
size 19354

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Jun 25 01:20:52 UTC 2025 - Alessandro de Oliveira Faria <cabelo@opensuse.org>
- Update to version 2025.2.0:
* No release notes.
-------------------------------------------------------------------
Tue Apr 15 16:45:29 UTC 2025 - Alessandro de Oliveira Faria <cabelo@opensuse.org>
- Update to version 2025.1.0:
* No release notes.
-------------------------------------------------------------------
Tue Mar 4 03:44:05 UTC 2025 - Alessandro de Oliveira Faria <cabelo@opensuse.org>
- openSUSE Leap 15.6 compatibility
-------------------------------------------------------------------
Sun Feb 2 13:26:35 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2025.0.0:
* No release notes.
-------------------------------------------------------------------
Tue Apr 23 11:40:54 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>

View File

@@ -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 @@
#
# Consistent with openvino
%define pythons python3
%define modname openvino_telemetry
# Consistent with openvino
%if 0%{?suse_version} < 1600
%define pythons python311
%else
%define pythons python3
%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 @@ OpenVINO Telemetry is a package for sending statistics with user's consent,
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