15
0

Accepting request 994273 from home:ohollmann:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/994273
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-EasyProcess?expand=0&rev=41
This commit is contained in:
2022-08-18 14:42:28 +00:00
committed by Git OBS Bridge
parent fb1beca38f
commit f15dbed865
4 changed files with 27 additions and 6 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Aug 10 07:46:11 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>
- 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 <mimi.vx@gmail.com>