forked from pool/python-openvino-telemetry
Compare commits
10 Commits
Author | SHA256 | Date | |
---|---|---|---|
5eee2efb3d | |||
b093bf8673 | |||
6c9f301d90 | |||
3589bb9425 | |||
5cc107e148 | |||
4d52a9c255 | |||
ccca13def7 | |||
4cbba05401 | |||
dd146228af | |||
e3f2c71f90 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6df9a8f499e75d893d0bece3c272e798109f0bd40d1eb2488adca6a0da1d9b9f
|
|
||||||
size 17345
|
|
3
openvino_telemetry-2025.2.0.tar.gz
Normal file
3
openvino_telemetry-2025.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e51e0f5194ade7744602e268fd2b2e4348420a792e60905de48d0e13ce52000d
|
||||||
|
size 19354
|
@@ -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>
|
Tue Apr 23 11:40:54 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-openvino-telemetry
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,24 +16,28 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
# Consistent with openvino
|
|
||||||
%define pythons python3
|
|
||||||
%define modname openvino_telemetry
|
%define modname openvino_telemetry
|
||||||
|
# Consistent with openvino
|
||||||
|
%if 0%{?suse_version} < 1600
|
||||||
|
%define pythons python311
|
||||||
|
%else
|
||||||
|
%define pythons python3
|
||||||
|
%endif
|
||||||
Name: python-openvino-telemetry
|
Name: python-openvino-telemetry
|
||||||
Version: 2024.1.0
|
Version: 2025.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Module for use with openVINO toolkit to send usage statistics with user consent
|
Summary: Module for use with openVINO toolkit to send usage statistics with user consent
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/openvinotoolkit/telemetry
|
URL: https://github.com/openvinotoolkit/telemetry
|
||||||
Source: https://files.pythonhosted.org/packages/source/o/openvino-telemetry/openvino-telemetry-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/o/openvino_telemetry/%{modname}-%{version}.tar.gz
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildArch: noarch
|
BuildRequires: python-rpm-macros
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun):update-alternatives
|
||||||
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -41,7 +45,7 @@ OpenVINO Telemetry is a package for sending statistics with user's consent,
|
|||||||
used in combination with other OpenVINO packages.
|
used in combination with other OpenVINO packages.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n openvino-telemetry-%{version}
|
%autosetup -p1 -n %{modname}-%{version}
|
||||||
sed -Ei "s/\r$//" README.md
|
sed -Ei "s/\r$//" README.md
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Reference in New Issue
Block a user