2017-10-11 20:59:39 +00:00
|
|
|
#
|
|
|
|
# spec file for package python-azure-mgmt-powerbiembedded
|
|
|
|
#
|
2024-04-04 20:20:23 +00:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2017-10-11 20:59:39 +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 14:23:13 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2017-10-11 20:59:39 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2024-04-04 20:20:23 +00:00
|
|
|
%{?sle15_python_module_pythons}
|
2017-10-11 20:59:39 +00:00
|
|
|
Name: python-azure-mgmt-powerbiembedded
|
2024-06-25 06:23:43 +00:00
|
|
|
Version: 3.0.0
|
2017-10-11 20:59:39 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: Microsoft Azure Power BI Embedded Management Client Library
|
|
|
|
License: MIT
|
|
|
|
Group: Development/Languages/Python
|
2020-11-30 12:38:31 +00:00
|
|
|
URL: https://github.com/Azure/azure-sdk-for-python
|
2024-06-25 06:23:43 +00:00
|
|
|
Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-powerbiembedded/azure-mgmt-powerbiembedded-%{version}.tar.gz
|
2017-10-11 20:59:39 +00:00
|
|
|
Source1: LICENSE.txt
|
2019-04-15 14:23:13 +00:00
|
|
|
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
|
|
|
|
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
2024-04-04 20:20:23 +00:00
|
|
|
BuildRequires: %{python_module pip}
|
2017-10-11 20:59:39 +00:00
|
|
|
BuildRequires: %{python_module setuptools}
|
2024-04-04 20:20:23 +00:00
|
|
|
BuildRequires: %{python_module wheel}
|
2019-04-15 14:23:13 +00:00
|
|
|
BuildRequires: fdupes
|
2017-10-11 20:59:39 +00:00
|
|
|
BuildRequires: python-rpm-macros
|
2019-04-15 14:23:13 +00:00
|
|
|
Requires: python-azure-mgmt-nspkg >= 3.0.0
|
|
|
|
Requires: python-azure-nspkg >= 3.0.0
|
2024-04-04 20:20:23 +00:00
|
|
|
Requires: (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
|
2024-06-25 06:23:43 +00:00
|
|
|
Requires: (python-azure-mgmt-core >= 1.3.2 with python-azure-mgmt-core < 2.0.0)
|
|
|
|
Requires: (python-isodate >= 0.6.1 with python-isodate < 1.0.0)
|
2017-10-11 20:59:39 +00:00
|
|
|
Conflicts: python-azure-sdk <= 2.0.0
|
2024-04-04 20:20:23 +00:00
|
|
|
%if 0%{?sle_version} >= 150400
|
2024-05-03 18:50:39 +00:00
|
|
|
Obsoletes: python3-azure-mgmt-powerbiembedded <= 2.0.0
|
2024-04-04 20:20:23 +00:00
|
|
|
%endif
|
2017-10-11 20:59:39 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%python_subpackages
|
|
|
|
|
|
|
|
%description
|
|
|
|
This is the Microsoft Azure Power BI Embedded Management Client Library.
|
|
|
|
|
|
|
|
Azure Resource Manager (ARM) is the next generation of management APIs that
|
|
|
|
replace the old Azure Service Management (ASM).
|
|
|
|
|
2018-09-26 14:15:08 +00:00
|
|
|
This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
|
2017-10-11 20:59:39 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n azure-mgmt-powerbiembedded-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-powerbiembedded-%{version}
|
2024-04-04 20:20:23 +00:00
|
|
|
%pyproject_wheel
|
2017-10-11 20:59:39 +00:00
|
|
|
|
|
|
|
%install
|
2024-04-04 20:20:23 +00:00
|
|
|
%pyproject_install
|
2019-04-15 14:23:13 +00:00
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
2017-10-11 20:59:39 +00:00
|
|
|
%{python_expand # delete common files
|
|
|
|
rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
|
|
|
|
rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__pycache__
|
|
|
|
rm -rf %{buildroot}%{$python_sitelib}/azure/__init__.*
|
|
|
|
rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__
|
|
|
|
}
|
|
|
|
|
|
|
|
%files %{python_files}
|
2024-06-25 06:23:43 +00:00
|
|
|
%doc CHANGELOG.md README.md
|
2018-09-26 14:15:08 +00:00
|
|
|
%license LICENSE.txt
|
2017-10-11 20:59:39 +00:00
|
|
|
%{python_sitelib}/azure/mgmt/powerbiembedded
|
2024-04-04 20:20:23 +00:00
|
|
|
%{python_sitelib}/azure_mgmt_powerbiembedded-*.dist-info
|
2017-10-11 20:59:39 +00:00
|
|
|
|
|
|
|
%changelog
|