## START: Set by rpmautospec ## (rpmautospec version 0.3.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Upstream's tests require docker now. 😢 %bcond_with tests %global srcname azure-keyvault-keys Name: python-%{srcname} Version: 4.9.0~b3 %global pypi_version 4.9.0b3 Release: %autorelease Summary: Microsoft Azure Key Vault Keys Client Library for Python License: MIT URL: https://pypi.org/project/%{srcname}/ Source0: %{pypi_source %{srcname} %{pypi_version}} BuildArch: noarch BuildRequires: python3-devel %if %{with tests} BuildRequires: python3dist(aiohttp) BuildRequires: python3dist(azure-devtools) BuildRequires: python3dist(azure-identity) BuildRequires: python3dist(azure-mgmt-core) BuildRequires: python3dist(azure-mgmt-keyvault) BuildRequires: python3dist(azure-mgmt-resource) BuildRequires: python3dist(azure-sdk-tools) BuildRequires: python3dist(dateutils) BuildRequires: python3dist(python-dotenv) BuildRequires: python3dist(pytest) BuildRequires: python3dist(pytest-asyncio) %endif %global _description %{expand: Microsoft Azure Key Vault Keys Client Library for 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}-%{pypi_version} %generate_buildrequires %pyproject_buildrequires -r %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.md %changelog * Tue Nov 14 2023 Major Hayden - 4.9.0~b3-1 - Update to 4.9.0b3 rhbz#2249655 * Fri Jul 21 2023 Fedora Release Engineering - 4.8.0~b2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jun 29 2023 Python Maint - 4.8.0~b2-5 - Rebuilt for Python 3.12 * Wed May 17 2023 Major Hayden - 4.8.0~b2-4 - Migrated to SPDX license * Mon May 08 2023 Major Hayden - 4.8.0~b2-3 - S * Fri Jan 20 2023 Fedora Release Engineering - 4.8.0~b2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Jan 11 2023 Major Hayden - 4.8.0~b2-1 - Update to 4.8.0b2 * Fri Jul 22 2022 Fedora Release Engineering - 4.5.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jun 22 2022 Major Hayden - 4.5.1-4 - Add import check * Wed Jun 15 2022 Python Maint - 4.5.1-3 - Rebuilt for Python 3.11 * Fri Jun 03 2022 Major Hayden - 4.5.1-2 - Remove parameterized test dependency, skip some tests * Tue Apr 26 2022 Major Hayden - 4.5.1-1 - Update to 4.5.1 * Mon Apr 25 2022 Major Hayden - 4.5.0~b6-3 - Disable EPEL testing * Mon Apr 25 2022 Major Hayden - 4.5.0~b6-2 - Add aiohttp to BuildRequires for tests * Tue Mar 01 2022 Major Hayden - 4.5.0~b6-1 - Update to 4.5.0b6 * Fri Jan 21 2022 Fedora Release Engineering - 4.5.0~b4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Nov 02 2021 Major Hayden - 4.5.0~b4-1 - Update to 4.5.0b4 * Tue Oct 12 2021 Major Hayden - 4.4.0-1 - Update to 4.4.0; add tests * Wed Sep 08 2021 Major Hayden - 4.3.1-3 - Move obsoletes into subpackage * Fri Jul 23 2021 Fedora Release Engineering - 4.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 18 2021 Major Hayden - 4.3.1-1 - Initial import (#1971766)