Update to new upstream release 2.2.0 (#2242718)
This commit is contained in:
parent
cb7ef69369
commit
800fb08fbc
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/pytest-timeout-2.0.1.tar.gz
|
||||
/pytest-timeout-2.0.2.tar.gz
|
||||
/pytest-timeout-2.1.0.tar.gz
|
||||
/pytest-timeout-2.2.0.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global pypi_name pytest-timeout
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 2.1.0
|
||||
Release: 7%{?dist}
|
||||
Version: 2.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: py.test plugin to abort hanging tests
|
||||
|
||||
# SPDX
|
||||
@ -51,6 +51,9 @@ Summary: %{summary}
|
||||
%{python3_sitelib}/__pycache__/pytest_timeout*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 09 2023 Scott Talbert <swt@techie.net> - 2.2.0-1
|
||||
- Update to new upstream release 2.2.0 (#2242718)
|
||||
|
||||
* Tue Aug 08 2023 Karolina Surma <ksurma@redhat.com> - 2.1.0-7
|
||||
- Declare license as an SPDX expression
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pytest-timeout-2.1.0.tar.gz) = 5750e5183669ed9b83fbb76bd7fc9fc1f5f6eef3d9b675dc44f6c7edfd2c6d15739d71e845ededaa192c93da73026ac3376a3295be9f7d3f3eac325660ce7bf3
|
||||
SHA512 (pytest-timeout-2.2.0.tar.gz) = 11a0c4e958b324bff3e149bf2a7dc5bf6ab6549405d5061856f8f1ad0e43df1cddce83df4c804b717276bfbcfcf60ee6b400625d0f4e4e73c98785146c22164f
|
||||
|
Loading…
Reference in New Issue
Block a user