diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b43fa5..83c0d6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,8 @@ jobs: - version: "38" - version: "39" env: - rpm_name: python3-pyside6-6.6.1-1.fc${{matrix.version}}.x86_64.rpm - srpm_name: python3-pyside6-6.6.1-1.fc${{matrix.version}}.src.rpm + rpm_name: python3-pyside6-6.6.2-1.fc${{matrix.version}}.x86_64.rpm + srpm_name: python3-pyside6-6.6.2-1.fc${{matrix.version}}.src.rpm steps: - uses: actions/checkout@v3 - name: Install build dependencies diff --git a/check_updates.py b/check_updates.py index a1bb351..4770281 100755 --- a/check_updates.py +++ b/check_updates.py @@ -13,7 +13,7 @@ "shiboken6", ] WHEEL_TYPE = "cp38-abi3-manylinux_2_28_x86_64.whl" -EXPECTED_VERSION = "6.6.1" +EXPECTED_VERSION = "6.6.2" def get_package_info(pkg): diff --git a/python3-pyside6.spec b/python3-pyside6.spec index 48fca4e..660a51a 100644 --- a/python3-pyside6.spec +++ b/python3-pyside6.spec @@ -28,7 +28,7 @@ # Package Description Name: python3-pyside6 -Version: 6.6.1 +Version: 6.6.2 Release: 1%{?dist} Summary: Python bindings for Qt 6, including the Qt 6 library, backported from the official Python wheels License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) AND GPL-2.0-only AND GPL-3.0-only WITH Qt-GPL-exception-1.0 @@ -50,10 +50,10 @@ provides access to the complete Qt 6.0+ framework. %prep sha256sum -c < - 6.6.2 + - Packaged PySide6 using the latest Python wheel from the Qt website + * Thu Dec 21 2023 Alex Pyrgiotis - 6.6.1 - Backported PySide6 using the latest Python wheel from the Qt website