Skip to content

Commit

Permalink
Bump vendored mpy-cross binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
sco1 committed Jul 6, 2024
1 parent 2ac75a6 commit 8adeacf
Show file tree
Hide file tree
Showing 11 changed files with 115 additions and 132 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ repos:
- id: python-check-blanket-type-ignore
- id: python-use-type-annotations
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.5.1
hooks:
- id: ruff
6 changes: 3 additions & 3 deletions compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
DEST_DIR = Path("./dist/lib/skyportal")

COMPILERS = {
"Windows": Path("./mpy-cross/mpy-cross.static-x64-windows-8.0.5.exe"),
"Linux": Path("./mpy-cross/mpy-cross.static-amd64-linux-8.0.5"),
"Darwin": Path("./mpy-cross/mpy-cross-macos-11-8.0.5-arm64"),
"Windows": Path("./mpy-cross/mpy-cross-windows-9.0.5.static.exe"),
"Linux": Path("./mpy-cross/mpy-cross-linux-amd64-9.0.5.static"),
"Darwin": Path("./mpy-cross/mpy-cross-macos-11-9.0.5-arm64"),
}


Expand Down
Binary file added mpy-cross/mpy-cross-linux-amd64-9.0.5.static
Binary file not shown.
Binary file removed mpy-cross/mpy-cross-macos-11-8.0.5-arm64
Binary file not shown.
Binary file added mpy-cross/mpy-cross-macos-11-9.0.5-arm64
Binary file not shown.
Binary file added mpy-cross/mpy-cross-macos-11-9.0.5-x64
Binary file not shown.
Binary file added mpy-cross/mpy-cross-windows-9.0.5.static.exe
Binary file not shown.
Binary file removed mpy-cross/mpy-cross.static-amd64-linux-8.0.5
Binary file not shown.
Binary file removed mpy-cross/mpy-cross.static-x64-windows-8.0.5.exe
Binary file not shown.
237 changes: 110 additions & 127 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ flake8-annotations = "^3.0"
isort = "^5.12"
mypy = "^1.0"
pre-commit = "^3.0"
ruff = "^0.3"
ruff = "^0.5"

[tool.black]
line-length = 100
Expand Down

0 comments on commit 8adeacf

Please sign in to comment.