14
0

- update to 0.5.0:

* Allow to use timeout in function kwargs even when initial
    seconds is None
  * drop support for 2.6, 3.4, 3.5 and add support for 3.7, 3.8, 3.9

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-timeout-decorator?expand=0&rev=3
This commit is contained in:
2023-05-12 11:59:48 +00:00
committed by Git OBS Bridge
parent 20b0f8a160
commit c439b849b0
4 changed files with 19 additions and 12 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri May 12 11:54:22 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.5.0:
* Allow to use timeout in function kwargs even when initial
seconds is None
* drop support for 2.6, 3.4, 3.5 and add support for 3.7, 3.8, 3.9
-------------------------------------------------------------------
Wed Feb 19 02:09:49 PM UTC 2020 - John Vandenberg <jayvdb@gmail.com>