Update to new upstream release 1.4.1 (#1846923)
This commit is contained in:
parent
e959ca0c78
commit
96f4a3950d
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/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
|
||||
|
@ -5,8 +5,8 @@ when running tests under a continuous integration server or simply if you don’
|
||||
know why the test suite hangs.
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.3.4
|
||||
Release: 3%{?dist}
|
||||
Version: 1.4.1
|
||||
Release: 1%{?dist}
|
||||
Summary: py.test plugin to abort hanging tests
|
||||
|
||||
License: MIT
|
||||
@ -50,6 +50,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} PYTHONDONTWRITEBYTECODE=1 py.test-%{py
|
||||
%{python3_sitelib}/__pycache__/pytest_timeout*
|
||||
|
||||
%changelog
|
||||
* Tue Jun 16 2020 Scott Talbert <swt@techie.net> - 1.4.1-1
|
||||
- Update to new upstream release 1.4.1 (#1846923)
|
||||
|
||||
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 1.3.4-3
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pytest-timeout-1.3.4.tar.gz) = 29af25f3c3776d9ef63c6b7217ffc6b0cedd873b8cc96be742a642da84d12c8988bb9b409e00850246e554b21908d6fd2207692650b154cf6831f38c4395bc80
|
||||
SHA512 (pytest-timeout-1.4.1.tar.gz) = b62b090365c1cfe1a4d544b5645f828e451ec5229313c50a26ce04ba6cb203ff9ab487c61fb000af342f3d499e11f67aff5f84ff5b00328a129f1f39d4aabf28
|
||||
|
Loading…
Reference in New Issue
Block a user