Skip to content

Releases: agriyakhetarpal/hugo-python-distributions

v0.127.0

05 Jun 13:25
v0.127.0
1a483d0
Compare
Choose a tag to compare

hugo-python-distributions (Hugo) v0.127.0

This release mirrors the official v0.127.0 release for Hugo. For the changes incorporated into Hugo with this release, please refer to the release notes for Hugo v0.127.0.

The release can be installed and used with the

pip install hugo

command on Linux (amd64, aarch64, s390x, ppc64le), macOS (amd64, arm64), and Windows (amd64).

Full range of commits: v0.126.3...v0.127.0

v0.126.3

02 Jun 15:04
v0.126.3
280be9f
Compare
Choose a tag to compare

hugo-python-distributions (Hugo) v0.126.3

This release mirrors the official v0.126.3 patch release for Hugo. For the changes incorporated into Hugo with this release, please refer to the release notes for Hugo v0.126.3.

The release can be installed and used with the

pip install hugo

command on Linux (amd64, aarch64, s390x, ppc64le), macOS (amd64, arm64), and Windows (amd64).

Full range of commits: v0.126.2...v0.126.3

v0.126.2

30 May 17:24
v0.126.2
99073f7
Compare
Choose a tag to compare

hugo-python-distributions (Hugo) v0.126.2

This release mirrors the official v0.126.2 patch release for Hugo. For the changes incorporated into Hugo with this release, please refer to the release notes for Hugo v0.126.2.

The release can be installed and used with the

pip install hugo

command on Linux (amd64, aarch64, s390x, ppc64le), macOS (amd64, arm64), and Windows (amd64).

Full range of commits: v0.126.1...v0.126.2

v0.126.1

15 May 11:08
v0.126.1
d5017b5
Compare
Choose a tag to compare

hugo-python-distributions (Hugo) v0.126.1

This release mirrors the official v0.126.1 patch release for Hugo. For the changes incorporated into Hugo with this release, please refer to the release notes for Hugo v0.126.1.

The release can be installed and used with the

pip install hugo

command on Linux (amd64, aarch64, s390x, ppc64le), macOS (amd64, arm64), and Windows (amd64).

Full range of commits: v0.126.0...v0.126.1

v0.126.0

14 May 13:52
v0.126.0
5e518d1
Compare
Choose a tag to compare

hugo-python-distributions (Hugo) v0.126.0

This release mirrors the official v0.126.0 release for Hugo. For the changes incorporated into Hugo with this release, please refer to the release notes for Hugo v0.126.0.

The release can be installed and used with the

pip install hugo

command on Linux (amd64, aarch64, s390x, ppc64le), macOS (amd64, arm64), and Windows (amd64).

Full range of commits: v0.125.7...v0.126.0

v0.125.7

08 May 15:16
v0.125.7
c5a522d
Compare
Choose a tag to compare

hugo-python-distributions (Hugo) v0.125.7

This release mirrors the official v0.125.7 patch release for Hugo. For the changes incorporated into Hugo with this release, please refer to the release notes for Hugo v0.125.7.

The release can be installed and used with the

pip install hugo

command on Linux (amd64, aarch64, s390x, ppc64le), macOS (amd64, arm64), and Windows (amd64).

Full range of commits: v0.125.6...v0.125.7

v0.125.6

05 May 12:10
v0.125.6
89837d0
Compare
Choose a tag to compare

hugo-python-distributions (Hugo) v0.125.6

This release mirrors the official v0.125.6 patch release for Hugo. For the changes incorporated into Hugo with this release, please refer to the release notes for Hugo v0.125.6.

The release can be installed and used with the

pip install hugo

command on Linux (amd64, aarch64, s390x, ppc64le), macOS (amd64, arm64), and Windows (amd64).

PRs that made it into this release

Full range of commits: v0.125.5...v0.125.6

v0.125.5

01 May 17:57
v0.125.5
d11d5d9
Compare
Choose a tag to compare

hugo-python-distributions (Hugo) v0.125.5

This release mirrors the official v0.125.5 patch release for Hugo. For the changes incorporated into Hugo with this release, please refer to the release notes for Hugo v0.125.5.

The release can be installed and used with the

pip install hugo

command on Linux (amd64, aarch64, s390x, ppc64le), macOS (amd64, arm64), and Windows (amd64).

Some new updates

  • Wheels are now available for s390x and ppc64le architectures on Linux (#89, 5c7664c)
  • Build static binaries on Windows to avoid missing DLLs (#94)

Full range of commits: v0.125.4...v0.125.5

v0.125.4

25 Apr 14:21
v0.125.4
a04cac6
Compare
Choose a tag to compare

hugo-python-distributions (Hugo) v0.125.4

This release mirrors the official v0.125.4 patch release for Hugo. For the changes incorporated into Hugo with this release, please refer to the release notes for Hugo v0.125.4.

Note

Hugo's license file was modified in gohugoio/hugo@6b86797, which has been updated accordingly in this release. However, the license currently in adoption is still the Apache-2.0 license, which is the same as the one used for this project.

The release can be installed and used with the

pip install hugo

command on Linux (amd64, aarch64), macOS (amd64, arm64), and Windows (amd64).

Full range of commits: v0.125.3...v0.125.4

v0.125.3

22 Apr 18:02
v0.125.3
4af2959
Compare
Choose a tag to compare

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 hugo

command on Linux (amd64, aarch64), macOS (amd64, arm64), and Windows (amd64).

New changes in this release

  • Do not rely on pooch and tdqm dependencies 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-distributions contain 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