Update to 0.4 (#1925972)

f38
Christian Heimes 4 years ago
parent 7d7696b3fb
commit d2de876218

1
.gitignore vendored

@ -1,2 +1,3 @@
/pytest-subtests-0.3.0.tar.gz
/pytest-subtests-0.3.1.tar.gz
/pytest-subtests-0.4.0.tar.gz

@ -1,8 +1,8 @@
%global pypi_name pytest-subtests
Name: python-%{pypi_name}
Version: 0.3.1
Release: 3%{?dist}
Version: 0.4.0
Release: 1%{?dist}
Summary: Support for unittest subTest() and subtests fixture
License: MIT
@ -49,6 +49,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=%{buildroot}%{python3_sitelib} \
%{python3_sitelib}/pytest_subtests-%{version}-py*.egg-info/
%changelog
* Sun Feb 07 2021 Christian Heimes <cheimes@redhat.com> - 0.4.0-1
- Update to 0.4 (#1925972)
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (pytest-subtests-0.3.1.tar.gz) = 5695246652f7912be6efbf2dad1325962b9abc0cf064906c9d4d28391d2cf66eda503ef3d458a61257fb78b8cd4c706a0e9584f0d4715a53eb7b0a0180319353
SHA512 (pytest-subtests-0.4.0.tar.gz) = 22fba780a75c2e801ec4525d7a2b906955bf52882ebf4d34670c2a771db8a113355f9c50db52309c4c75c543928bf0214280fc1c395791bc3f09579260a485ca

Loading…
Cancel
Save