## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## 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 %global srcname azure-storage-blob Name: python-%{srcname} Version: 12.19.1 Release: %autorelease Summary: Azure Storage Blobs client library for Python License: MIT URL: https://pypi.org/project/%{srcname}/ Source: %{pypi_source %{srcname}} BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: Azure Storage Blobs client library for Python} %description %{_description} %package -n python3-%{srcname} Summary: %{summary} %description -n python3-%{srcname} %{_description} %pyproject_extras_subpkg -n python3-%{srcname} aio %prep %autosetup -n %{srcname}-%{version} %generate_buildrequires %pyproject_buildrequires -x aio %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l azure %check %pyproject_check_import # pytest unittest are not run as the test depends on the vcrpy that is pinned https://github.com/Azure/azure-sdk-for-python/tree/main/tools/vcrpy # Furthermore the pypi_source file are missing some test files used to run the test e.g recording rules %files -n python3-%{srcname} -f %{pyproject_files} %doc README.md %changelog ## START: Generated by rpmautospec * Tue Mar 19 2024 Benjamin A. Beasley - 12.19.1-1 - Update to 12.19.1 (close RHBZ#2166795) * Tue Mar 19 2024 Benjamin A. Beasley - 12.14.1-10 - Assert that a license file is present in the .dist-info directory * Fri Jan 26 2024 Fedora Release Engineering - 12.14.1-4.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering - 12.14.1-4.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 06 2023 Roman Inflianskas - 12.14.1-4 - Rebuilt for Python 3.12 * Mon Feb 20 2023 Rommel Layco 12.14.1-3 - Update to 12.14.1 * Wed Sep 21 2022 Rommel Layco 12.13.1-2 - Initial import (fedora#2109341) - Fix changelog * Thu Aug 18 2022 John Doe 12.13.1-1 - Uncommitted changes ## END: Generated by rpmautospec