Skip to content

Releases: pantsbuild/scie-pants

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.

scie-pants 0.10.1

11 Sep 23:28
v0.10.1
bc85638
Compare
Choose a tag to compare

0.10.1

This release fixes an issue where some Mac machines were unable to install Pants due to a missing
--find-links argument.

It also supports fetching Pants PEXes from behind a firewall.

scie-pants 0.10.0

25 Aug 06:18
v0.10.0
7dd7e79
Compare
Choose a tag to compare

0.10.0

This release deprecates support for running against an arbitrary Pants commit using
PANTS_SHA=abc123... pants .... Pants no longer
publishes the artifacts required for this for new commits, and so this is becoming less and less
useful. To replace use of PANTS_SHA, do one of:

  • Use a released version of Pants.
  • Run pants from sources (for example: PANTS_SOURCE=/path/to/pants-checkout pants ...).
  • If these are not appropriate, let us know what you're using it for.

This release also fixes scie-pants running commands like pants tailor --check ... with Pants
2.18.0.dev5 and newer (releases that use the new "per-platform" PEX).

scie-pants 0.9.3

23 Aug 02:58
v0.9.3
0a204c5
Compare
Choose a tag to compare

0.9.3

This release propagates the version of the scie-pants into the invocation of pants, so that Pants
itself can detect if it requires (or will require) features from newer versions of
scie-pants
.

scie-pants 0.9.0

15 Aug 22:55
v0.9.0
741555c
Compare
Choose a tag to compare

0.9.0

This release adds support for scie-pants to bootstrap Pants using a "per-platform" PEX uploaded as
a GitHub release asset. Additionally, the new wheels.pantsbuild.prg/simple wheels index has been wired
up to support Pants releases back to 2.0.0.dev0. Lastly, the selection of the latest version is now
deferred to the GitHub Release with the "latest" tag.