Skip to content

Commit

Permalink
software: update to Amaranth 0.5.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Dec 18, 2024
1 parent 999d6e7 commit 9e93d05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions software/pdm.min.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
groups = ["default", "builtin-toolchain", "http"]
strategy = ["direct_minimal_versions"]
lock_version = "4.5.0"
content_hash = "sha256:ea3965f25131e2fbb308e26a6771a6e6597fb18a1581a1fa25edbca41c476fc8"
content_hash = "sha256:fc135a2827d9301d46d22b9b767cc15089385fab4ce844e2c870b22f896b8d3a"

[[metadata.targets]]
requires_python = ">=3.9,<3.10.0||>3.10.0,<3.10.1||>3.10.1,<3.10.2||>3.10.2,<4.0"
Expand Down Expand Up @@ -116,7 +116,7 @@ files = [

[[package]]
name = "amaranth"
version = "0.5.1"
version = "0.5.4"
requires_python = "~=3.8"
summary = "Amaranth hardware definition language"
dependencies = [
Expand All @@ -126,8 +126,8 @@ dependencies = [
"pyvcd<0.5,>=0.2.2",
]
files = [
{file = "amaranth-0.5.1-py3-none-any.whl", hash = "sha256:2d370cc5b97e2472aab0a4eca515ab7f5116274550bd454132520eaec6068fb6"},
{file = "amaranth-0.5.1.tar.gz", hash = "sha256:58b01efcec24c3696a7465e97a6e62f46466afab1f956a6eb00bda4b791c8345"},
{file = "amaranth-0.5.4-py3-none-any.whl", hash = "sha256:ce7473b4220acc78474474fd132177ca545fb144d4e69e1c7dbfc2ed7d32bcf3"},
{file = "amaranth-0.5.4.tar.gz", hash = "sha256:a0ea7ffe358ab00d5524b53c43277d279723437be146c8250e26f6b349b8a4fd"},
]

[[package]]
Expand Down
2 changes: 1 addition & 1 deletion software/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
# `typing_extensions` provides shims for such features. It uses SemVer.
"typing_extensions>=4.8,<5",
# Amaranth is the core of the Glasgow software/gateware interoperability layer. It uses SemVer.
"amaranth>=0.5.1,<0.6",
"amaranth>=0.5.4,<0.6",
# `packaging` is used in the plugin system, `support.plugin`. It uses CalVer: the major version
# is the two last digits of the year and the minor version is the release within that year.
"packaging>=23.0",
Expand Down

0 comments on commit 9e93d05

Please sign in to comment.