Your message dated Sat, 8 Feb 2025 21:09:53 +0300
with message-id <[email protected]>
and subject line Re: Bug#1063519: Qt.ColorScheme enum is not exposed
has caused the Debian Bug report #1063519,
regarding Qt.ColorScheme enum is not exposed
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1063519: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063519
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3-pyqt6
Version: 6.6.1-2
>>> PyQt6.QtCore.Qt.ClipOperation
<enum 'ClipOperation'>
>>> PyQt6.QtCore.Qt.ColorScheme
AttributeError: type object 'Qt' has no attribute 'ColorScheme'
It's present in the documentation:
https://www.riverbankcomputing.com/static/Docs/PyQt6/api/qtcore/qt.html#ColorScheme
So it should be exposed
--- End Message ---
--- Begin Message ---
Version: pyqt6/6.7.0-1+b1
On Fri, Feb 09, 2024 at 01:25:08PM +0100, VA wrote:
> Package: python3-pyqt6
> Version: 6.6.1-2
>
> >>> PyQt6.QtCore.Qt.ClipOperation
> <enum 'ClipOperation'>
> >>> PyQt6.QtCore.Qt.ColorScheme
> AttributeError: type object 'Qt' has no attribute 'ColorScheme'
>
> It's present in the documentation:
> https://www.riverbankcomputing.com/static/Docs/PyQt6/api/qtcore/qt.html#ColorScheme
> So it should be exposed
This was fixed when pyqt6 was rebuilt against Qt ≥ 6.5, which happened on
2024-06-08.
--
Dmitry Shachnev
signature.asc
Description: PGP signature
--- End Message ---