From 0ee8707b090773ec662b69cb6d4f3515460e179f Mon Sep 17 00:00:00 2001 From: rv-jenkins Date: Tue, 16 Jul 2024 07:01:23 -0600 Subject: [PATCH] Update dependency: deps/k_release (#2528) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * deps/k_release: Set Version 7.1.61 * Set Version: 1.0.644 * kevm-pyk/: sync poetry files pyk version 7.1.61 * flake.{nix,lock}: update Nix derivations * Set Version: 1.0.645 --------- Co-authored-by: devops Co-authored-by: Petar Maksimović --- deps/k_release | 2 +- flake.lock | 16 ++++++++-------- flake.nix | 4 ++-- kevm-pyk/poetry.lock | 8 ++++---- kevm-pyk/pyproject.toml | 4 ++-- kevm-pyk/src/kevm_pyk/__init__.py | 2 +- package/version | 2 +- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/deps/k_release b/deps/k_release index e845056103..931193fd8b 100644 --- a/deps/k_release +++ b/deps/k_release @@ -1 +1 @@ -7.1.60 +7.1.61 diff --git a/flake.lock b/flake.lock index 8ad07c1e4e..ed03aab4d7 100644 --- a/flake.lock +++ b/flake.lock @@ -220,16 +220,16 @@ ] }, "locked": { - "lastModified": 1721046617, - "narHash": "sha256-Ban6mS1i3VxnGlYIgOz7VQiaQikErtKg8+a1Hok/gOg=", + "lastModified": 1721109763, + "narHash": "sha256-bH6derXpaL0mMgYIxIK+a5LvNfQPqRLgfhU76nWz0Os=", "owner": "runtimeverification", "repo": "k", - "rev": "c157b182f6bd0d14fe56ecb5860651ca0c9526cb", + "rev": "1ae6a3860d7d6a24af6337fded65dfb01592d317", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.1.60", + "ref": "v7.1.61", "repo": "k", "type": "github" } @@ -445,17 +445,17 @@ }, "locked": { "dir": "pyk", - "lastModified": 1721046617, - "narHash": "sha256-Ban6mS1i3VxnGlYIgOz7VQiaQikErtKg8+a1Hok/gOg=", + "lastModified": 1721109763, + "narHash": "sha256-bH6derXpaL0mMgYIxIK+a5LvNfQPqRLgfhU76nWz0Os=", "owner": "runtimeverification", "repo": "k", - "rev": "c157b182f6bd0d14fe56ecb5860651ca0c9526cb", + "rev": "1ae6a3860d7d6a24af6337fded65dfb01592d317", "type": "github" }, "original": { "dir": "pyk", "owner": "runtimeverification", - "ref": "v7.1.60", + "ref": "v7.1.61", "repo": "k", "type": "github" } diff --git a/flake.nix b/flake.nix index 324c8d65d6..f28c80b243 100644 --- a/flake.nix +++ b/flake.nix @@ -2,11 +2,11 @@ description = "A flake for the KEVM Semantics"; inputs = { - k-framework.url = "github:runtimeverification/k/v7.1.60"; + k-framework.url = "github:runtimeverification/k/v7.1.61"; nixpkgs.follows = "k-framework/nixpkgs"; flake-utils.follows = "k-framework/flake-utils"; rv-utils.follows = "k-framework/rv-utils"; - pyk.url = "github:runtimeverification/k/v7.1.60?dir=pyk"; + pyk.url = "github:runtimeverification/k/v7.1.61?dir=pyk"; nixpkgs-pyk.follows = "pyk/nixpkgs"; poetry2nix.follows = "pyk/poetry2nix"; blockchain-k-plugin = { diff --git a/kevm-pyk/poetry.lock b/kevm-pyk/poetry.lock index 55ad6b4ad0..11da58ecb7 100644 --- a/kevm-pyk/poetry.lock +++ b/kevm-pyk/poetry.lock @@ -481,13 +481,13 @@ colors = ["colorama (>=0.4.6)"] [[package]] name = "kframework" -version = "7.1.60" +version = "7.1.61" description = "" optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "kframework-7.1.60-py3-none-any.whl", hash = "sha256:2172b7cd3d4a332162ad66c0ce701945923e660d181616bd729f60d7edcc743e"}, - {file = "kframework-7.1.60.tar.gz", hash = "sha256:254b19efe55ebb6b3a176bd518b1738d4ef2a2baf7ff0958f1210a4575c9e227"}, + {file = "kframework-7.1.61-py3-none-any.whl", hash = "sha256:a31d2b59cbffb34d01196735a3e5e3295c93235473ae4b0e7e8b87e25457b160"}, + {file = "kframework-7.1.61.tar.gz", hash = "sha256:b345fad0c02d5a932b6568476370c4d03b302c6bafc38010769eab4403d89e72"}, ] [package.dependencies] @@ -1157,4 +1157,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "32c2f278aa3874e5332dcdf07f41bec3ea4655511dfeb2370713f53e7b407c77" +content-hash = "c74fd4467f44fa7a7c9fe2ddec5116742115bfc9e1f8757bfbbeb4b1e1e645bd" diff --git a/kevm-pyk/pyproject.toml b/kevm-pyk/pyproject.toml index 9e2444ceab..c7e01ab3ec 100644 --- a/kevm-pyk/pyproject.toml +++ b/kevm-pyk/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kevm-pyk" -version = "1.0.644" +version = "1.0.645" description = "" authors = [ "Runtime Verification, Inc. ", @@ -13,7 +13,7 @@ authors = [ [tool.poetry.dependencies] python = "^3.10" pathos = "*" -kframework = "7.1.60" +kframework = "7.1.61" tomlkit = "^0.11.6" [tool.poetry.group.dev.dependencies] diff --git a/kevm-pyk/src/kevm_pyk/__init__.py b/kevm-pyk/src/kevm_pyk/__init__.py index e46253fd7d..5185ff33ce 100644 --- a/kevm-pyk/src/kevm_pyk/__init__.py +++ b/kevm-pyk/src/kevm_pyk/__init__.py @@ -5,4 +5,4 @@ if TYPE_CHECKING: from typing import Final -VERSION: Final = '1.0.644' +VERSION: Final = '1.0.645' diff --git a/package/version b/package/version index fd0e1c0467..100ad5040b 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -1.0.644 +1.0.645