Update to new upstream release 1.4.2 (#1857421)

f38
Scott Talbert 5 years ago
parent 5a7f0c8835
commit 46caf428d4

1
.gitignore vendored

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

@ -1,8 +1,8 @@
%global pypi_name pytest-timeout
Name: python-%{pypi_name}
Version: 1.4.1
Release: 2%{?dist}
Version: 1.4.2
Release: 1%{?dist}
Summary: py.test plugin to abort hanging tests
License: MIT
@ -51,6 +51,9 @@ Summary: %{summary}
%{python3_sitelib}/__pycache__/pytest_timeout*
%changelog
* Wed Jul 15 2020 Scott Talbert <swt@techie.net> - 1.4.2-1
- Update to new upstream release 1.4.2 (#1857421)
* Fri Jun 26 2020 Scott Talbert <swt@techie.net> - 1.4.1-2
- Add missing BR for setuptools

@ -1 +1 @@
SHA512 (pytest-timeout-1.4.1.tar.gz) = b62b090365c1cfe1a4d544b5645f828e451ec5229313c50a26ce04ba6cb203ff9ab487c61fb000af342f3d499e11f67aff5f84ff5b00328a129f1f39d4aabf28
SHA512 (pytest-timeout-1.4.2.tar.gz) = 3446ecdb5aaad5fbca12df4e7f4f40c6c1a12895d3ed9f3a3ee24800ce36deed3cb8c09a4cc72220c962b06f821cfd55bf7eebbca23664c56abf2d0e5bc8fbea

Loading…
Cancel
Save