Skip to content

Releases: AcademySoftwareFoundation/rez

RELEASE 2.9.1: PR #364: don't let packages pollute namespace of future packages

11 Mar 04:36
Compare
Choose a tag to compare

Merges PR: #364

PLEASE NOTE: There is an outside chance that existing packages might be inadvertently relying on the current buggy behavior. I don't think this is likely, but I'm pointing it out here in case you see odd behavior when updating to this version.

RELEASE 2.9.0: Misc Small PRs

11 Mar 04:04
Compare
Choose a tag to compare

Adds:

hg: print log from most recent to oldest, so don't truncate current commit
#356

even if there are no memcached servers, DoNotCache results are unwrapped
#361

minor fixes (test_solver)
#370

fix for TestRelease.test_2_variant_add
#371

invalidate memcache if a package file has been deleted / moved / etc
#376

add max_package_changelog_revisions config option
#357

allow configuration of truncate cap for shell error output
#363

added option to force color output, even if not a tty
#365

RELEASE 2.8.0: Custom build commands

10 Mar 04:27
Compare
Choose a tag to compare

Packages can now provide their own build commands in their package.py:

# in package.py
build_command = "make -f {root}/Makefile {install}"

See:
https://github.com/nerdvegas/rez/wiki/Building-Packages#custom-build-commands

RELEASE 2.7.0: rez-test tool

04 Mar 03:37
Compare
Choose a tag to compare

Packages can now define their own tests in their package.py, and an accompanying 'rez-test' tool will list and run these tests.

For more info, see: https://github.com/nerdvegas/rez/wiki/Package-Definition-Guide#tests

RELEASE 2.6.2: Issue #392: import in package.py breaks installation

03 Mar 22:00
Compare
Choose a tag to compare

RELEASE 2.6.1: PR #374: create a set of standard build env vars

RELEASE 2.5.3: Bugfixes, More Tests

01 Mar 04:29
Compare
Choose a tag to compare

This release fixes various issues found in the previous three releases. It also adds some tests for the new package.py features introduced in 2.5.0.

RELEASE 2.5.2: PR #378: Avoid trying to create the .building file while running rez build

28 Feb 02:53
Compare
Choose a tag to compare

RELEASE 2.5.1: PR #354: build_process.local: _build_variant_base - if shutil.copy fails, try replacing

28 Feb 02:28
Compare
Choose a tag to compare

RELEASE 2.5.0: package.py: Preprocessing, Shared Code, Function Attributes, Requirements Expansion