diff --git a/LICENSE b/LICENSE index c0d6c81..1182242 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2024 Ad5001, 2016 Chris R +Copyright (c) 2021-2025 Ad5001, 2016 Chris R Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index ffbc1c3..03c84e9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository contains the Dockerfiles required to build all tags on [Docker H ## All tags -- a version of Python (v3.12 for PySide6, v3.10 for PySide2) +- a version of Python (v3.13 for PySide6, v3.10 for PySide2) - the tagged version of PySide2/6. - Python packages: `pip`, `requests`, `packaging`, `pytest` (+ `pytest-cov` + `pytest-qt`) - `xvfb`, `xdotool`, and `wmctrl`. diff --git a/pyside2/config.toml b/pyside2/config.toml index 9c683cd..6baa6f1 100644 --- a/pyside2/config.toml +++ b/pyside2/config.toml @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2024 Ad5001 +# Copyright (c) 2021-2025 Ad5001 # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/pyside2/linux/Dockerfile b/pyside2/linux/Dockerfile index 5d35c10..d46f2c6 100644 --- a/pyside2/linux/Dockerfile +++ b/pyside2/linux/Dockerfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2024 Ad5001 +# Copyright (c) 2021-2025 Ad5001 # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/pyside2/wine/Dockerfile b/pyside2/wine/Dockerfile index aa31bd2..39089a4 100644 --- a/pyside2/wine/Dockerfile +++ b/pyside2/wine/Dockerfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2024 Ad5001, 2016 Chris R +# Copyright (c) 2021-2025 Ad5001, 2016 Chris R # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/pyside6/config.toml b/pyside6/config.toml index a5a166e..b9f593e 100644 --- a/pyside6/config.toml +++ b/pyside6/config.toml @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2024 Ad5001 +# Copyright (c) 2021-2025 Ad5001 # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, @@ -11,7 +11,7 @@ # MAJOR_VERSION="6" -PYSIDE_VERSION="6.8.0.2" +PYSIDE_VERSION="6.8.2.1" BUILDS="linux wine linux-latex-node" [linux.settings] @@ -25,8 +25,8 @@ TAG="linux-{VERSION}-latex-node" [wine.docker-args] # Arguments for wine builds -PYTHON_VERSION="3.12.6" -PYINSTALLER_VERSION="6.10.0" +PYTHON_VERSION="3.13.2" +PYINSTALLER_VERSION="6.12.0" [linux-latex-node.docker-args] BASE_IMAGE="{REPO}:linux-{VERSION}" diff --git a/pyside6/linux-latex-node/Dockerfile b/pyside6/linux-latex-node/Dockerfile index fc4579b..d7b88fd 100644 --- a/pyside6/linux-latex-node/Dockerfile +++ b/pyside6/linux-latex-node/Dockerfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2024 Ad5001 +# Copyright (c) 2021-2025 Ad5001 # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/pyside6/linux/Dockerfile b/pyside6/linux/Dockerfile index 37bef04..b173634 100644 --- a/pyside6/linux/Dockerfile +++ b/pyside6/linux/Dockerfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2024 Ad5001 +# Copyright (c) 2021-2025 Ad5001 # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, diff --git a/pyside6/wine/Dockerfile b/pyside6/wine/Dockerfile index a5fe7c8..7f38531 100644 --- a/pyside6/wine/Dockerfile +++ b/pyside6/wine/Dockerfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2024 Ad5001, 2016 Chris R +# Copyright (c) 2021-2025 Ad5001, 2016 Chris R # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,