From bf4c87b7d72e83d82d49423ea577ab93ebb8c1f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo=20F=C3=A4lt?= Date: Thu, 28 Mar 2024 07:40:19 +0200 Subject: Fix wheel name for 6.6.3.1 fix release Change-Id: Ib592c0d0cb2371981bb2542904222f1ff50a7c6c Reviewed-by: Friedemann Kleint --- sources/pyside6/.cmake.conf | 2 +- sources/pyside6/tests/QtCore/versioninfo_test.py | 2 +- sources/shiboken6/.cmake.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/pyside6/.cmake.conf b/sources/pyside6/.cmake.conf index 6762341cf..b8ca52cdb 100644 --- a/sources/pyside6/.cmake.conf +++ b/sources/pyside6/.cmake.conf @@ -1,5 +1,5 @@ set(pyside_MAJOR_VERSION "6") set(pyside_MINOR_VERSION "6") -set(pyside_MICRO_VERSION "3") +set(pyside_MICRO_VERSION "3.1") set(pyside_PRE_RELEASE_VERSION_TYPE "") set(pyside_PRE_RELEASE_VERSION "") diff --git a/sources/pyside6/tests/QtCore/versioninfo_test.py b/sources/pyside6/tests/QtCore/versioninfo_test.py index 63414378a..9455e7fe7 100644 --- a/sources/pyside6/tests/QtCore/versioninfo_test.py +++ b/sources/pyside6/tests/QtCore/versioninfo_test.py @@ -21,7 +21,7 @@ class TestVersionInfo(unittest.TestCase): self.assertEqual(len(v), 5) self.assertEqual(type(v[0]), int) self.assertEqual(type(v[1]), int) - self.assertEqual(type(v[2]), int) + #self.assertEqual(type(v[2]), int) disable for 6.6.3.1 self.assertEqual(type(v[3]), str) self.assertEqual(type(v[4]), str) diff --git a/sources/shiboken6/.cmake.conf b/sources/shiboken6/.cmake.conf index a1fc33502..cb716a75c 100644 --- a/sources/shiboken6/.cmake.conf +++ b/sources/shiboken6/.cmake.conf @@ -1,5 +1,5 @@ set(shiboken_MAJOR_VERSION "6") set(shiboken_MINOR_VERSION "6") -set(shiboken_MICRO_VERSION "3") +set(shiboken_MICRO_VERSION "3.1") set(shiboken_PRE_RELEASE_VERSION_TYPE "") set(shiboken_PRE_RELEASE_VERSION "") -- cgit v1.2.3