14
0
forked from pool/python-joblib

- Add patch avoid-deprecated-ast.patch:

* Avoid deprecated ast classes.
- Add patch also-filter-new-fork-warning.patch:
  * Filter DeprecationWarning due to calling fork() with multiprocessing.
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=60
This commit is contained in:
2023-11-28 04:00:59 +00:00
committed by Git OBS Bridge
parent 1c31648499
commit af5d476398
4 changed files with 59 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Nov 28 03:55:52 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch avoid-deprecated-ast.patch:
* Avoid deprecated ast classes.
- Add patch also-filter-new-fork-warning.patch:
* Filter DeprecationWarning due to calling fork() with multiprocessing.
- Switch to pyproject macros.
-------------------------------------------------------------------
Sat Nov 25 20:14:35 UTC 2023 - Dirk Müller <dmueller@suse.com>