2017-10-26 16:46:13 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package python-applicationinsights
|
|
|
|
|
#
|
2024-03-21 10:20:23 +00:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2017-10-26 16:46:13 +00:00
|
|
|
#
|
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
2019-04-15 11:32:28 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2017-10-26 16:46:13 +00:00
|
|
|
#
|
|
|
|
|
|
2018-05-13 14:03:37 +00:00
|
|
|
|
2024-04-04 19:15:25 +00:00
|
|
|
%{?sle15_python_module_pythons}
|
2017-10-26 16:46:13 +00:00
|
|
|
Name: python-applicationinsights
|
2021-11-15 16:46:41 +00:00
|
|
|
Version: 0.11.10
|
2017-10-26 16:46:13 +00:00
|
|
|
Release: 0
|
|
|
|
|
Summary: Microsoft Application Insights for Python
|
|
|
|
|
License: MIT
|
|
|
|
|
Group: Development/Languages/Python
|
2020-11-26 16:24:03 +00:00
|
|
|
URL: https://github.com/Azure/azure-sdk-for-python
|
2017-10-26 16:46:13 +00:00
|
|
|
Source: https://files.pythonhosted.org/packages/source/a/applicationinsights/applicationinsights-%{version}.tar.gz
|
2024-04-04 19:15:25 +00:00
|
|
|
BuildRequires: %{python_module pip}
|
2017-10-26 16:46:13 +00:00
|
|
|
BuildRequires: %{python_module setuptools}
|
2024-04-04 19:15:25 +00:00
|
|
|
BuildRequires: %{python_module wheel}
|
2019-04-15 11:32:28 +00:00
|
|
|
BuildRequires: fdupes
|
2017-10-26 16:46:13 +00:00
|
|
|
BuildRequires: python-rpm-macros
|
|
|
|
|
BuildRequires: unzip
|
|
|
|
|
Conflicts: python-azure-sdk <= 2.0.0
|
2024-04-04 19:15:25 +00:00
|
|
|
%if 0%{?sle_version} >= 150400
|
2024-05-03 18:44:24 +00:00
|
|
|
Obsoletes: python3-applicationinsights <= 0.11.10
|
2024-04-04 19:15:25 +00:00
|
|
|
%endif
|
2017-10-26 16:46:13 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%python_subpackages
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This project extends the Application Insights API surface to support Python.
|
|
|
|
|
|
|
|
|
|
Application Insights is a service that allows developers to keep their
|
|
|
|
|
application available, performing and succeeding. This Python module will
|
|
|
|
|
allow you to send telemetry of various kinds (event, trace, exception, etc.)
|
|
|
|
|
to the Application Insights service where they can be visualized in the
|
|
|
|
|
Azure Portal.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n applicationinsights-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
2024-04-04 19:15:25 +00:00
|
|
|
%pyproject_wheel
|
2017-10-26 16:46:13 +00:00
|
|
|
|
|
|
|
|
%install
|
2024-04-04 19:15:25 +00:00
|
|
|
%pyproject_install
|
2019-04-15 11:32:28 +00:00
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
2017-10-26 16:46:13 +00:00
|
|
|
|
|
|
|
|
%files %{python_files}
|
2018-09-26 14:12:25 +00:00
|
|
|
%doc CHANGELOG.md README.rst
|
2018-05-13 14:03:37 +00:00
|
|
|
%license LICENSE.txt
|
2024-03-21 10:20:23 +00:00
|
|
|
%{python_sitelib}/applicationinsights
|
2024-04-04 19:15:25 +00:00
|
|
|
%{python_sitelib}/applicationinsights-*.dist-info
|
2017-10-26 16:46:13 +00:00
|
|
|
|
|
|
|
|
%changelog
|