Sam James c21dfb8e0e
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>
2022-11-05 06:34:39 +00:00
..