2017-10-11 23:00:18 +02:00
|
|
|
#
|
|
|
|
# spec file for package python-azure-mgmt-servermanager
|
|
|
|
#
|
2024-04-04 22:30:47 +02:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2017-10-11 23:00:18 +02: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.
|
|
|
|
|
2018-09-26 16:15:28 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2017-10-11 23:00:18 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2024-04-04 22:30:47 +02:00
|
|
|
%{?sle15_python_module_pythons}
|
2017-10-11 23:00:18 +02:00
|
|
|
Name: python-azure-mgmt-servermanager
|
2018-09-26 16:15:28 +02:00
|
|
|
Version: 2.0.0
|
2017-10-11 23:00:18 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Microsoft Azure Server Manager Management Client Library
|
|
|
|
License: MIT
|
|
|
|
Group: Development/Languages/Python
|
2020-11-30 13:39:53 +01:00
|
|
|
URL: https://github.com/Azure/azure-sdk-for-python
|
2017-10-11 23:00:18 +02:00
|
|
|
Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-servermanager/azure-mgmt-servermanager-%{version}.zip
|
|
|
|
Source1: LICENSE.txt
|
2019-04-15 16:31:57 +02:00
|
|
|
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
|
|
|
|
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
2024-04-04 22:30:47 +02:00
|
|
|
BuildRequires: %{python_module pip}
|
2017-10-11 23:00:18 +02:00
|
|
|
BuildRequires: %{python_module setuptools}
|
2024-04-04 22:30:47 +02:00
|
|
|
BuildRequires: %{python_module wheel}
|
2019-04-15 16:31:57 +02:00
|
|
|
BuildRequires: fdupes
|
2017-10-11 23:00:18 +02:00
|
|
|
BuildRequires: python-rpm-macros
|
|
|
|
BuildRequires: unzip
|
2019-04-15 16:31:57 +02:00
|
|
|
Requires: python-azure-mgmt-nspkg >= 3.0.0
|
|
|
|
Requires: python-azure-nspkg >= 3.0.0
|
2024-04-04 22:30:47 +02:00
|
|
|
Requires: (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
|
|
|
|
Requires: (python-msrestazure >= 0.4.27 with python-msrestazure < 2.0.0)
|
2017-10-11 23:00:18 +02:00
|
|
|
Conflicts: python-azure-sdk <= 2.0.0
|
2024-04-04 22:30:47 +02:00
|
|
|
%if 0%{?sle_version} >= 150400
|
2024-05-03 20:51:16 +02:00
|
|
|
Obsoletes: python3-azure-mgmt-servermanager <= 2.0.0
|
2024-04-04 22:30:47 +02:00
|
|
|
%endif
|
2017-10-11 23:00:18 +02:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%python_subpackages
|
|
|
|
|
|
|
|
%description
|
|
|
|
This is the Microsoft Azure Server Manager 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 16:15:28 +02:00
|
|
|
This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
|
2017-10-11 23:00:18 +02:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n azure-mgmt-servermanager-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-servermanager-%{version}
|
2024-04-04 22:30:47 +02:00
|
|
|
%pyproject_wheel
|
2017-10-11 23:00:18 +02:00
|
|
|
|
|
|
|
%install
|
2024-04-04 22:30:47 +02:00
|
|
|
%pyproject_install
|
2019-04-15 16:31:57 +02:00
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
2017-10-11 23:00:18 +02: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}
|
2018-09-26 16:15:28 +02:00
|
|
|
%doc HISTORY.rst README.rst
|
|
|
|
%license LICENSE.txt
|
2017-10-11 23:00:18 +02:00
|
|
|
%{python_sitelib}/azure/mgmt/servermanager
|
2024-04-04 22:30:47 +02:00
|
|
|
%{python_sitelib}/azure_mgmt_servermanager-*.dist-info
|
2017-10-11 23:00:18 +02:00
|
|
|
|
|
|
|
%changelog
|