summaryrefslogtreecommitdiff
path: root/dev-python/PyQt5/PyQt5-5.15.7.ebuild
AgeCommit message (Collapse)Author
2023-01-14*/*: remove py3.8 from PYTHON_COMPATDavid Seifert
Signed-off-by: David Seifert <soap@gentoo.org>
2022-12-10dev-python/PyQt5: Stabilize 5.15.7 arm64, #885231Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-12-10dev-python/PyQt5: Stabilize 5.15.7 x86, #885231Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-12-10dev-python/PyQt5: Stabilize 5.15.7 amd64, #885231Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-12-10dev-python/PyQt5: Stabilize 5.15.7 arm, #885231Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-12-10dev-python/PyQt5: Stabilize 5.15.7 ppc64, #885231Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-12-02dev-python/PyQt5: keyword 5.15.7 for ~loongWANG Xuerui
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
2022-11-05dev-python/PyQt5: crank up dev-python/sip dependencySam James
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-10-30dev-python/PyQt5: add 5.15.7Sam James
Closes: https://bugs.gentoo.org/877835 Signed-off-by: Sam James <sam@gentoo.org>