## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 9; 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-throttler Version: 1.2.2 Release: %autorelease Summary: Easy throttling with asyncio support # SPDX License: MIT URL: https://github.com/uburuntu/throttler # GitHub archive contains tests and examples; PyPI sdist does not Source: %{url}/archive/v%{version}/throttler-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel # Run tests in parallel; this speeds up the build quite a bit. BuildRequires: python3dist(pytest-xdist) %global common_description %{expand: Zero-dependency Python package for easy throttling with asyncio support.} %description %{common_description} %package -n python3-throttler Summary: %{summary} %description -n python3-throttler %{common_description} %prep %autosetup -n throttler-%{version} # https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters sed -r -i 's/^(codecov|flake8|pytest-cov)/# &/' requirements-dev.txt %generate_buildrequires %pyproject_buildrequires -x dev %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l throttler %check %pytest -n auto -v %files -n python3-throttler -f %{pyproject_files} %doc examples/ %changelog ## START: Generated by rpmautospec * Fri Jan 26 2024 Fedora Release Engineering - 1.2.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 1.2.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Dec 19 2023 Benjamin A. Beasley - 1.2.2-7 - Assert that %%pyproject_files contains a license file * Fri Jul 21 2023 Fedora Release Engineering - 1.2.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jun 29 2023 Python Maint - 1.2.2-5 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering - 1.2.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Dec 21 2022 Benjamin A. Beasley - 1.2.2-2 - Rely on PYTEST_XDIST_AUTO_NUM_WORKERS * Fri Dec 09 2022 Benjamin A. Beasley - 1.2.2-1 - Initial package ## END: Generated by rpmautospec