%global srcname azure-mgmt-sqlvirtualmachine Name: python-%{srcname} Version: 0.5.0 Release: 3%{?dist} Summary: Microsoft Azure SQL Virtual Machine Management Client Library for Python License: MIT URL: https://pypi.org/project/%{srcname}/ Source0: %{pypi_source %{srcname} %{version} zip} BuildArch: noarch Obsoletes: python-azure-sdk < 5.0.1 BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros %global _description %{expand: Microsoft Azure SQL Virtual Machine Management 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 -r %build %pyproject_wheel %install %pyproject_install %pyproject_save_files azure %files -n python3-%{srcname} -f %{pyproject_files} %doc README.rst %changelog * Fri Jul 23 2021 Major Hayden - 0.5.0-3 - Remove python version macros * Fri Jul 23 2021 Fedora Release Engineering - 0.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jun 01 2021 Major Hayden - 0.5.0-1 - First package.