Changelog#

0.4.2#

  • General code clean up based on pylint results

  • Fix virtualenvs created from relenvs

  • The fetch and toolchain always show download urls and destinations

  • Fix oldest supported Mac OS version (10.5)

  • Docs improvements

0.4.1#

  • Work around issue on Mac where Python is linking to /usr/local Issue #46

0.4.0#

  • Fix issue where relenv runtime was being imported from user site packages

  • Added test to install salt with USE_STATIC_PACAKGES environment set

  • Switch CI/CD to use saltstack hosted runners

  • General code cleanup

0.3.0#

  • The toolchain command defaults to the build box architecture

  • Build macos on catalinia for now

0.2.1#

  • Fix ‘RELENV_PIP_DIR’ environment variable on python <= 3.10 (Windows)

0.2.0#

  • Skip downloads that exist and are valid.

  • Inlude changelog in documentation.

  • Better help when no sub-command given.

  • Add some debuging or relocate module.

0.1.0#

  • Multiple fixes for cross compilation support.

0.0.3#

  • Build pipeline improvements.

0.0.2#

  • Fetch defaults to the latest version of pre-built Python build.

  • Build and test pipeline improvements

  • Add package description

0.0.1#

  • Initial release of Relenv. Build relocatable python builds for Linux, Macos and Windows.