Skip to content

Releases: pantsbuild/scie-pants

scie-pants 0.12.0

22 May 10:57
v0.12.0
89981cd
Compare
Choose a tag to compare

0.12.0

Add support for running Pants with newer versions of Python.

scie-pants 0.12.0-beta.0

21 May 10:26
v0.12.0-beta.0
cb6a8ed
Compare
Choose a tag to compare
Pre-release

No change log entry for release 0.12.0-beta.0 was found in /Users/gha/actions-runner/_work/scie-pants/scie-pants/CHANGES.md.

scie-pants 0.11.0

18 Mar 14:27
v0.11.0
1d0aaaf
Compare
Choose a tag to compare

0.11.0

Drop support for PANTS_SHA which was deprecated in 0.10.0.

scie-pants 0.10.8

18 Mar 08:15
v0.10.8
d336b8f
Compare
Choose a tag to compare

0.10.8

Redirect pants install messages to a pants-install.log file in pants venv directory to not pollute
stdout/stderr.

scie-pants 0.10.7

14 Feb 16:30
v0.10.7
fd100d5
Compare
Choose a tag to compare

0.10.7

This release upgrades pex to v2.1.163 and the bootstrap Python to 3.9.18.

scie-pants 0.10.5

22 Jan 12:24
v0.10.5
6a368c5
Compare
Choose a tag to compare

0.10.5

This release upgrades the underlying version of scie-jump to 0.14.0, which provides the
following fixes:

  • It statically links xz, thus avoiding a dynamic linking dependency on a (Homebrew-installed)
    package that may not be present at runtime on MacOS.
  • It supports variable substitution in double quoted values in .env files.

scie-pants 0.10.6

21 Jan 23:06
v0.10.6
2cd4278
Compare
Choose a tag to compare

0.10.6

The bundled Python interpreter has been upgraded to release 20240107 to avoid issues linking
against missing libcrypt.so.1 on Linux systems.

scie-pants 0.10.4

30 Oct 15:36
v0.10.4
d1f2ecb
Compare
Choose a tag to compare

0.10.4

This release fixes a regression when using PANTS_DEBUG. The bundled Python interpreter has also
been upgraded to release 20231002 to address a potential issue with libcrypt.so.1 on Linux
systems.

scie-pants 0.10.3

29 Sep 06:59
v0.10.3
41ad843
Compare
Choose a tag to compare

0.10.3

This release ensures scie-pants obeys the PANTS_BOOTSTRAP_URLS environment variable. This
environment variable can be set to the path of JSON file, and (now) allows overriding the default
locations from which scie-pants fetches Python interpreters and Pants PEXes, to support
firewalls
.

scie-pants 0.10.2

26 Sep 22:25
v0.10.2
d55adcf
Compare
Choose a tag to compare

0.10.2

This release improves diagnostics and logging.