## START: Set by rpmautospec ## (rpmautospec version 0.8.4) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 2; 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 Name: python-azure-storage-queue Version: 12.17.0 Release: %autorelease Summary: Azure Storage Queues client library for Python License: MIT URL: https://pypi.org/project/azure-storage-queue/ Source: %{pypi_source azure_storage_queue %{version}} BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: Azure Queue storage is a service for storing large numbers of messages that can be accessed from anywhere in the world via authenticated calls using HTTP or HTTPS. A single queue message can be up to 64 KiB in size, and a queue can contain millions of messages, up to the total capacity limit of a storage account.} %description %{_description} %package -n python3-azure-storage-queue Summary: %{summary} %description -n python3-azure-storage-queue %{_description} %prep %autosetup -n azure_storage_queue-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l azure # Like other Azure SDK packages, the tests expect Azure to be available %check %pyproject_check_import %files -n python3-azure-storage-queue -f %{pyproject_files} %doc README.md %changelog ## START: Generated by rpmautospec * Thu Jul 16 2026 Fedora Release Engineering - 12.17.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Tue Jul 07 2026 Jeremy Cline - 12.17.0-1 - Update to 12.17.0 * Thu Jun 04 2026 Python Maint - 12.15.0-2 - Rebuilt for Python 3.15 * Wed Feb 11 2026 Jeremy Cline - 12.15.0-1 - Initial import (rhbz #2432836) ## END: Generated by rpmautospec