forked from pool/python-PyQt6-WebEngine
Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
c182d1411d | ||
2826f547c1 | |||
a2bf7f384b | |||
0109470bca | |||
90b9e591e0 | |||
|
b738f4591e | ||
6561fa2b80 |
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68edc7adb6d9e275f5de956881e79cca0d71fad439abeaa10d823bff5ac55001
|
||||
size 32593
|
BIN
PyQt6_WebEngine-6.8.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
PyQt6_WebEngine-6.8.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 16:23:00 UTC 2025 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 6.8.0
|
||||
* Added support for Qt v6.8.
|
||||
- Use sip-build --concatenate 1 as a workaround for incomplete type
|
||||
class error
|
||||
https://www.riverbankcomputing.com/pipermail/pyqt/2024-December/046097.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 08:52:09 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Back to PyPI source
|
||||
- Fix requires_eq replacement gh#openSUSE/python-rpm-macros#185
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 5 08:21:48 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Avoid using requires_eq, which after the last modifications
|
||||
conflicts with python singlespec (order of expansion).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 21 13:58:16 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-PyQt6-WebEngine
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,19 +21,17 @@
|
||||
%define plainpython python
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-PyQt6-%{qtlib}
|
||||
Version: 6.7.0
|
||||
Version: 6.8.0
|
||||
Release: 0
|
||||
Summary: Python bindings for the Qt WebEngine framework
|
||||
License: GPL-3.0-only
|
||||
Group: Development/Libraries/Python
|
||||
URL: https://www.riverbankcomputing.com/software/pyqt3d
|
||||
# boo#1222514
|
||||
# Source: https://files.pythonhosted.org/packages/source/P/PyQt6-%%{qtlib}/PyQt6_%%{qtlib}-%%{version}.tar.gz
|
||||
Source: https://riverbankcomputing.com/pypi/packages/PyQt6-%{qtlib}/PyQt6_%{qtlib}-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/P/PyQt6-%{qtlib}/PyQt6_%{qtlib}-%{version}.tar.gz
|
||||
BuildRequires: %{python_module PyQt6-devel >= 6.2}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module pyqt-builder >= 1.11 with %python-pyqt-builder < 2}
|
||||
BuildRequires: %{python_module sip-devel >= 6.8 with %python-sip-devel < 7}
|
||||
BuildRequires: %{python_module pyqt-builder >= 1.17 with %python-pyqt-builder < 2}
|
||||
BuildRequires: %{python_module sip-devel >= 6.9 with %python-sip-devel < 7}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-pyqt-rpm-macros
|
||||
BuildRequires: python-rpm-macros
|
||||
@ -42,8 +40,8 @@ BuildRequires: qt6-gui-private-devel
|
||||
BuildRequires: cmake(Qt6WebEngineCore)
|
||||
BuildRequires: cmake(Qt6WebEngineQuick)
|
||||
BuildRequires: cmake(Qt6WebEngineWidgets)
|
||||
%requires_ge python-PyQt6
|
||||
%requires_ge python-PyQt6-sip
|
||||
Requires: python-PyQt6 >= %(rpm -q --whatprovides python-PyQt6 --qf "%%{version}")
|
||||
Requires: python-PyQt6-sip >= %(rpm -q --whatprovides python-PyQt6-sip --qf "%%{version}")
|
||||
Provides: python-qtwebengine-qt6 = %{version}-%{release}
|
||||
# Mirror with qt6-webengine
|
||||
ExclusiveArch: aarch64 x86_64 riscv64
|
||||
@ -72,7 +70,8 @@ used to generate the Python bindings for %{name}
|
||||
%autosetup -p1 -n PyQt6_%{qtlib}-%{version}
|
||||
|
||||
%build
|
||||
%pyqt_build
|
||||
# https://www.riverbankcomputing.com/pipermail/pyqt/2024-December/046097.html
|
||||
%pyqt_build -v -s %{quote:--concatenate 1}
|
||||
|
||||
%install
|
||||
%pyqt_install
|
||||
|
Loading…
x
Reference in New Issue
Block a user