diff --git a/PyQt6_WebEngine-6.2.1.tar.gz b/PyQt6_WebEngine-6.2.1.tar.gz deleted file mode 100644 index 8f33d9d..0000000 --- a/PyQt6_WebEngine-6.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f6d7cb612f20d1f1f8ea1bbe7ebb8bbaa3f7fcd56f0e9c41582851998be20c3 -size 30095 diff --git a/PyQt6_WebEngine-6.3.0.tar.gz b/PyQt6_WebEngine-6.3.0.tar.gz new file mode 100644 index 0000000..9c9e513 --- /dev/null +++ b/PyQt6_WebEngine-6.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2aedbeec54f1bcff872f7dfc236aa0fce4b55cd30f608ca89b408ee9e8147b +size 30355 diff --git a/python-PyQt6-WebEngine.changes b/python-PyQt6-WebEngine.changes index 58df811..7dd947b 100644 --- a/python-PyQt6-WebEngine.changes +++ b/python-PyQt6-WebEngine.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Apr 13 08:27:36 UTC 2022 - Ben Greiner + +- Update to version 6.3.0 + * Added support for Qt v6.3. + * Bug fixes. +- Remove concatenate workaround + ------------------------------------------------------------------- Sat Apr 9 10:19:42 UTC 2022 - Ben Greiner diff --git a/python-PyQt6-WebEngine.spec b/python-PyQt6-WebEngine.spec index fa36b93..95349a5 100644 --- a/python-PyQt6-WebEngine.spec +++ b/python-PyQt6-WebEngine.spec @@ -21,9 +21,8 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 %define pyqt_build_for_qt6 1 -%define skip_python36 1 Name: python-%{mname} -Version: 6.2.1 +Version: 6.3.0 Release: 0 Summary: Python bindings for the Qt WebEngine framework License: GPL-3.0-only @@ -31,7 +30,7 @@ Group: Development/Libraries/Python URL: https://www.riverbankcomputing.com/software/pyqt3d Source: https://files.pythonhosted.org/packages/source/P/%{mname}/%{muname}-%{version}.tar.gz BuildRequires: %{python_module PyQt6-devel} -BuildRequires: %{python_module devel} +BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module pyqt-builder >= 1.11} BuildRequires: %{python_module sip-devel >= 6.2} BuildRequires: fdupes @@ -70,8 +69,7 @@ used to generate the Python bindings for %{name} %setup -q -n %{muname}-%{version} %build -# https://www.riverbankcomputing.com/pipermail/pyqt/2021-October/044282.html -%pyqt_build -s %{quote:--concatenate 1} +%pyqt_build %install %pyqt_install