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 17, 2024
1 parent f59ba2c commit 6dfb5db
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
27 changes: 12 additions & 15 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 @@ -103,20 +103,20 @@ files = [

[[package]]
name = "aiosignal"
version = "1.3.1"
requires_python = ">=3.7"
version = "1.3.2"
requires_python = ">=3.9"
summary = "aiosignal: a list of registered asynchronous callbacks"
dependencies = [
"frozenlist>=1.1.0",
]
files = [
{file = "aiosignal-1.3.1-py3-none-any.whl", hash = "sha256:f8376fb07dd1e86a584e4fcdec80b36b7f81aac666ebc724e2c090300dd83b17"},
{file = "aiosignal-1.3.1.tar.gz", hash = "sha256:54cd96e15e1649b75d6c87526a6ff0b6c1b0dd3459f43d9ca11d48c339b68cfc"},
{file = "aiosignal-1.3.2-py2.py3-none-any.whl", hash = "sha256:45cde58e409a301715980c2b01d0c28bdde3770d8290b5eb2173759d9acb31a5"},
{file = "aiosignal-1.3.2.tar.gz", hash = "sha256:a8c255c66fafb1e499c9351d0bf32ff2d8a0321595ebac3b93713656d2436f54"},
]

[[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 Expand Up @@ -158,15 +158,12 @@ files = [

[[package]]
name = "attrs"
version = "24.2.0"
requires_python = ">=3.7"
version = "24.3.0"
requires_python = ">=3.8"
summary = "Classes Without Boilerplate"
dependencies = [
"importlib-metadata; python_version < \"3.8\"",
]
files = [
{file = "attrs-24.2.0-py3-none-any.whl", hash = "sha256:81921eb96de3191c8258c199618104dd27ac608d9366f5e35d011eae1867ede2"},
{file = "attrs-24.2.0.tar.gz", hash = "sha256:5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346"},
{file = "attrs-24.3.0-py3-none-any.whl", hash = "sha256:ac96cd038792094f438ad1f6ff80837353805ac950cd2aa0e0625ef19850c308"},
{file = "attrs-24.3.0.tar.gz", hash = "sha256:8f5c07333d543103541ba7be0e2ce16eeee8130cb0b3f9238ab904ce1e85baff"},
]

[[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 6dfb5db

Please sign in to comment.