This commit is contained in:
Fedora Release Engineering 2024-01-21 22:50:41 +00:00
parent 8db081540f
commit 2030ab1fa7
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@ Name: pytest
%global base_version 7.4.3
#global prerelease ...
Version: %{base_version}%{?prerelease:~%{prerelease}}
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Simple powerful testing with Python
License: MIT
URL: https://pytest.org
@ -182,6 +182,9 @@ find %{buildroot}%{python3_sitelib} \
%changelog
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Nov 09 2023 Miro Hrončok <mhroncok@redhat.com> - 7.4.3-1
- Update to 7.4.3
- Changelog: https://docs.pytest.org/en/stable/changelog.html#pytest-7-4-3-2023-10-24