Update to latest upstream release (closes rhbz#2296187)
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
%global pypi_name pytest-subtests
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.12.1
|
||||
Release: 3%{?dist}
|
||||
Version: 0.13.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Support for unittest subTest() and subtests fixture
|
||||
|
||||
# SPDX
|
||||
License: MIT
|
||||
URL: https://github.com/pytest-dev/pytest-subtests
|
||||
Source0: %{pypi_source}
|
||||
Source0: %{pypi_source pytest_subtests}
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@@ -26,7 +26,7 @@ BuildRequires: python3dist(pytest)
|
||||
pytest-subtests unittest subTest() support and subtests fixture.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{pypi_name}-%{version}
|
||||
%autosetup -n pytest_subtests-%{version}
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -r
|
||||
@@ -49,6 +49,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=%{buildroot}%{python3_sitelib} \
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Sun Sep 29 2024 Fabian Affolter <mail@fabian-affolter.ch> - 0.13.1-1
|
||||
- Update to latest upstream release (closes rhbz#2296187)
|
||||
|
||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
|
||||
Reference in New Issue
Block a user