Skip to content

Releases: python-wheel-build/fromager

0.36.0

12 Dec 20:37
0.36.0
34c79b3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.35.1...0.36.0

0.35.1

12 Dec 18:30
0.35.1
67a0a4e
Compare
Choose a tag to compare

What's Changed

  • Bug Fix: Duplicates are written to constraints file during bootstrapping by @rd4398 in #525

Full Changelog: 0.35.0...0.35.1

0.35.0

09 Dec 18:21
2f76a26
Compare
Choose a tag to compare

What's Changed

  • improve error message when generated constraints file is invalid by @shubhbapna in #503
  • use a wheel server as a cache for bootstrapping by @shubhbapna in #502
  • remove --wheel-server-url arg by @shubhbapna in #506
  • use zipfile library instead of wheel command to unpack a wheel by @shubhbapna in #508
  • Detect if we have already seen the dependency before downloading sources by @shubhbapna in #511
  • check whether downloaded wheel is valid or not by @shubhbapna in #514
  • set the permission bits when unpacking a wheel by @shubhbapna in #515
  • feat: measure time for different steps in bootstrapping and build-sequence by @shubhbapna in #445
  • Fix: Write fromager-elf-provides file by @tiran in #518
  • allow use of url for req, constraint and graph files by @shubhbapna in #504
  • fix cycles in when traversing graph by @shubhbapna in #520
  • add --cache-wheel-server-url and --force options to build-sequence by @shubhbapna in #516

Full Changelog: 0.34.0...0.35.0

0.34.1

06 Dec 15:59
0.34.1
39a2fde
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.34.0...0.34.1

0.34.0

07 Nov 21:20
0.34.0
2075b40
Compare
Choose a tag to compare

What's Changed

  • improve error and debugging info during bootstrapping by @dhellmann in #499

Full Changelog: 0.33.1...0.34.0

0.33.1

07 Nov 19:06
0.33.1
1a859ea
Compare
Choose a tag to compare

What's Changed

  • Bug Fix: terminate when error is encountered by @rd4398 in #497

Full Changelog: 0.33.0...0.33.1

0.33.0

06 Nov 15:45
0.33.0
c725d86
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.32.1...0.33.0

0.32.1

24 Oct 18:43
d74742d
Compare
Choose a tag to compare

What's Changed

  • expose extra_environ argument in get build dependency hooks by @shubhbapna in #482

Full Changelog: 0.32.0...0.32.1

0.32.0

22 Oct 20:10
d20f68d
Compare
Choose a tag to compare

What's Changed

  • Log return value of override methods by @rd4398 in #451
  • Fix MAKEFLAGS -j argument by @prarit in #455
  • shlex.quote environment values by @tiran in #458
  • Use keyword-only args for API functions by @tiran in #459
  • Document output directories generated by fromager by @rd4398 in #454
  • add a graph why command to explain why certain package appears in the graph by @shubhbapna in #467
  • Remove dependency on PyGithub by @tiran in #469
  • Fix: enable loopback device in network isolation by @tiran in #477
  • modularize handle_requirement by @shubhbapna in #453
  • Add support for ${NAME:-somedefault} syntax by @tiran in #479

New Contributors

Full Changelog: 0.31.5...0.32.0

0.31.5

11 Oct 15:53
b01a2d1
Compare
Choose a tag to compare

What's Changed

  • throw an error when there is no version that works for all dependencies when generating the constraints file by @shubhbapna in #474

Full Changelog: 0.31.4...0.31.5