summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-11-05 06:34:39 +0000
committerSam James <sam@gentoo.org>2022-11-05 06:34:39 +0000
commitc21dfb8e0e69b0670d455030a45f89166a515dc1 (patch)
tree658ea2e7f6541a73afcef9995047c5bd1e11e04a /dev-python/PyQt5
parentdev-qt/qt-creator: drop 8.0.1 (diff)
downloadgentoo-c21dfb8e0e69b0670d455030a45f89166a515dc1.tar.gz
gentoo-c21dfb8e0e69b0670d455030a45f89166a515dc1.tar.bz2
gentoo-c21dfb8e0e69b0670d455030a45f89166a515dc1.zip
dev-python/PyQt5: crank up dev-python/sip dependency
It was after the tag, but: ``` 2022-10-30 Phil Thompson <phil@riverbankcomputing.com> * 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 <phil@riverbankcomputing.com> * 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 <phil@riverbankcomputing.com> * NEWS, PyQt5.msp: Fixed QBoxLayout.insertItem() ownership bug. [dd1a6abd2427] <5.15-maint> 2022-09-17 Phil Thompson <phil@riverbankcomputing.com> * 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 <sam@gentoo.org>
Diffstat (limited to 'dev-python/PyQt5')
-rw-r--r--dev-python/PyQt5/PyQt5-5.15.7.ebuild2
1 files changed, 1 insertions, 1 deletions
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 )
"