Releases: python-wheel-build/fromager
Releases · python-wheel-build/fromager
0.18.1
What's Changed
- fix reading requirements files for bootstrapping by @dhellmann in #180
Full Changelog: 0.18.0...0.18.1
0.18.0
What's Changed
- Allow all constraint operations by @shubhbapna in #171
- Give the user an option to use predefined urls to download sdists from by @shubhbapna in #164
- Removed trailing _ from _patch_source method by @rd4398 in #161
Full Changelog: 0.17.0...0.18.0
0.17.0
What's Changed
- catch errors when trying to download wheels from cli by @dhellmann in #165
- Find duplicates from constraints.txt by @rd4398 in #163
- Adding checks for downloaded source and tar files by @rd4398 in #169
New Contributors
Full Changelog: 0.16.0...0.17.0
0.16.0
What's Changed
- Add
constrained_reqfield to build order by @shubhbapna in #155 - add dependency information to constraints file by @dhellmann in #156
- remove legacy patch handling by @dhellmann in #149
- add build-order show-duplicates command by @dhellmann in #143
- document override functions related to building sdist by @dhellmann in #141
- remove fedora package index from default resolver by @dhellmann in #140
- add command to start local wheel server by @dhellmann in #146
- Add unit test to ensure that extras are applied even with constraints by @shubhbapna in #159
- Refactor requirement file parsing by @shubhbapna in #158
- feature: add wheels to download-sequence by @dhellmann in #162
Full Changelog: 0.15.0...0.16.0
0.15.0
0.14.0
0.13.0
What's Changed
- Added credentials for GitHub Resolver by @shubhbapna in #128
- expand test coverage for fromager.dependencies by @dhellmann in #119
- simplify mergify rules to only require one approval by @dhellmann in #136
- evaluate marker expressions for toplevel dependencies by @dhellmann in #137
- Implement parameter expansion for env files by @tiran in #134
- Add an option to pass the number of max jobs that are available by @shubhbapna in #133
- Add implementation for a basic constraints file by @shubhbapna in #144
- clean up log message about constraints by @dhellmann in #145
- fix: only download sdist sources in download-sequence by @dhellmann in #147
Full Changelog: 0.12.1...0.13.0
0.12.1
What's Changed
- document netrc configuration for private repository access by @dhellmann in #108
- trap fewer exceptions when resolving a dependency by @dhellmann in #130
Full Changelog: 0.12.0...0.12.1
0.12.0
What's Changed
- sort dependencies before recursing for consistent output by @dhellmann in #106
- look for patches in subdirectories by @dhellmann in #116
- feature: let overrides do version resolution by @dhellmann in #105
- fix: pass environment variables from caller to build steps by @shubhbapna in #124
Maintenance Work
- add type annotations to application code by @dhellmann in #109
- Define custom click params for path and versions by @tiran in #112
- Configure mypy checker in tox and GHA by @tiran in #111
- Convert Path to str for external_commands.run() by @tiran in #113
- avoid circular imports in override plugins by @dhellmann in #123
New Contributors
- @shubhbapna made their first contribution in #124
Full Changelog: 0.11.0...0.12.0
0.11.0
What's Changed
- Add Ruff for linting and auto-formatting by @tiran in #100
- feature: make a new sdist after running prepare_source by @dhellmann in #98
Full Changelog: 0.10.0...0.11.0