Skip to content

Releases: AcademySoftwareFoundation/rez

2.46.0 (2019-09-13)

13 Sep 04:15

Choose a tag to compare

Source | Diff

Notes

Last round of Py3 updates (not counting further bugfixes found from testing).

Please take note if you notice any changes in performance in Py2. This release includes a number of changes from methods like iteritems to items, which in Py2 means a list construction rather than just an iterator. Tests have shown performance to be identical, but you may find a case where it is not.

Merged pull requests:

2.45.1 (2019-09-11)

11 Sep 01:40

Choose a tag to compare

Source | Diff

Notes

Misc Py3 compatibility updates, part 4.

Merged pull requests:

Closed issues:

  • #712 merged in 2.43.0 caused external environ not to pass through to resolve #744

2.45.0(2019-09-10)

10 Sep 11:14

Choose a tag to compare

Source | Diff

Notes

Misc Py3 compatibility updates, part 3.

Merged pull requests:

2.44.2(2019-09-07)

07 Sep 05:19

Choose a tag to compare

Source | Diff

Merged pull requests:

  • install variant.json file in the same manner as other extra install files #731 (nerdvegas)

Closed issues:

  • permissions failure on release (variant.json) #730

2.44.1(2019-09-07)

07 Sep 04:13

Choose a tag to compare

Source | Diff

Notes

Misc Py3 compatibility updates, part 2.

Merged pull requests:

  • update imports in vendored pydot for py3 #728 (maxnbk)
  • update vendored schema for py3 #729 (maxnbk)

2.44.0(2019-09-06)

06 Sep 01:33

Choose a tag to compare

Source | Diff

Notes

Misc Py3 compatibility updates, part 2.

Merged pull requests:

  • pull basestring from six.string_types - py2 gets basestring, py3 gets str #721 (maxnbk)
  • import StringIO from six.moves #722 (maxnbk)
  • update vendored colorama from 0.3.1 to 0.4.1 #723 (maxnbk)
  • update vendored memcache from 1.5.3 to 1.5.9 #724 (maxnbk)
  • make Version properly iterable in py3 #725 (maxnbk)
  • modernize function manipulations and attrs #727 (maxnbk)

2.43.0(2019-09-05)

05 Sep 00:42

Choose a tag to compare

Source | Diff

Notes

Misc Py3 compatibility updates.

Merged pull requests:

2.42.2(2019-08-31)

31 Aug 03:57

Choose a tag to compare

Source | Diff

Merged pull requests:

  • fixed bez rezbuild.py breaking on old-style print #705 (nerdvegas)
  • zsh tests passing by way of enabling analogue for bash shell completion #711 (maxnbk)

2.42.1(2019-08-31)

31 Aug 03:41

Choose a tag to compare

Source | Diff

Notes

This PR introduces py3 compatibilities that do not functionally alter py2 code.

Merged pull requests:

  • miscellanous atomic nonaffective py2/py3 compatibilities #710 (maxnbk)

2.42.0(2019-08-30)

30 Aug 06:49

Choose a tag to compare

Source | Diff

Merged pull requests: