%global desc %{expand: REQUest REcordingRequre [rekure] - Is Library for storing output of various function and methods to persistent storage and be able to replay the stored output to functions.} Name: python-requre Version: 0.8.3.post1.dev4+g6861ef3 Release: 1.20231204090120027014.main.4.g6861ef3%{?dist} Summary: Python library that allows re/store output of various objects for testing License: MIT URL: https://github.com/packit/requre Source0: requre-0.8.3.post1.dev4+g6861ef3.tar.gz BuildArch: noarch BuildRequires: python3-devel %description %{desc} %package -n python3-requre Summary: %{summary} %description -n python3-requre %{desc} %prep %autosetup -n requre-0.8.3.post1.dev4+g6861ef3 %generate_buildrequires # The -w flag is required for EPEL 9's older hatchling %pyproject_buildrequires %{?el9:-w} %build %pyproject_wheel %install %pyproject_install %pyproject_save_files requre %files -n python3-requre -f %{pyproject_files} # Epel9 does not tag the license file in pyproject_files as a license. Manually install it in this case %if 0%{?el9} %license LICENSE %endif %doc README.md %{_bindir}/requre-patch %changelog * Mon Dec 04 2023 Packit - 0.8.3.post1.dev4+g6861ef3-1.20231204090120027014.main.4.g6861ef3 - [pre-commit.ci] pre-commit autoupdate (pre-commit-ci[bot]) - Provide __version__ of the package (Frantisek Lachman) * Mon Oct 30 2023 Packit Team - 0.8.3-1 - New upstream release 0.8.3 * Wed Apr 13 2022 Frantisek Lachman - 0.8.2-1 - New upstream release 0.8.2 * Fri Jun 18 2021 Frantisek Lachman - 0.8.1-1 - New upstream release 0.8.1 * Fri May 07 2021 Frantisek Lachman - 0.8.0-1 - New upstream release 0.8.0 * Fri Apr 30 2021 Hunor Csomortáni - 0.7.1-1 - New upstream release: 0.7.1 * Fri Mar 12 2021 Jan Ščotka - 0.7.0-1 - New version * Mon Mar 01 2021 Jan Ščotka - 0.6.1-1 - new version * Tue Feb 16 2021 Jan Ščotka - 0.6.0-1 - new version * Tue Jan 19 2021 Jiri Popelka - 0.5.0-1 - 0.5.0 * Tue Sep 22 2020 Jan Ščotka - 0.4.0-1 - New upstream release 0.4.0 * Wed Jan 15 2020 Jan Ščotka - 0.2.0-1 - Initial package.