Sync from SUSE:SLFO:Main python-PyQt6 revision c99f032e31c97b57d59300af953c2f7c
This commit is contained in:
parent
8c0bcea596
commit
9cbad1568b
BIN
PyQt6-6.7.0.tar.gz
(Stored with Git LFS)
BIN
PyQt6-6.7.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
PyQt6-6.8.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
PyQt6-6.8.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 15:33:06 UTC 2025 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 6.8.0
|
||||
* Added support for Qt v6.8 (excluding any technical previews).
|
||||
* Python enums are now handled correctly by Qt Designer (requires
|
||||
Qt v6.8.1 or later).
|
||||
* Implemented QtAudio as a synonym for QAudio.
|
||||
* Added QWindow.setVulkanInstance(), QWindow.vulkanInstance(),
|
||||
QVulkanExtension, QVulkanInstance and QVulkanLayer.
|
||||
* Bug fixes.
|
||||
- Should fix boo#1234295
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 08:57:02 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Fix requires_eq replacement gh#openSUSE/python-rpm-macros#185
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 5 08:20:32 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Avoid using requires_eq, which after the last modifications
|
||||
conflicts with python singlespec (order of expansion).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 16 15:48:52 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Change version to 6.8.0~dev2410061818
|
||||
* Mark development version for correct order before release
|
||||
- Changes from 6.7.1
|
||||
* SIP v6.8.6 and PyQt6-sip v13.8 are now required for Python
|
||||
v3.13 support and for Linux on ARM.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 16 08:11:34 UTC 2024 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- Update to 6.8.0.dev2410061818:
|
||||
* Added support for Qt v6.8 (excluding any technical previews).
|
||||
* Implemented QtAudio as a synonym for QAudio.
|
||||
* Bug fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 14:40:49 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define pyqt_build_for_qt6 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-%{mname}
|
||||
Version: 6.7.0
|
||||
Version: 6.8.0
|
||||
Release: 0
|
||||
Summary: Python bindings for Qt 6
|
||||
License: GPL-3.0-only OR SUSE-GPL-2.0-with-FLOSS-exception OR NonFree
|
||||
@ -32,11 +32,11 @@ Source: https://files.pythonhosted.org/packages/source/P/PyQt6/PyQt6-%{v
|
||||
Patch0: disable-rpaths.diff
|
||||
# PATCH-FIX-OPENSUSE - install binary dbus mainloop integration in arch dependent directory
|
||||
Patch1: 0001-Use-a-noarch-wrapper-for-dbus-mainloop-integration.patch
|
||||
BuildRequires: %{python_module PyQt6-sip >= 13.6}
|
||||
BuildRequires: %{python_module PyQt6-sip >= 13.8}
|
||||
BuildRequires: %{python_module dbus-python-devel >= 0.8}
|
||||
BuildRequires: %{python_module devel >= 3.6.1}
|
||||
BuildRequires: %{python_module pyqt-builder >= 1.15}
|
||||
BuildRequires: %{python_module sip-devel >= 6.5}
|
||||
BuildRequires: %{python_module devel >= 3.9}
|
||||
BuildRequires: %{python_module pyqt-builder >= 1.17}
|
||||
BuildRequires: %{python_module sip-devel >= 6.9}
|
||||
BuildRequires: dbus-1-devel
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: fdupes
|
||||
@ -89,8 +89,8 @@ BuildRequires: cmake(Qt6WebChannel)
|
||||
BuildRequires: cmake(Qt6WebSockets)
|
||||
BuildRequires: cmake(Qt6Widgets)
|
||||
BuildRequires: cmake(Qt6Xml)
|
||||
%requires_ge python-PyQt6-sip
|
||||
%requires_ge python-dbus-python
|
||||
Requires: python-PyQt6-sip >= %(rpm -q --whatprovides python-PyQt6-sip --qf "%%{version}")
|
||||
Requires: python-dbus-python >= %(rpm -q --whatprovides python-dbus-python --qf "%%{version}")
|
||||
Provides: python-qt6 = %{version}-%{release}
|
||||
%python_subpackages
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user