Compare commits

...

No commits in common. 'f38' and 'cs10' have entirely different histories.
f38 ... cs10

15
.gitignore vendored

@ -1,14 +1 @@
/pytest-timeout-1.0.0.tar.gz
/pytest-timeout-1.2.0.tar.gz
/pytest-timeout-1.2.1.tar.gz
/pytest-timeout-1.3.0.tar.gz
/pytest-timeout-1.3.1.tar.gz
/pytest-timeout-1.3.2.tar.gz
/pytest-timeout-1.3.3.tar.gz
/pytest-timeout-1.3.4.tar.gz
/pytest-timeout-1.4.1.tar.gz
/pytest-timeout-1.4.2.tar.gz
/pytest-timeout-2.0.0.tar.gz
/pytest-timeout-2.0.1.tar.gz
/pytest-timeout-2.0.2.tar.gz
/pytest-timeout-2.1.0.tar.gz
SOURCES/pytest-timeout-2.2.0.tar.gz

@ -0,0 +1 @@
2c32e87b03bb7863b0dc9c99805c1a5491366df4 SOURCES/pytest-timeout-2.2.0.tar.gz

@ -1,10 +1,11 @@
%global pypi_name pytest-timeout
Name: python-%{pypi_name}
Version: 2.1.0
Release: 4%{?dist}
Version: 2.2.0
Release: 5%{?dist}
Summary: py.test plugin to abort hanging tests
# SPDX
License: MIT
URL: https://github.com/pytest-dev/pytest-timeout
Source0: %{pypi_source}
@ -13,9 +14,6 @@ BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: %{py3_dist pexpect}
BuildRequires: %{py3_dist pytest} >= 3.6.0
BuildRequires: %{py3_dist pytest-cov}
BuildRequires: %{py3_dist setuptools}
%global _description %{expand:
This is a plugin which will terminate tests after a certain timeout. When doing
@ -34,11 +32,14 @@ Summary: %{summary}
%prep
%autosetup -p1 -n %{pypi_name}-%{version}
%generate_buildrequires
%pyproject_buildrequires
%build
%py3_build
%pyproject_wheel
%install
%py3_install
%pyproject_install
%check
%pytest
@ -51,6 +52,32 @@ Summary: %{summary}
%{python3_sitelib}/__pycache__/pytest_timeout*
%changelog
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.2.0-5
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.2.0-4
- Bump release for June 2024 mass rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Oct 09 2023 Scott Talbert <swt@techie.net> - 2.2.0-1
- Update to new upstream release 2.2.0 (#2242718)
- Modernize Python packaging
* Tue Aug 08 2023 Karolina Surma <ksurma@redhat.com> - 2.1.0-7
- Declare license as an SPDX expression
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 2.1.0-5
- Rebuilt for Python 3.12
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

@ -1 +0,0 @@
SHA512 (pytest-timeout-2.1.0.tar.gz) = 5750e5183669ed9b83fbb76bd7fc9fc1f5f6eef3d9b675dc44f6c7edfd2c6d15739d71e845ededaa192c93da73026ac3376a3295be9f7d3f3eac325660ce7bf3
Loading…
Cancel
Save