New upstream release 1.3.0
This commit is contained in:
parent
b3cb975996
commit
6d69f091e1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/pytest-timeout-1.0.0.tar.gz
|
/pytest-timeout-1.0.0.tar.gz
|
||||||
/pytest-timeout-1.2.0.tar.gz
|
/pytest-timeout-1.2.0.tar.gz
|
||||||
/pytest-timeout-1.2.1.tar.gz
|
/pytest-timeout-1.2.1.tar.gz
|
||||||
|
/pytest-timeout-1.3.0.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.
|
know why the test suite hangs.
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.2.1
|
Version: 1.3.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: py.test plugin to abort hanging tests
|
Summary: py.test plugin to abort hanging tests
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -69,6 +69,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version}
|
|||||||
%{python3_sitelib}/__pycache__/pytest_timeout*
|
%{python3_sitelib}/__pycache__/pytest_timeout*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 27 2018 Scott Talbert <swt@techie.net> - 1.3.0-1
|
||||||
|
- New upstream release 1.3.0
|
||||||
|
|
||||||
* Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 1.2.1-2
|
* Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 1.2.1-2
|
||||||
- Rebuilt for Python 3.7
|
- Rebuilt for Python 3.7
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pytest-timeout-1.2.1.tar.gz) = 749a0dad83b82e93a97a8590900f2285679ec368612fdcfe3f5f7a5b64774ac85196dc31df111c6a99efda92dc03f751f17ec20862bed1f6aea7d7e4140a06bb
|
SHA512 (pytest-timeout-1.3.0.tar.gz) = f2efc4528d354742ae790743c43a2e559446a75abf87ed94a4ddc110e40dd62675045c01c76ea01b02d23fb1014f23c04b6d61df2a5605eec4c2b01354569c99
|
||||||
|
Loading…
Reference in New Issue
Block a user