d35a8aee0b
- Update to v0.9.0 * Hide a Python 3.11.0 unavoidable warning with venv (PR #527) * Fix infinite recursion error in check_dependency with circular dependencies (PR #512, Fixes #511) * Only import colorama on Windows (PR #494, Fixes #493) * Flush output more often to reduce interleaved output (PR #494) * Small API cleanup, like better __all__ and srcdir being read only. (PR #477) * Only use importlib_metadata when needed (PR #401) * Clarify in printout when build dependencies are being installed (PR #514) OBS-URL: https://build.opensuse.org/request/show/1034373 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-build?expand=0&rev=8
53 lines
2.3 KiB
Plaintext
53 lines
2.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Nov 7 20:52:13 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to v0.9.0
|
|
* Hide a Python 3.11.0 unavoidable warning with venv (PR #527)
|
|
* Fix infinite recursion error in check_dependency with circular dependencies (PR #512, Fixes #511)
|
|
* Only import colorama on Windows (PR #494, Fixes #493)
|
|
* Flush output more often to reduce interleaved output (PR #494)
|
|
* Small API cleanup, like better __all__ and srcdir being read only. (PR #477)
|
|
* Only use importlib_metadata when needed (PR #401)
|
|
* Clarify in printout when build dependencies are being installed (PR #514)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 13 11:24:00 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to v0.8.0
|
|
* Accept `os.PathLike[str]` in addition to `str` for paths in
|
|
public API (PR #392, Fixes #372)
|
|
* Add schema validation for `build-system` table to check
|
|
conformity with PEP 517 and PEP 518 (PR #365, Fixes #364)
|
|
* Better support for Python 3.11 (sysconfig schemes PR #434, PR
|
|
#463, tomllib PR #443, warnings PR #420)
|
|
* Improved error printouts (PR #442)
|
|
* Avoid importing packaging unless needed (PR #395, Fixes #393)
|
|
* Failure to create a virtual environment in the `build.env`
|
|
module now raises `build.FailedProcessError` (PR #442)
|
|
- Rework test suite: provide wheels for testing
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 16 12:24:15 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to v0.7.0
|
|
Full changelog at
|
|
https://pypa-build.readthedocs.io/en/stable/changelog.html
|
|
* Dropped support for Python 2 and 3.5
|
|
- Avoid possible bootstrap build depcycles with _multibuild
|
|
- Drop remove-unused-import.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 17 14:52:54 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- Add remove-unused-import.patch to work with importlib_metadata
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 13 11:14:24 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Update to v0.1.0
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 29 02:55:22 AM UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v0.0.4
|