Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
663ec50648 | ||
|
|
39fb5a2bcb | ||
|
|
8f8480c769 | ||
|
|
efefdd9307 | ||
|
|
ff549d4659 | ||
|
|
f4834557cd | ||
|
|
a4218ec50f | ||
|
|
f130219f54 | ||
|
|
3ab46ec294 | ||
|
|
0d49f4544d | ||
|
|
0611b2bfa2 | ||
|
|
af3ebe9d8b | ||
|
|
d69ddc8617 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -2,3 +2,5 @@
|
||||
/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
|
||||
/pytest-subtests-0.12.1.tar.gz
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
%global pypi_name pytest-subtests
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.5.0
|
||||
Release: 2%{?dist}
|
||||
Version: 0.12.1
|
||||
Release: 3%{?dist}
|
||||
Summary: Support for unittest subTest() and subtests fixture
|
||||
|
||||
# SPDX
|
||||
License: MIT
|
||||
URL: https://github.com/pytest-dev/pytest-subtests
|
||||
Source0: %{pypi_source}
|
||||
@@ -17,9 +18,8 @@ pytest-subtests unittest subTest() support and subtests fixture.
|
||||
Summary: %{summary}
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-setuptools_scm
|
||||
BuildRequires: python3dist(pytest)
|
||||
|
||||
%{?python_provide:%python_provide python3-%{pypi_name}}
|
||||
|
||||
%description -n python3-%{pypi_name}
|
||||
@@ -27,13 +27,16 @@ pytest-subtests unittest subTest() support and subtests fixture.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{pypi_name}-%{version}
|
||||
rm -rf %{pypi_name}.egg-info
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -r
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
%pyproject_install
|
||||
%pyproject_save_files pytest_subtests
|
||||
|
||||
%check
|
||||
# https://github.com/pytest-dev/pytest-subtests/issues/21
|
||||
@@ -41,14 +44,44 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=%{buildroot}%{python3_sitelib} \
|
||||
pytest-%{python3_version} -v tests \
|
||||
-k "not TestFixture and not TestCapture and not test_simple_terminal"
|
||||
|
||||
%files -n python3-%{pypi_name}
|
||||
%files -n python3-%{pypi_name} -f %{pyproject_files}
|
||||
%doc CHANGELOG.rst README.rst
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python3_sitelib}/__pycache__/*
|
||||
%{python3_sitelib}/pytest_subtests.py
|
||||
%{python3_sitelib}/pytest_subtests-%{version}-py*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.12.1-2
|
||||
- Rebuilt for Python 3.13
|
||||
|
||||
* Mon Apr 08 2024 Fabian Affolter <mail@fabian-affolter.ch> - 0.12.1
|
||||
- Update to latest upstream release (closes rhbz#2196751, closes rhbz#2203842)
|
||||
|
||||
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
|
||||
|
||||
2
sources
2
sources
@@ -1 +1 @@
|
||||
SHA512 (pytest-subtests-0.5.0.tar.gz) = 2ba5d653421cbfadd2949c9fceffc3b4d3ea6bcc787557591cfc1b75d2989d615a311ad708ec98e90d02dbcbc2c43c190b5de7641ab3b2ee4a06a3377ade0c95
|
||||
SHA512 (pytest-subtests-0.12.1.tar.gz) = 5eb4ff950171f8e008b3879453b55bab1ebc82ec60ca4da839158ad6e195c03f1a5d6b6ce2ac263a3ecaa2f684955e4fcc7abf5e429de9ffd898586b758e6cd4
|
||||
|
||||
Reference in New Issue
Block a user