Use arcade 3.2.0 instead of development

This commit is contained in:
csd4ni3l
2025-05-24 09:32:59 +02:00
parent cdb90af330
commit 81e65daae8
4 changed files with 22 additions and 22 deletions

View File

@@ -17,9 +17,9 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
architecture: 'x64'
cache: 'pip'
python-version: "3.11"
architecture: "x64"
cache: "pip"
cache-dependency-path: |
**/requirements*.txt
@@ -32,7 +32,6 @@ jobs:
nuitka-version: main
script-name: run.py
nofollow-import-to: "*tk*,_codecs,encodings,multiprocessing,gi"
include-package: arcade.gl.backends
disable-plugins: tk-inter,dill-compat,eventlet,gevent,pyqt5,pyqt6,pyside2,pyside6,delvewheel,pywebview,matplotlib,spacy,enum-compat,pbr-compat,gevent,pmw-freezer,transformers,upx,kivy,options-nanny,multiprocessing,gi
include-data-dir: assets=assets
include-data-files: CREDITS=CREDITS

View File

@@ -5,9 +5,6 @@ description = "Game of life recreated with Python and the Arcade and pyglet modu
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"arcade",
"arcade==3.2.0",
"pypresence>=4.3.0",
]
[tool.uv.sources]
arcade = { git = "https://github.com/pythonarcade/arcade.git", rev = "development" }

View File

@@ -1,2 +1,2 @@
git+https://github.com/pythonarcade/arcade.git@development
arcade==3.2.0
pypresence

16
uv.lock generated
View File

@@ -4,14 +4,18 @@ requires-python = ">=3.11"
[[package]]
name = "arcade"
version = "3.1.0"
source = { git = "https://github.com/pythonarcade/arcade.git?rev=development#a17e95502bc0c7cd0527445e62bff84a49183c43" }
version = "3.2.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "pillow" },
{ name = "pyglet" },
{ name = "pymunk" },
{ name = "pytiled-parser" },
]
sdist = { url = "https://files.pythonhosted.org/packages/e5/39/87eaffdfc50ec9d4b4573652ef8b80cca0592e5ccafb5fc5bc8612b1445d/arcade-3.2.0.tar.gz", hash = "sha256:1c2c56181560665f6542157b9ab316b9551274a9ee8468bae017ed5b8fee18fd", size = 41941030, upload_time = "2025-05-09T20:16:20.112Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/40/9a/ac86f5cbccfe5455a28308fcf2d7179af8d9c3087ad4eb45706c2a7b089b/arcade-3.2.0-py3-none-any.whl", hash = "sha256:7bb47cf643b43272e4300d8a5ca5f1b1e9e131b0f3f1d3fad013cb29528d3062", size = 42635264, upload_time = "2025-05-09T20:16:15.98Z" },
]
[[package]]
name = "attrs"
@@ -78,7 +82,7 @@ dependencies = [
[package.metadata]
requires-dist = [
{ name = "arcade", git = "https://github.com/pythonarcade/arcade.git?rev=development" },
{ name = "arcade", specifier = "==3.2.0" },
{ name = "pypresence", specifier = ">=4.3.0" },
]
@@ -142,11 +146,11 @@ wheels = [
[[package]]
name = "pyglet"
version = "2.1.4"
version = "2.1.6"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/e5/d9/ee594e41cf0d7f9c8b46bdcfe402f83adced7bf0ad97018e0a2567a39871/pyglet-2.1.4.tar.gz", hash = "sha256:c3f6acee1b855107578f8071d1d4e6bcb747e3a59801be9902d6bff401f36a4d", size = 6546453, upload_time = "2025-04-20T11:51:01.125Z" }
sdist = { url = "https://files.pythonhosted.org/packages/f7/bc/0533ccb30566ee59b540d700dbbf916dafa89132a4d582d0fd1fe158243d/pyglet-2.1.6.tar.gz", hash = "sha256:18483880b1411b39692eaf7756819285797b1aaf9ef63d40eb9f9b5d01c63416", size = 6546705, upload_time = "2025-04-27T01:12:30.995Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/97/a5/f2e1963ba545158f6d177df5db070ec8678e1db6259d60188c7f2ff1d849/pyglet-2.1.4-py3-none-any.whl", hash = "sha256:22553b1819b396237d1e711b4fec7f5fdccc9dc46e69c9ce84739cbef71c0596", size = 983985, upload_time = "2025-04-20T11:50:56.472Z" },
{ url = "https://files.pythonhosted.org/packages/a3/ad/e16f9b56c4a935934341e385753d0d0a2a83b7d320e52906b44f32698feb/pyglet-2.1.6-py3-none-any.whl", hash = "sha256:52ef9e75f3969b6a28bfa5c223e50ff03a05c2baa67bfe00d2a9eec4e831a7c5", size = 983998, upload_time = "2025-04-27T01:12:26.307Z" },
]
[[package]]