diff --git a/0.3.tar.gz b/0.3.tar.gz deleted file mode 100644 index 6110d22..0000000 --- a/0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eea7f7f2074b599ca4cb2a14c098eb0a0e21f8886eb38c45b8c0b3cb89e7aff9 -size 11310 diff --git a/1.1.tar.gz b/1.1.tar.gz new file mode 100644 index 0000000..407156d --- /dev/null +++ b/1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b566225ba7b8f7dd3a5356e18209edd5e5bcf002bfd9de6b16cce36d2a68ffc0 +size 13755 diff --git a/python-EasyProcess.changes b/python-EasyProcess.changes index 0555514..3b7019a 100644 --- a/python-EasyProcess.changes +++ b/python-EasyProcess.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Aug 10 07:46:11 UTC 2022 - Otto Hollmann + +- Fix build dependencies for test flavour +- Update to 1.1: + * Use popen timeout parameter, remove daemon thread #22 + * use only kill(), remove terminate(), remove kill* parameters #20 #22 + * add py310 support, remove py36 + * fix EASYPROCESS_USE_TEMP_FILES env var usage + * test: increase timeouts to avoid random fails + * remove py2 + * add py39 support + * Add option to force kill process after timeout + ------------------------------------------------------------------- Thu Jul 9 00:07:33 UTC 2020 - Ondřej Súkup diff --git a/python-EasyProcess.spec b/python-EasyProcess.spec index 52033d0..34db492 100644 --- a/python-EasyProcess.spec +++ b/python-EasyProcess.spec @@ -1,7 +1,7 @@ # -# spec file for package python-EasyProcess +# spec file # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-EasyProcess%{psuffix} -Version: 0.3 +Version: 1.1 Release: 0 Summary: Python subprocess interface License: BSD-2-Clause @@ -38,9 +38,16 @@ BuildRequires: iputils BuildRequires: python-rpm-macros BuildArch: noarch %if %{with test} +BuildRequires: %{python_module EasyProcess = %{version}} +BuildRequires: %{python_module Pillow} BuildRequires: %{python_module PyVirtualDisplay} +BuildRequires: %{python_module entrypoint2} +BuildRequires: %{python_module flake8} +BuildRequires: %{python_module mypy} +BuildRequires: %{python_module pytest-timeout} BuildRequires: %{python_module pytest} BuildRequires: %{python_module six} +BuildRequires: ImageMagick %endif %python_subpackages