From c21dfb8e0e69b0670d455030a45f89166a515dc1 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 5 Nov 2022 06:34:39 +0000 Subject: dev-python/PyQt5: crank up dev-python/sip dependency It was after the tag, but: ``` 2022-10-30 Phil Thompson * NEWS, lib/pyproject.toml: SIP v6.6.2 is now a minimum requirement for the array support. [bd2a905b5345] [tip] <5.15-maint> 2022-10-28 Phil Thompson * NEWS, pyuic/uic/__init__.py: Fixed uic.compileUiDir() when the default system encoding is not UTF8. [50050fc4cd93] <5.15-maint> 2022-10-10 Phil Thompson * NEWS, PyQt5.msp: Fixed QBoxLayout.insertItem() ownership bug. [dd1a6abd2427] <5.15-maint> 2022-09-17 Phil Thompson * NEWS, qpy/QtCore/qpycore_qobject_helpers.cpp: Fixed calling QObject::inherits() from C++ on instances that were created by Python (and so was an instance of a generated derived class), had it's ownership transfered to C++ and the Python object garbage collected. This broke all sub-class converter code. [2e3c3b71f118] <5.15-maint> ``` These are the only commits since the 5.15.7 tag and various array commits were just before, so it seems likely that 5.15.7 actually does need >= 6.6.2. Signed-off-by: Sam James --- dev-python/PyQt5/PyQt5-5.15.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/PyQt5') diff --git a/dev-python/PyQt5/PyQt5-5.15.7.ebuild b/dev-python/PyQt5/PyQt5-5.15.7.ebuild index 5ae008467538..11b7294e4819 100644 --- a/dev-python/PyQt5/PyQt5-5.15.7.ebuild +++ b/dev-python/PyQt5/PyQt5-5.15.7.ebuild @@ -88,7 +88,7 @@ RDEPEND="${DEPEND} " BDEPEND=" >=dev-python/PyQt-builder-1.10[${PYTHON_USEDEP}] - >=dev-python/sip-6.4[${PYTHON_USEDEP}] + >=dev-python/sip-6.6.2[${PYTHON_USEDEP}] >=dev-qt/qtcore-${QT_PV} dbus? ( virtual/pkgconfig ) " -- cgit v1.2.3