14
0

- update to 3.6.4.0:

* Issue #309: Add Python 3.9 support to spawnv_passfds()
  * fix #314 
- drop billiard-pr310-py39-fork_exec.patch (upstream)
- add billard-sphinx4.patch: compat with Sphinx 4.x

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-billiard?expand=0&rev=46
This commit is contained in:
2021-06-04 21:11:07 +00:00
committed by Git OBS Bridge
parent 69adabd3e9
commit 443fa66670
6 changed files with 29 additions and 39 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jun 4 20:49:11 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 3.6.4.0:
* Issue #309: Add Python 3.9 support to spawnv_passfds()
* fix #314
- drop billiard-pr310-py39-fork_exec.patch (upstream)
- add billard-sphinx4.patch: compat with Sphinx 4.x
-------------------------------------------------------------------
Fri Mar 19 19:42:02 UTC 2021 - Ben Greiner <code@bnavigator.de>