15
0

- update to 0.8.0:

* bpo-36786: Run compileall in parallel during "make install"
  * bpo-40692: Run more test_concurrent_futures tests (GH-20239)
  * gh-105931: Fix surprising compileall stripdir behaviour
    (GH-108671)
  * GH-84559: Deprecate fork being the multiprocessing default.
  * bpo-40447: accept all path-like objects in
  * Fix missing space with help for -m compileall -o
  * Improved tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-compileall2?expand=0&rev=6
This commit is contained in:
2024-04-06 19:20:41 +00:00
committed by Git OBS Bridge
parent a6513d9d99
commit 0ba543f3bc
6 changed files with 115 additions and 69 deletions

View File

@@ -1,8 +1,20 @@
-------------------------------------------------------------------
Sat Apr 6 19:18:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.8.0:
* bpo-36786: Run compileall in parallel during "make install"
* bpo-40692: Run more test_concurrent_futures tests (GH-20239)
* gh-105931: Fix surprising compileall stripdir behaviour
(GH-108671)
* GH-84559: Deprecate fork being the multiprocessing default.
* bpo-40447: accept all path-like objects in
* Fix missing space with help for -m compileall -o
-------------------------------------------------------------------
Sat Jan 7 17:08:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.7.2:
* Improved tests
* Improved tests
* switch to pyproject.toml
-------------------------------------------------------------------