diff --git a/pytest-timeout-1.4.2.tar.gz b/pytest-timeout-1.4.2.tar.gz deleted file mode 100644 index b88a37f..0000000 Binary files a/pytest-timeout-1.4.2.tar.gz and /dev/null differ diff --git a/pytest-timeout-2.1.0.tar.gz b/pytest-timeout-2.1.0.tar.gz new file mode 100644 index 0000000..8e64268 Binary files /dev/null and b/pytest-timeout-2.1.0.tar.gz differ diff --git a/python-pytest-timeout.spec b/python-pytest-timeout.spec index 6b0b676..e633dfc 100644 --- a/python-pytest-timeout.spec +++ b/python-pytest-timeout.spec @@ -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 - 2.1.0-1 +- Upgrade to version 2.1.0 + * Wed Nov 25 2020 Python_Bot - Package Spec generated