From 0629af8098708a3b09eaff14e170d829035e6bb2 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 18 Jan 2022 20:48:56 -0700 Subject: [PATCH] Try update to 5.15.2.1 --- recipe/meta.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 214df8fc..388f6b45 100644 --- a/recipe/meta.yaml +++ b/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: