v0.125.3
·
362 commits
to main
since this release
hugo-python-distributions (Hugo) v0.125.3
This release mirrors the official v0.125.3 security patch release for Hugo. For the changes incorporated into Hugo with this release, please refer to the release notes for Hugo v0.125.3 and Hugo's security model.
The release can be installed and used with the
pip install hugocommand on Linux (amd64, aarch64), macOS (amd64, arm64), and Windows (amd64).
New changes in this release
- Do not rely on
poochandtdqmdependencies while building from source by @agriyakhetarpal in #82. This removes both of these build-time dependencies and configures the Go toolchain to build Hugo from sources directly.
Note
pooch and tqdm were build-time dependencies and therefore were used only for those building from source or using the source distribution. They have not been distributed as a part of PyPI wheels in this release or in previous releases.
- This additionally fixes #35, and therefore the binaries distributed by
hugo-python-distributionscontain the correct upstream commit hash and build date & time, fully matching other vendors such as Homebrew and official binaries.
Full range of commits: v0.125.2...v0.125.3