Skip to content

Releases: python-wheel-build/fromager

0.18.1

14 Jul 14:58
0.18.1
9cc8609

Choose a tag to compare

What's Changed

  • fix reading requirements files for bootstrapping by @dhellmann in #180

Full Changelog: 0.18.0...0.18.1

0.18.0

14 Jul 14:07
0.18.0
194b134

Choose a tag to compare

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

11 Jul 22:25
0.17.0
0503cb7

Choose a tag to compare

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

11 Jul 12:50
0.16.0
c61f42b

Choose a tag to compare

What's Changed

Full Changelog: 0.15.0...0.16.0

0.15.0

07 Jul 13:55
0.15.0
e981f6a

Choose a tag to compare

What's Changed

Full Changelog: 0.14.0...0.15.0

0.14.0

07 Jul 13:41
0.14.0
38e6c76

Choose a tag to compare

What's Changed

Full Changelog: 0.13.0...0.14.0

0.13.0

06 Jul 19:05
0.13.0
15b6c78

Choose a tag to compare

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

03 Jul 21:20
0.12.1
ab0200d

Choose a tag to compare

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

03 Jul 14:15
0.12.0
b8562dd

Choose a tag to compare

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

Full Changelog: 0.11.0...0.12.0

0.11.0

27 Jun 14:24
0.11.0
d55c7d1

Choose a tag to compare

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