forked from pool/python-compileall2
Dirk Mueller
0ba543f3bc
* 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
29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
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
|
|
* switch to pyproject.toml
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 28 03:55:46 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Refresh test_compileall2.py for Python 3.10+ support.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 17 08:11:42 AM UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v0.7.1
|