[neon/qt/pyside2/Neon/release] debian: Drop make-wheels-compatible-with-Python-3.11.patch.

Dmitry Shachnev null at kde.org
Thu Jul 25 03:06:04 BST 2024


Git commit a4f78e042fc6778723b6a0365938ef81410e2352 by Dmitry Shachnev.
Committed on 24/12/2023 at 16:06.
Pushed by carlosdem into branch 'Neon/release'.

Drop make-wheels-compatible-with-Python-3.11.patch.

Included in the new release.

M  +2    -0    debian/changelog
D  +0    -29   debian/patches/make-wheels-compatible-with-Python-3.11.patch
M  +0    -1    debian/patches/series

https://invent.kde.org/neon/qt/pyside2/-/commit/a4f78e042fc6778723b6a0365938ef81410e2352

diff --git a/debian/changelog b/debian/changelog
index e6cac4be..d936aac2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 pyside2 (5.15.12-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Drop make-wheels-compatible-with-Python-3.11.patch, included in the
+    new release.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 24 Dec 2023 19:05:44 +0300
 
diff --git a/debian/patches/make-wheels-compatible-with-Python-3.11.patch b/debian/patches/make-wheels-compatible-with-Python-3.11.patch
deleted file mode 100644
index 343c776f..00000000
--- a/debian/patches/make-wheels-compatible-with-Python-3.11.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From: Cristian Maureira-Fredes <Cristian.Maureira-Fredes at qt.io>
-Date: Mon, 17 Oct 2022 09:57:22 +0200
-Subject: make wheels compatible with Python 3.11
-
-These leftover mentions to <3.11 made those wheel
-impossible to install for Python 3.11
-
-Pick-to: 6.4
-Fixes: PYSIDE-2086
-Change-Id: I2a0e3f87c265e3ddc97e1036ea0137a12e895794
-Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes at qt.io>
-(cherry picked from commit d169554f2e8e57382dfc66a62e06fa75706cb649)
----
- build_scripts/config.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/build_scripts/config.py b/build_scripts/config.py
-index 63e52a2..7cbb8b6 100644
---- a/build_scripts/config.py
-+++ b/build_scripts/config.py
-@@ -137,7 +137,7 @@ class Config(object):
-         setup_kwargs['zip_safe'] = False
-         setup_kwargs['cmdclass'] = cmd_class_dict
-         setup_kwargs['version'] = package_version
--        setup_kwargs['python_requires'] = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.11"
-+        setup_kwargs['python_requires'] = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.12"
- 
-         if quiet:
-             # Tells distutils / setuptools to be quiet, and only print warnings or errors.
diff --git a/debian/patches/series b/debian/patches/series
index 0997c979..3d7656ca 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,5 +4,4 @@ blacklist-failing-tests.patch
 test-with-current-interpreter.patch
 Shiboken-Fix-the-oldest-shiboken-bug-ever.patch
 PyEnum-make-forgiving-duplicates-work-with-Python-3.11.patch
-make-wheels-compatible-with-Python-3.11.patch
 Fix-tests-sample_privatector-sample_privatedtor-failing-w.patch



More information about the Neon-commits mailing list