Skip to content

Commit

Permalink
FIXUP: Explain why we download the wheels from the snapshots page
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Apr 18, 2024
1 parent b3c015c commit 50cfae9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python3-pyside6.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ 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
# NOTE: For the 6.6.3.1 release, we specifically download the wheels from
# https://download.qt.io/snapshots/ci/pyside/6.6.3.1/RC2, instead of
# https://download.qt.io/official_releases/QtForPython/pyside6. The reason is
# that these wheels are somehow missing from the official page. Still, the
# hashes match those in PyPI, so this place is as good as any.
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
Expand Down

0 comments on commit 50cfae9

Please sign in to comment.