Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try update to 5.15.2.1 #102

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
32 changes: 16 additions & 16 deletions recipe/meta.yaml
@@ -1,35 +1,35 @@
{% set version = "5.13.2" %}
{% set version = "5.15.2.1" %}

package:
name: pyside2
version: {{ version }}

source:
fn: pyside-setup-everywhere-src-{{ version }}.tar.xz
url: https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-{{ version }}-src/pyside-setup-opensource-src-{{ version }}.tar.xz
sha256: 3e255d64df08880d0281ebe86009d5ea45f24332b308954d967c33995f75e543
fn: pyside-setup-everywhere-src-{{ version }}.tar.gz
url: https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-{{ version }}-src/pyside-setup-opensource-src-{{ version }}.tar.gz
sha256: 91e78e4e3b31ebb0053c2e4f1029703e578615695450c0dd03072248d713b391
patches:
# https://codereview.qt-project.org/c/pyside/pyside-tools/+/270008
- 0001-Make-pyside2-uic-executable-by-windows-shell.patch
# - 0001-Make-pyside2-uic-executable-by-windows-shell.patch
# https://bugreports.qt.io/browse/PYSIDE-1193
- pyi.patch
# - pyi.patch
# pyside2 5.13.1 needs a few backports from 5.14 to work with python3.8
- 0002-Fix-Python-3.8-problems.patch
- 0003-Optimize-the-Python-3.8-refcount-fix-a-tiny-bit.patch
- 0004-make-compilation-work-after-backporting.patch
# - 0002-Fix-Python-3.8-problems.patch
# - 0003-Optimize-the-Python-3.8-refcount-fix-a-tiny-bit.patch
# - 0004-make-compilation-work-after-backporting.patch
# clang 10
- 0001-shiboken-Support-Clang-version-10.patch
# - 0001-shiboken-Support-Clang-version-10.patch
# Backport of "Fix Python 3.8 warnings about deprecated int conversions of enums/flags"
# https://codereview.qt-project.org/c/pyside/pyside-setup/+/288381
- 6294578.patch
# - 6294578.patch
# Remove python version check to allow building dist_info
- 0005-remove-py-version-check.patch
- python_3_10_shiboken.patch # [py>=310]
- python_3_10_shiboken_1.patch # [py>=310]
- python_3_10_shiboken_2.patch # [py>=310]
# - 0005-remove-py-version-check.patch
# - python_3_10_shiboken.patch # [py>=310]
# - python_3_10_shiboken_1.patch # [py>=310]
# - python_3_10_shiboken_2.patch # [py>=310]

build:
number: 7
number: 0
detect_binary_files_with_prefix: true

requirements:
Expand Down