## START: Set by rpmautospec ## (rpmautospec version 0.8.4) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 6; 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): --assert-license 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 * Thu Jul 16 2026 Fedora Release Engineering - 1.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Wed Jun 03 2026 Python Maint - 1.1-5 - Rebuilt for Python 3.15 * Sun May 10 2026 Benjamin A. Beasley - 1.1-4 - Use long pyproject options * Sat Jan 17 2026 Fedora Release Engineering - 1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Tue Sep 30 2025 Benjamin A. Beasley - 1.1-1 - Initial package (close RHBZ#2394794) ## END: Generated by rpmautospec