Skip to content

Releases: JeanChristopheMorinPerso/rez-pip

0.3.2

09 Dec 18:44
92d2079
Compare
Choose a tag to compare

Small bug fix release with the following changes:

  • Add changelog to docs (#68)
  • Add GH Action workflow to do sanity checks on docs (#69)
  • Fix mypy check failing due to recent aiohttp 3.9.0 release that dropped support for Python 3.7
  • Add CLI reference to docs (#70)
  • Fix missing rez_pip_version in rez package metadata (in the pip attribute) (#77)

0.3.1

17 Nov 23:28
26ce215
Compare
Choose a tag to compare

This is a small bug fix release that includes these two changes:

  • Fix decoding error when reading pip dependency report. See PR #63. This is @SuperValou's first contribution to rez-pip!
  • Update vendored pip from 23.2.1 to 23.3.1

0.3.0

12 Oct 17:10
Compare
Choose a tag to compare

This release fixes two bugs reported by @SuperValou. One of the bugs was also fixed by @SuperValou, our first contributor!

Most notable changes:

  • Don't append system PATH to context when finding the python executables (#47)
  • Update pip from 23.1.2 to 23.2 (#44)
  • Ensure Windows short paths are resolved to long paths (#50)
  • Read rez-pip version from distribution metadata (#53)

Version 0.2.0

04 Jul 02:33
Compare
Choose a tag to compare

This release fixes a lot of bugs and gets us closer to a more official release.

Most notable changes:

  • Dropped support for installing Python 2 packages. Python 3.7+ is supported. See PR #39.
  • A lot more documentation. It now includes a transition guide, a user guide, information on the metadata conversion process, etc.
  • The command line arguments have been cleaned up (--install-path renamed to --prefix, --release was added, etc).
  • A lightweigth weehl cache was added to avoid re-downloading the same wheel for multiple python versions.
  • New --debug-info command line argument to help debugging when there is issues.

v0.1.0

15 May 02:38
50349f1
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

This is the initial release. It is not production ready.

The sdist and wheel were manually uploaded to PyPI: https://pypi.org/project/rez-pip/.