## START: Set by rpmautospec ## (rpmautospec version 0.2.5) %define autorelease(e:s:pb:) %{?-p:0.}%{lua: release_number = 5; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{?dist} ## END: Set by rpmautospec # tests are enabled by default %bcond_without tests %global srcname applicationinsights Name: python-%{srcname} Version: 0.11.9 Release: %autorelease Summary: Python support for Azure Application Insights API License: MIT URL: https://pypi.org/project/%{srcname}/ Source0: %{pypi_source %{srcname} %{version}} BuildArch: noarch Epoch: 1 BuildRequires: python3-devel %if %{with tests} BuildRequires: python3-test %endif %global _description %{expand: This project extends the Application Insights API surface to support Python} %description %{_description} %package -n python3-%{srcname} Summary: %{summary} Obsoletes: python3-azure-sdk < 5.0.1 %description -n python3-%{srcname} %{_description} %prep %autosetup -n %{srcname}-%{version} # Fix incorrect line endings in the README. sed -i 's/\r$//' README.rst %generate_buildrequires %pyproject_buildrequires -r %build %pyproject_wheel %install %pyproject_install %pyproject_save_files applicationinsights %if %{with tests} %check PYTHONPATH=%{buildroot}/%{python3_sitelib} \ %{__python3} -m unittest discover ./tests/ %endif %files -n python3-%{srcname} -f %{pyproject_files} %license LICENSE.txt %doc README.rst %changelog * Mon May 02 2022 Major Hayden 1:0.11.9-5 - Switch to rpmautospec * Mon May 02 2022 Major Hayden 1:0.11.9-4 - Fix BuildRequires * Fri Jan 21 2022 Fedora Release Engineering 1:0.11.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Sep 08 2021 Major Hayden 1:0.11.9-2 - Move obsoletes into subpackage * Fri Jul 23 2021 Major Hayden 1:0.11.9-1 - Downgrade to 0.11.9 * Fri Jul 23 2021 Fedora Release Engineering 0.11.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jul 16 2021 Major Hayden 0.11.10-1 - Initial import (#1979724)