!2 Upgrade to version 2.1.0

From: @wu-leilei 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-06-28 01:16:55 +00:00 committed by Gitee
commit 7d8ff97f5b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
pytest-timeout-2.1.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pytest-timeout
Version: 1.4.2
Version: 2.1.0
Release: 1
Summary: py.test plugin to abort hanging tests
License: MIT
URL: http://github.com/pytest-dev/pytest-timeout/
Source0: https://files.pythonhosted.org/packages/fd/f2/4202dea92b48712481e46bc6fb9122fd76baac727333858c69be5d19dfc5/pytest-timeout-1.4.2.tar.gz
Source0: https://files.pythonhosted.org/packages/ef/30/37abbd50f86cb802cbcea50d68688438de1a7446d73c8ed8d048173b4b13/pytest-timeout-2.1.0.tar.gz
BuildArch: noarch
Requires: python3-pytest
@ -28,7 +28,7 @@ Provides: python3-pytest-timeout-doc
%prep
%autosetup -n pytest-timeout-1.4.2
%autosetup -n pytest-timeout-2.1.0
%build
%py3_build
@ -68,5 +68,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Jun 23 2022 SimpleUpdate Robot <tc@openeuler.org> - 2.1.0-1
- Upgrade to version 2.1.0
* Wed Nov 25 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated