From 81e65daae8dfbeedef8435310e5a105d9ede9e13 Mon Sep 17 00:00:00 2001 From: csd4ni3l Date: Sat, 24 May 2025 09:32:59 +0200 Subject: [PATCH] Use arcade 3.2.0 instead of development --- .github/workflows/main.yml | 21 ++++++++++----------- pyproject.toml | 5 +---- requirements.txt | 2 +- uv.lock | 16 ++++++++++------ 4 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 31ab363..69859d4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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,13 +32,12 @@ 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 mode: standalone output-file: GameOfLife - + - name: Zip Build Output shell: bash run: | @@ -63,30 +62,30 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - fetch-depth: 0 - + fetch-depth: 0 + - name: Download All Zipped Builds uses: actions/download-artifact@v4 with: path: downloads - + - name: Delete Old Release (if exists) continue-on-error: true run: gh release delete latest -y env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - + - name: Delete Git tag (if exists) continue-on-error: true run: | git push origin :refs/tags/latest git tag -d latest - + - name: Recreate Git tag at HEAD run: | git tag latest git push origin latest - + - name: Create the new release run: gh release create latest downloads/**/GameOfLife-*.zip --title "Latest Build" --notes "Most recent multi-platform builds of Game Of Life" env: diff --git a/pyproject.toml b/pyproject.toml index 36ab590..4417377 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" } diff --git a/requirements.txt b/requirements.txt index b9f90ae..e919e21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -git+https://github.com/pythonarcade/arcade.git@development +arcade==3.2.0 pypresence diff --git a/uv.lock b/uv.lock index 5ef53f0..bf20078 100644 --- a/uv.lock +++ b/uv.lock @@ -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]]