forked from pool/python-build
This branch is 6 commits behind pool/python-build:factory
- update to 1.2.1:
* Avoid error when terminal width is undetectable on Python <
3.11
* Add --installer option, supporting pip and uv. Added uv
extra.
* Improve console output and provide -v for dependency
installation
* Avoid compiling unused bytecode when using pip
* Dropped support for Python 3.7
* Fixed invoking outer pip from user site packages
* Corrected the minimum pip version required to use an outer
pip
* Use external pip if available instead of installing, speeds
up environment setup with virtualenv slightly and venv
significantly.
* Stopped injecting wheel as a build dependency automatically,
in the case of missing pyproject.toml -- by :user:`webknjaz`.
* Use importlib_metadata on Python <3.10.2 for bugfixes not
present in those CPython standard libraries (not required
when bootstrapping) -- by :user:`GianlucaFicarelli`.
- Update to v0.9.0
- Drop remove-unused-import.patch
- Add remove-unused-import.patch to work with importlib_metadata
OBS-URL: https://build.opensuse.org/request/show/1183987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-build?expand=0&rev=11
Description
No description provided
Languages
Python
100%