elegant-zoo-49348
07/27/2023, 7:13 PMelegant-zoo-49348
07/27/2023, 7:14 PMenough-analyst-54434
07/27/2023, 7:23 PMelegant-zoo-49348
07/27/2023, 8:07 PMcurl -L -o pants <https://pantsbuild.github.io/setup/pants>
to upgrade the pex version of our repository, but this doesn’t seem to upgrade our pex version to the latest version.
Can we manually set the _PEX_VERSION variable to the latest version v2.1.140 to complete the upgrade? or should we wait for https://pantsbuild.github.io/setup/pants to be updated with the latest release?enough-analyst-54434
07/27/2023, 8:10 PMenough-analyst-54434
07/27/2023, 8:11 PMelegant-zoo-49348
07/27/2023, 8:20 PMelegant-zoo-49348
07/27/2023, 8:46 PM_PEX_VERSION=2.1.140
_PEX_URL="<https://github.com/pantsbuild/pex/releases/download/v${_PEX_VERSION}/pex>"
_PEX_EXPECTED_SHA256="f4d9a7abdd8249564e283f1d6083056b8e8eb9e4"
elegant-zoo-49348
07/27/2023, 9:12 PMSHA256 of <https://github.com/pantsbuild/pex/releases/download/v2.1.140/pex> is not as expected. Aborting.
enough-analyst-54434
07/27/2023, 9:33 PMsha256: 6985eefd3b00104bf0e00b604d080924284edd49fac780b9e83ba7a1dd788a97
size: 4201898
elegant-zoo-49348
07/27/2023, 10:06 PMelegant-zoo-49348
08/01/2023, 3:26 PMenough-analyst-54434
08/02/2023, 4:39 PMsha256sum
command which can be used like: sha256sum <path of downloaded file>
.enough-analyst-54434
08/02/2023, 4:41 PMhashlib
module has everything (including docs) you need to get the result from a quick Python repl session.elegant-zoo-49348
08/02/2023, 9:35 PM