# EPEL9 does not have python-aiohttp packaged yet. %if 0%{?fedora} %bcond_without tests %else %bcond_with tests %endif %global srcname azure-mgmt-managedservices Name: python-%{srcname} Version: 1.0.0 Release: 12%{?dist} Summary: Microsoft Azure Managed Services Client Library for Python License: MIT URL: https://pypi.org/project/%{srcname}/ Source0: %{pypi_source %{srcname} %{version} zip} BuildArch: noarch Epoch: 1 BuildRequires: python3-devel %if %{with tests} BuildRequires: python3dist(azure-devtools) BuildRequires: python3dist(azure-mgmt-keyvault) BuildRequires: python3dist(azure-mgmt-resource) BuildRequires: python3dist(azure-sdk-tools) BuildRequires: python3dist(pytest) BuildRequires: python3dist(pytest-aiohttp) BuildRequires: python3dist(python-dotenv) %endif %global _description %{expand: Microsoft Azure Managed Services Client Library for Python} %description %{_description} %package -n python3-%{srcname} Summary: %{summary} %description -n python3-%{srcname} %{_description} %prep %autosetup -n %{srcname}-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files azure %check %pyproject_check_import %if %{with tests} %pytest %endif %files -n python3-%{srcname} -f %{pyproject_files} %doc README.rst HISTORY.rst %changelog * Fri Jan 26 2024 Fedora Release Engineering - 1:1.0.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering - 1:1.0.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering - 1:1.0.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jul 01 2023 Python Maint - 1:1.0.0-9 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering - 1:1.0.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering - 1:1.0.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jul 08 2022 Major Hayden - 1:1.0.0-6 - Add testing conditional * Tue Jun 28 2022 Major Hayden - 1:1.0.0-5 - Added import check * Thu Jun 16 2022 Python Maint - 1:1.0.0-4 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 1:1.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Sep 08 2021 Major Hayden - 1:1.0.0-2 - Move obsoletes into subpackage * Tue Aug 03 2021 Major Hayden - 1:1.0.0-1 - Downgrade to 1.0.0 and add epoch number * Fri Jul 23 2021 Fedora Release Engineering - 6.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jun 01 2021 Major Hayden - 6.0.0-1 - First package.