15
0

- revert back to 0.14.1 as 0.15 is blacklisted in OpenDev due

to races with eventlet

- update to version 0.15
  * Welcome back alive!
  * Drop Python 2.6
  * TST: check exitcodes of child processes
  * TST: fix multiplatform support for process lock tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasteners?expand=0&rev=17
This commit is contained in:
2019-12-20 19:17:37 +00:00
committed by Git OBS Bridge
parent 1df5df7365
commit 3192982c00
2 changed files with 16 additions and 1 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Dec 20 19:17:02 UTC 2019 - Dirk Mueller <dmueller@suse.com>
- revert back to 0.14.1 as 0.15 is blacklisted in OpenDev due
to races with eventlet
-------------------------------------------------------------------
Fri Jun 7 12:56:34 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 0.15
* Welcome back alive!
* Drop Python 2.6
* TST: check exitcodes of child processes
* TST: fix multiplatform support for process lock tests
-------------------------------------------------------------------
Tue Dec 4 12:47:54 UTC 2018 - Matej Cepl <mcepl@suse.com>