commit: c21dfb8e0e69b0670d455030a45f89166a515dc1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 5 06:34:39 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 5 06:34:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c21dfb8e
dev-python/PyQt5: crank up dev-python/sip dependency
It was after the tag, but:
```
2022-10-30 Phil Thompson <phil <AT> 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 <AT> 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 <AT> riverbankcomputing.com>
* NEWS, PyQt5.msp:
Fixed QBoxLayout.insertItem() ownership bug.
[dd1a6abd2427] <5.15-maint>
2022-09-17 Phil Thompson <phil <AT> 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 <AT> gentoo.org>
dev-python/PyQt5/PyQt5-5.15.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 )
"