15
0

Accepting request 789789 from home:mcalabkova:branches:devel:languages:python

- Update to 3.6.3.0
  * Close the inqueue and outqueue when terminating to avoid file descriptor leakage.
  * upgrade to pytest<6
  * Test against the latest Python 3.8 and PyPy3 release

OBS-URL: https://build.opensuse.org/request/show/789789
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-billiard?expand=0&rev=41
This commit is contained in:
Tomáš Chvátal
2020-03-30 14:56:02 +00:00
committed by Git OBS Bridge
parent e7c9c8f95a
commit c7bd88ffa6
4 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Mar 30 14:04:42 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 3.6.3.0
* Close the inqueue and outqueue when terminating to avoid file descriptor leakage.
* upgrade to pytest<6
* Test against the latest Python 3.8 and PyPy3 release
-------------------------------------------------------------------
Fri Sep 13 11:19:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>