Recent Releases of https://github.com/blue-yonder/devpi-builder
https://github.com/blue-yonder/devpi-builder - 6.1.0
Added
- Support using VCS URLs in requirements files.
Fixed
- Building wheels for packages like
zope-eventthat normalise the project name using dots instead of underscores is no longer broken.
- Python
Published by matthias-bach-by over 2 years ago
https://github.com/blue-yonder/devpi-builder - 6.0.0
Added
- Python 3.10 and 3.11 are now supported.
Changed
- Improved performance of checking for already built packages.
Removed
- Dropped support for running tests via
setup.py test. The mechanism is considered deprecated by upstream and removing it allows us to drop a dependency. - Python 3.6 is no longer supported. It likely still works but we will no longer run CI against it.
- Python
Published by matthias-bach-by almost 3 years ago
https://github.com/blue-yonder/devpi-builder - 5.1.0
Added
- Provide compatibility with pip 21.3 and above which drops the
--build-directoryoption. Pip has been using a temporary directory for builds since version 1.2 so manual handling of this directory should not be necessary anymore.
- Python
Published by matthias-bach-by over 4 years ago
https://github.com/blue-yonder/devpi-builder -
Fixed
- Remove dependency on the internal
wheelAPI. This blocked the use ofwheelversions >= 0.32.
Removed
- Python 2 is no longer supported.
- Python 3.5 is no longer supported.
- Python
Published by Fra-nk about 6 years ago