10 Commits
f30 ... f36

Author SHA1 Message Date
Fedora Release Engineering
420b0f9b2d - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-21 14:57:51 +00:00
Fabian Affolter
407a86740e * Wed Aug 25 2021 Fabian Affolter <mail@fabian-affolter.ch> - 0.5.0-1
- Update to latest upstream release 0.5.0
2021-08-25 18:02:38 +02:00
Fedora Release Engineering
ff4d22e952 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-23 08:58:36 +00:00
Python Maint
ea86b3aa6e Rebuilt for Python 3.10 2021-06-02 22:57:40 +02:00
Christian Heimes
d2de876218 Update to 0.4 (#1925972) 2021-02-07 21:08:50 +01:00
Fedora Release Engineering
7d7696b3fb - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 12:56:07 +00:00
Fedora Release Engineering
fdcee2a141 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-29 03:25:47 +00:00
Fabian Affolter
b5dde391f7 * Tue Jul 14 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.3.1-1
- Update to latest upstream release 0.3.1
2020-07-14 22:52:51 +02:00
Miro Hrončok
cd88ec1154 Rebuilt for Python 3.9 2020-05-26 03:35:43 +02:00
Fabian Affolter
45913ed03c * Mon Mar 23 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.3.0-1
- Initial package for Fedora
2020-03-24 17:43:30 +01:00
3 changed files with 85 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
/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

View File

@@ -0,0 +1,80 @@
%global pypi_name pytest-subtests
Name: python-%{pypi_name}
Version: 0.5.0
Release: 2%{?dist}
Summary: Support for unittest subTest() and subtests fixture
License: MIT
URL: https://github.com/pytest-dev/pytest-subtests
Source0: %{pypi_source}
BuildArch: noarch
%description
pytest-subtests unittest subTest() support and subtests fixture.
%package -n python3-%{pypi_name}
Summary: %{summary}
BuildRequires: python3-devel
BuildRequires: python3-pytest
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
%{?python_provide:%python_provide python3-%{pypi_name}}
%description -n python3-%{pypi_name}
pytest-subtests unittest subTest() support and subtests fixture.
%prep
%autosetup -n %{pypi_name}-%{version}
rm -rf %{pypi_name}.egg-info
%build
%py3_build
%install
%py3_install
%check
# https://github.com/pytest-dev/pytest-subtests/issues/21
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}
%license LICENSE
%doc README.rst
%{python3_sitelib}/__pycache__/*
%{python3_sitelib}/pytest_subtests.py
%{python3_sitelib}/pytest_subtests-%{version}-py*.egg-info/
%changelog
* 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)
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jul 14 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.3.1-1
- Update to latest upstream release 0.3.1
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.3.0-2
- Rebuilt for Python 3.9
* Mon Mar 23 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.3.0-1
- Initial package for Fedora

1
sources Normal file
View File

@@ -0,0 +1 @@
SHA512 (pytest-subtests-0.5.0.tar.gz) = 2ba5d653421cbfadd2949c9fceffc3b4d3ea6bcc787557591cfc1b75d2989d615a311ad708ec98e90d02dbcbc2c43c190b5de7641ab3b2ee4a06a3377ade0c95