## START: Set by rpmautospec ## (rpmautospec version 0.8.1) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 4; 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-acres Version: 0.5.0 Release: %{autorelease} Summary: Access resources on your terms License: Apache-2.0 URL: https://github.com/nipreps/acres Source: %{url}/archive/%{version}/acres-%{version}.tar.gz BuildSystem: pyproject BuildOption(install): -L acres BuildArch: noarch # See the test dependency group, but we do not want coverage dependencies. # https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters BuildRequires: %{py3_dist pytest} %global common_description %{expand: This module aims to provide a simple way to access package resources that will fit most use cases.} %description %{common_description} %package -n python3-acres Summary: %{summary} %description -n python3-acres %{common_description} %generate_buildrequires -p export PDM_BUILD_SCM_VERSION='%{version}' %build -p export PDM_BUILD_SCM_VERSION='%{version}' %check -a %pytest -v %files -n python3-acres -f %{pyproject_files} %license LICENSE %doc CHANGELOG.md %doc README.md %changelog ## START: Generated by rpmautospec * Fri Aug 01 2025 Benjamin A. Beasley - 0.5.0-4 - Use the provisional pyproject declarative buildsystem * Fri Jul 25 2025 Fedora Release Engineering - 0.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Wed Jun 04 2025 Packit - 0.5.0-1 - Update to 0.5.0 upstream release - Resolves: rhbz#2370240 * Tue Jun 03 2025 Python Maint - 0.4.1-2 - Rebuilt for Python 3.14 * Sat May 31 2025 Packit - 0.4.1-1 - Update to 0.4.1 upstream release - Resolves: rhbz#2369531 * Sat Jan 18 2025 Fedora Release Engineering - 0.2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Mon Dec 09 2024 Packit - 0.2.0-1 - Update to 0.2.0 upstream release - Resolves: rhbz#2331205 * Sat Nov 30 2024 Sandro - 0.1.0-1 - Initial release ## END: Generated by rpmautospec