1
0

Compare commits

...

7 Commits

Author SHA256 Message Date
Ana Guerrero
c182d1411d Accepting request 1236727 from KDE:Qt:PyQt
- 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 (forwarded request 1236726 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/1236727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6-WebEngine?expand=0&rev=15
2025-01-12 10:19:42 +00:00
2826f547c1 - 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

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6-WebEngine?expand=0&rev=31
2025-01-09 20:09:29 +00:00
a2bf7f384b Accepting request 1222705 from KDE:Qt:PyQt
- Back to PyPI source
- Fix requires_eq replacement gh#openSUSE/python-rpm-macros#185

OBS-URL: https://build.opensuse.org/request/show/1222705
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6-WebEngine?expand=0&rev=14
2024-11-09 19:54:29 +00:00
0109470bca >=
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6-WebEngine?expand=0&rev=29
2024-11-08 09:54:57 +00:00
90b9e591e0 - Back to PyPI source
- Fix requires_eq replacement gh#openSUSE/python-rpm-macros#185

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6-WebEngine?expand=0&rev=28
2024-11-08 09:24:39 +00:00
Ana Guerrero
b738f4591e Accepting request 1221362 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/1221362
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6-WebEngine?expand=0&rev=13
2024-11-05 14:41:53 +00:00
6561fa2b80 - Avoid using requires_eq, which after the last modifications
conflicts with python singlespec (order of expansion).

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6-WebEngine?expand=0&rev=26
2024-11-05 09:22:51 +00:00
4 changed files with 33 additions and 13 deletions

View File

@ -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

Binary file not shown.

View File

@ -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>

View File

@ -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