Skip to content

Releases: agriyakhetarpal/hugo-python-distributions

v0.123.4

26 Feb 17:24
85a4efb
Compare
Choose a tag to compare

hugo-python-distributions (Hugo) v0.123.4

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

Tip

This release switches to smaller, architecture-specific wheels for macOS instead of universal binaries, owing to lesser compression for .whl formats. This shall reduce the size of the download and the bandwidth required to obtain Hugo by half.

The release can be installed and used with the

pip install hugo

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

What has changed

Full range of commits: v0.123.3...v0.123.4

v0.123.3

23 Feb 17:48
a012f73
Compare
Choose a tag to compare

hugo-python-distributions (Hugo) v0.123.3

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

The release can be installed and used with the

pip install hugo

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

Full range of commits: v0.123.2...v0.123.3

v0.123.2

22 Feb 16:03
cbe5878
Compare
Choose a tag to compare

hugo-python-distributions (Hugo) v0.123.2

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

The release can be installed and used with the

pip install hugo

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

Full range of commits: v0.123.1...v0.123.2

Full Changelog: v0.123.1...v0.123.2

v0.123.1

21 Feb 13:20
ea708bf
Compare
Choose a tag to compare

hugo-python-distributions (Hugo) v0.123.1

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

The release can be installed and used with the

pip install hugo

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

Full range of commits: v0.123.0...v0.123.1

v0.123.0

19 Feb 18:23
a4b23a5
Compare
Choose a tag to compare

hugo-python-distributions (Hugo) v0.123.0

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

The release can be installed and used with the

pip install hugo

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

What has changed

Full range of commits: v0.122.0...v0.123.0

v0.122.0

27 Jan 19:15
0188585
Compare
Choose a tag to compare

hugo-python-distributions (Hugo) v0.122.0

This release mirrors the official v0.122.0 release for Hugo. A number of improvements to the packaging infrastructure have been included – for the changes incorporated into the application with this release, please refer to the release notes) for Hugo v0.122.0.

The release can be installed and used with the

pip install hugo

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

Some improvements

Full range of commits: v0.121.2...v0.122.0

v0.121.2 – initial release

08 Jan 18:06
70ba24c
Compare
Choose a tag to compare

hugo-python-distributions (Hugo) v0.121.2

This is the first release for hugo, a Python package that embeds binaries for the extended version of the static site generator Hugo written in Golang – allowing users to install it with pip, Python's primary package management tool. Please refer to the README document for: installation instructions and usage, a list of supported platforms and architectures, and a variety of use cases that include some limitations.

For more information on Hugo and its usage as a static site generator, please refer to the official Hugo documentation, available at: https://gohugo.io/documentation.

This project will be versioned alongside equivalent Hugo releases, allowing users to access the same version of Hugo via these Python wheels as that of the official Hugo binaries.

Therefore, this release – in specific, corresponds to Hugo v0.121.2 and can be obtained from PyPI via the invocation of the command pip install hugo on a terminal on these platforms and architectures: Linux (amd64 or aarch64), macOS (Intel or Apple Silicon), and Windows (amd64).


Note

This is a re-release for python-hugo, which was earlier available with the name of python-hugo on PyPI, and was versioned separately according to a modified CalVer specification to match Hugo releases – these older binaries have been deleted. A special vote of thanks to @nariman for granting access to the original PyPI name, i.e., hugo, in order to provide this release on PyPI.

Some PRs that brought this to fruition

Full range of commits: https://github.com/agriyakhetarpal/hugo-python-distributions/commits/v0.121.2