Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a4218ec50f | ||
|
|
f130219f54 | ||
|
|
3ab46ec294 | ||
|
|
0d49f4544d | ||
|
|
0611b2bfa2 | ||
|
|
af3ebe9d8b | ||
|
|
d69ddc8617 | ||
|
|
420b0f9b2d | ||
|
|
407a86740e | ||
|
|
ff4d22e952 | ||
|
|
ea86b3aa6e |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,5 @@
|
||||
/pytest-subtests-0.3.0.tar.gz
|
||||
/pytest-subtests-0.3.1.tar.gz
|
||||
/pytest-subtests-0.4.0.tar.gz
|
||||
/pytest-subtests-0.5.0.tar.gz
|
||||
/pytest-subtests-0.10.0.tar.gz
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
%global pypi_name pytest-subtests
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.4.0
|
||||
Release: 1%{?dist}
|
||||
Version: 0.10.0
|
||||
Release: 3%{?dist}
|
||||
Summary: Support for unittest subTest() and subtests fixture
|
||||
|
||||
License: MIT
|
||||
@@ -20,6 +20,7 @@ BuildRequires: python3-devel
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-setuptools_scm
|
||||
BuildRequires: python3-attrs
|
||||
%{?python_provide:%python_provide python3-%{pypi_name}}
|
||||
|
||||
%description -n python3-%{pypi_name}
|
||||
@@ -49,6 +50,36 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=%{buildroot}%{python3_sitelib} \
|
||||
%{python3_sitelib}/pytest_subtests-%{version}-py*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.10.0-2
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
* Mon Mar 27 2023 Christian Heimes <cheimes@redhat.com> - 0.10.0-1
|
||||
- Update to 0.10.0
|
||||
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.5.0-3
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Wed Aug 25 2021 Fabian Affolter <mail@fabian-affolter.ch> - 0.5.0-1
|
||||
- Update to latest upstream release 0.5.0
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 0.4.0-2
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
* Sun Feb 07 2021 Christian Heimes <cheimes@redhat.com> - 0.4.0-1
|
||||
- Update to 0.4 (#1925972)
|
||||
|
||||
|
||||
2
sources
2
sources
@@ -1 +1 @@
|
||||
SHA512 (pytest-subtests-0.4.0.tar.gz) = 22fba780a75c2e801ec4525d7a2b906955bf52882ebf4d34670c2a771db8a113355f9c50db52309c4c75c543928bf0214280fc1c395791bc3f09579260a485ca
|
||||
SHA512 (pytest-subtests-0.10.0.tar.gz) = 228b416b6a34386c8d6b393199f8683fdc7b015ce777a7251a472e704519065f6d2993efb110c35e090df1ac51023a1fdd3b5f85d2f7d6d6cbcb8677c459e532
|
||||
|
||||
Reference in New Issue
Block a user