Skip to content

Commit 38821f1

Browse files
rv-jenkinsrv-auditorehildenbtothtamas28
authored
Update dependency: deps/pyk_release (#1565)
* deps/pyk_release: Set Version v0.1.132 * kevm-pyk/: sync poetry files * flake.{nix,lock}: update Nix derivations * kevm-pyk/: sync poetry files * flake.{nix,lock}: update Nix derivations * deps/pyk_release: Set Version v0.1.134 * kevm-pyk/: sync poetry files * flake.{nix,lock}: update Nix derivations * deps/pyk_release: Set Version v0.1.135 * kevm-pyk/: sync poetry files * flake.{nix,lock}: update Nix derivations * Fix imports * Trigger build --------- Co-authored-by: devops <[email protected]> Co-authored-by: Everett Hildenbrandt <[email protected]> Co-authored-by: Tamas Toth <[email protected]>
1 parent 7e89668 commit 38821f1

File tree

7 files changed

+14
-13
lines changed

7 files changed

+14
-13
lines changed

deps/pyk_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.131
1+
v0.1.135

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"github:ethereum/legacytests/d7abc42a7b352a7b44b1f66b58aca54e4af6a9d7";
1919
ethereum-legacytests.flake = false;
2020
haskell-backend.follows = "k-framework/haskell-backend";
21-
pyk.url = "github:runtimeverification/pyk/v0.1.131";
21+
pyk.url = "github:runtimeverification/pyk/v0.1.135";
2222
pyk.inputs.flake-utils.follows = "k-framework/flake-utils";
2323
pyk.inputs.nixpkgs.follows = "k-framework/nixpkgs";
2424

kevm-pyk/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kevm-pyk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = [
1313
[tool.poetry.dependencies]
1414
python = "^3.10"
1515
pathos = "*"
16-
pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.131" }
16+
pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.135" }
1717

1818
[tool.poetry.group.dev.dependencies]
1919
autoflake = "*"

kevm-pyk/src/kevm_pyk/kevm.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
from pyk.kast.inner import KApply, KInner, KLabel, KSort, KToken, KVariable, build_assoc
1010
from pyk.kast.manip import flatten_label, get_cell
1111
from pyk.kast.outer import KFlatModule
12-
from pyk.ktool import KProve, KRun
1312
from pyk.ktool.kompile import KompileBackend
1413
from pyk.ktool.kprint import SymbolTable, paren
14+
from pyk.ktool.kprove import KProve
15+
from pyk.ktool.krun import KRun
1516
from pyk.prelude.bytes import bytesToken
1617
from pyk.prelude.kbool import notBool
1718
from pyk.prelude.kint import intToken, ltInt

kevm-pyk/src/kevm_pyk/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
)
1919
from pyk.kast.outer import KClaim, KDefinition, KRule
2020
from pyk.kcfg import KCFG
21-
from pyk.ktool import KProve
21+
from pyk.ktool.kprove import KProve
2222
from pyk.prelude.kbool import FALSE
2323
from pyk.prelude.ml import mlAnd
2424

0 commit comments

Comments
 (0)