Skip to content

1.3.0

Latest
Compare
Choose a tag to compare
@davidlatwe davidlatwe released this 25 Sep 08:51
152307c

Feature Release

  • Added Bundle Installation Mode

    A new command-line flag --bundle is added, presenting this flag in Rez package's build_command and the requested PyPI packages will all be installed together in one Rez package.

    The purpose of this new feature is to make PyPI packages' Rezifying process much easier to reproduce and manage, without worrying about the dependencies. Hence, this feature only works in rez-build/release session.

    See #36 for use case and examples.