Skip to content

Commit

Permalink
Download PySide6 wheels from Qt snapshots
Browse files Browse the repository at this point in the history
The wheels for the 6.6.3.1 release are not available from the official
Qt downloads page [1]. However, they are available from the snapshots
page [2], and are most probably uploaded by Qt's CI runners.

We have verified locally that the hashes that PyPI provides for 6.6.3.1
match the hashes of the PySide6 wheels, as downloaded from the snapshots
page. For this reason, we feel confident that we can switch for this
release [3] the download URL from the official downloads page to the
snapshots one.

[1]: https://download.qt.io/official_releases/QtForPython/pyside6/
[2]: https://download.qt.io/snapshots/ci/pyside/
[3]: This release will most probably be the last one, see issue #5
  • Loading branch information
apyrgio committed Apr 16, 2024
1 parent 06f0ae7 commit 9a49823
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python3-pyside6.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ Version: 6.6.3.1
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
Source0: https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-%{version}-cp38-abi3-manylinux_2_28_x86_64.whl
Source1: https://download.qt.io/official_releases/QtForPython/pyside6/PySide6_Addons-%{version}-cp38-abi3-manylinux_2_28_x86_64.whl
Source2: https://download.qt.io/official_releases/QtForPython/pyside6/PySide6_Essentials-%{version}-cp38-abi3-manylinux_2_28_x86_64.whl
Source3: https://download.qt.io/official_releases/QtForPython/pyside6/shiboken6-%{version}-cp38-abi3-manylinux_2_28_x86_64.whl
Source0: https://download.qt.io/snapshots/ci/pyside/6.6.3.1/RC2/PySide6-%{version}-cp38-abi3-manylinux_2_28_x86_64.whl
Source1: https://download.qt.io/snapshots/ci/pyside/6.6.3.1/RC2/PySide6_Addons-%{version}-cp38-abi3-manylinux_2_28_x86_64.whl
Source2: https://download.qt.io/snapshots/ci/pyside/6.6.3.1/RC2/PySide6_Essentials-%{version}-cp38-abi3-manylinux_2_28_x86_64.whl
Source3: https://download.qt.io/snapshots/ci/pyside/6.6.3.1/RC2/shiboken6-%{version}-cp38-abi3-manylinux_2_28_x86_64.whl

################################################################################
# Package Requirements
Expand Down

0 comments on commit 9a49823

Please sign in to comment.