## START: Set by rpmautospec ## (rpmautospec version 0.8.4) ## 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 Name: python-boltons Version: 26.0.0 Release: %autorelease Summary: Functionality that should be in the standard library License: BSD-3-Clause URL: https://github.com/mahmoud/boltons %global pypi_name boltons Source: %{pypi_source} BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pytest BuildRequires: make %global _description %{expand: Boltons is a set of over 230 BSD-licensed, pure-Python utilities in the same spirit as — and yet conspicuously missing from — the standard library, including: * Atomic file saving, bolted on with fileutils * A highly-optimized OrderedMultiDict, in dictutils * Two types of PriorityQueue, in queueutils * Chunked and windowed iteration, in iterutils * Recursive data structure iteration and merging, with iterutils.remap * Exponential backoff functionality, including jitter, through iterutils.backoff * A full-featured TracebackInfo type, for representing stack traces, in tbutils} %description %_description %package -n python3-boltons Summary: %{summary} %description -n python3-boltons %_description %prep %autosetup -p1 -n boltons-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel export READTHEDOCS=True %install %pyproject_install %pyproject_save_files boltons %check %pytest -v %files -n python3-boltons -f %{pyproject_files} %doc CHANGELOG.md README.md %changelog ## START: Generated by rpmautospec * Sun Jun 21 2026 Orion Poplawski - 26.0.0-1 - Update to 26.0.0 upstream release - Resolves: rhbz#2490675 * Sun Jun 21 2026 Orion Poplawski - 25.0.0-10 - Add packit config * Wed Jun 03 2026 Python Maint - 25.0.0-9 - Rebuilt for Python 3.15 * Tue Mar 24 2026 Tomáš Hrnčiar - 25.0.0-7 - Fix pytest 9 compatibility * Sat Jan 17 2026 Fedora Release Engineering - 25.0.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Fri Sep 19 2025 Python Maint - 25.0.0-5 - Rebuilt for Python 3.14.0rc3 bytecode * Fri Aug 15 2025 Python Maint - 25.0.0-4 - Rebuilt for Python 3.14.0rc2 bytecode * Fri Jul 25 2025 Fedora Release Engineering - 25.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Tue Jun 03 2025 Python Maint - 25.0.0-2 - Rebuilt for Python 3.14 * Mon Feb 03 2025 Orion Poplawski - 25.0.0-1 - Update to 25.0.0 * Sat Jan 18 2025 Fedora Release Engineering - 24.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Fri Jul 19 2024 Fedora Release Engineering - 24.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jun 07 2024 Python Maint - 24.0.0-2 - Rebuilt for Python 3.13 * Sat Apr 06 2024 Orion Poplawski - 24.0.0-1 - Update to 24.0.0 * Fri Jan 26 2024 Fedora Release Engineering - 23.1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering - 23.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Nov 29 2023 Orion Poplawski - 23.1.1-2 - Build man page * Tue Nov 28 2023 Orion Poplawski - 23.1.1-1 - Initial Fedora package ## END: Generated by rpmautospec