%global srcname vsts-cd-manager Name: python-%{srcname} Version: 1.0.2 Release: 10%{?dist} Summary: Visual Studio Team Services Continuous Delivery Manager License: MIT URL: https://pypi.org/project/%{srcname}/ Source0: %pypi_source BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools %global _description %{expand: This package provides the class ContinuousDeliveryManager and supporting classes. This CD manager class allows the caller to manage Azure Continuous Delivery pipelines that are maintained within a VSTS account.} %description %{_description} %package -n python3-%{srcname} Summary: %{summary} %description -n python3-%{srcname} %{_description} %prep %autosetup -n %{srcname}-%{version} # Fix wrong line endings in the README.rst. sed -i 's/\r$//' README.rst %build %py3_build %install %py3_install %files -n python3-%{srcname} %doc README.rst %{python3_sitelib}/aex_accounts %{python3_sitelib}/continuous_delivery %{python3_sitelib}/vsts_cd_manager %{python3_sitelib}/vsts_info_provider %{python3_sitelib}/vsts_cd_manager-%{version}-py%{python3_version}.egg-info %changelog * Fri Jan 26 2024 Fedora Release Engineering - 1.0.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 1.0.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering - 1.0.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint - 1.0.2-7 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering - 1.0.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering - 1.0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 1.0.2-4 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 1.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 1.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jun 01 2021 Major Hayden - 1.0.2-1 - First package.