Skip to content

Releases: pantsbuild/scie-pants

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.

scie-pants 0.8.2

31 May 02:21
v0.8.2
3fdd677
Compare
Choose a tag to compare

0.8.2

This release fixes handling of environment variables when non-utf8 variables are present in the
ambient environment.

scie-pants 0.8.1

28 May 03:43
v0.8.1
0b8204e
Compare
Choose a tag to compare

0.8.1

This release adjusts the PANTS_SHA and PANTS_VERSION environment variables to be ignored, if
they're set to an empty string. For instance, PANTS_SHA= PANTS_VERSION= pants ... will now behave
the same as pants ....

scie-pants 0.8.0

27 May 03:59
v0.8.0
14ed784
Compare
Choose a tag to compare

0.8.0

This release brings no new features or bug fixes, but it does convert the building of the
scie-pants scie to use science from the https://github.com/a-scie project. The only observable
difference is a new top-level science object in the scie-pants lift manifest that contains
build provenance information (see: SCIE=inspect pants | jq .science).

scie-pants 0.7.2

22 May 02:12
v0.7.2
ee9905e
Compare
Choose a tag to compare

0.7.2

This release fixes handling of the Pants native client by ensuring it is executable before trying
to run it.

scie-pants 0.7.1

15 May 22:22
750ccd7
Compare
Choose a tag to compare

0.7.1

Adds support for using the Pants native client,
if it has been included in the Pants distribution. Pants releases starting with 2.17.0a0 are
expected to include the native client.