## START: Set by rpmautospec ## (rpmautospec version 0.8.1) ## 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-assertpy Version: 1.1 Release: %autorelease Summary: Simple assertion library for unit testing in Python with a fluent API License: BSD-3-Clause URL: https://github.com/assertpy/assertpy Source: %{url}/archive/%{version}/assertpy-%{version}.tar.gz BuildSystem: pyproject BuildOption(install): -l assertpy BuildArch: noarch BuildRequires: %{py3_dist pytest} %global common_description %{expand: Simple assertions library for unit testing in Python with a nice fluent API.} %description %{common_description} %package -n python3-assertpy Summary: %{summary} %description -n python3-assertpy %{common_description} %check -a %pytest %files -n python3-assertpy -f %{pyproject_files} %doc README.md %changelog ## START: Generated by rpmautospec * Tue Sep 30 2025 Benjamin A. Beasley - 1.1-1 - Initial package (close RHBZ#2394794) ## END: Generated by rpmautospec