Accepting request 874293 from home:bnavigator:pyqt
- Update to version 1.8.0 * Added the (as yet undocumented) pyqt-qt-wheel utility. * chrpath and install_name_tool are no longer required when bundling Qt v5.15 or later. - Changes in v1.7.0 * Added support for PyQt6, PyQt6-3D and PyQt6-NetworkAuth to pyqt-bundle. OBS-URL: https://build.opensuse.org/request/show/874293 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python-pyqt-builder?expand=0&rev=6
This commit is contained in:
parent
ebdaf09ea8
commit
c7942dbcb4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fb80f01407718bfc68f78e276f2543fcfc5b5900b1187c1fd1f2ff51a6f2a13c
|
|
||||||
size 5685616
|
|
3
PyQt-builder-1.8.0.tar.gz
Normal file
3
PyQt-builder-1.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:30b5fd3d1bdafeae3131070ebdc55481cf72c6a05a1b73ea2b420678bed2650c
|
||||||
|
size 5703119
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 19 19:56:34 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to version 1.8.0
|
||||||
|
* Added the (as yet undocumented) pyqt-qt-wheel utility.
|
||||||
|
* chrpath and install_name_tool are no longer required when
|
||||||
|
bundling Qt v5.15 or later.
|
||||||
|
- Changes in v1.7.0
|
||||||
|
* Added support for PyQt6, PyQt6-3D and PyQt6-NetworkAuth to
|
||||||
|
pyqt-bundle.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 24 14:54:26 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
Tue Nov 24 14:54:26 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyqt-builder
|
# spec file for package python-pyqt-builder
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,18 +20,17 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-%{mname}
|
Name: python-%{mname}
|
||||||
Version: 1.6.0
|
Version: 1.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The PEP 517 compliant PyQt build system
|
Summary: The PEP 517 compliant PyQt build system
|
||||||
License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP
|
License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP
|
||||||
URL: https://www.riverbankcomputing.com/software/pyqt
|
URL: https://www.riverbankcomputing.com/software/pyqt
|
||||||
Source0: https://files.pythonhosted.org/packages/source/P/PyQt-builder/PyQt-builder-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/P/PyQt-builder/PyQt-builder-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{pythons >= 3.5}
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python >= 3.5
|
|
||||||
Requires: python-sip-devel >= 5.5
|
Requires: python-sip-devel >= 5.5
|
||||||
|
Requires: python-wheel
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
Provides: python-PyQt-builder = %{version}
|
Provides: python-PyQt-builder = %{version}
|
||||||
@ -59,6 +58,7 @@ sip-install or pip can then be used to build and install the project.
|
|||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
%python_clone -a %{buildroot}%{_bindir}/pyqt-bundle
|
%python_clone -a %{buildroot}%{_bindir}/pyqt-bundle
|
||||||
|
%python_clone -a %{buildroot}%{_bindir}/pyqt-qt-wheel
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -69,7 +69,7 @@ $python -c 'import pyqtbuild'
|
|||||||
}
|
}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative pyqt-bundle
|
%python_install_alternative pyqt-bundle pyqt-qt-wheel
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%python_uninstall_alternative pyqt-bundle
|
%python_uninstall_alternative pyqt-bundle
|
||||||
@ -78,6 +78,7 @@ $python -c 'import pyqtbuild'
|
|||||||
%license LICENSE*
|
%license LICENSE*
|
||||||
%doc README NEWS ChangeLog
|
%doc README NEWS ChangeLog
|
||||||
%python_alternative %{_bindir}/pyqt-bundle
|
%python_alternative %{_bindir}/pyqt-bundle
|
||||||
|
%python_alternative %{_bindir}/pyqt-qt-wheel
|
||||||
%{python_sitelib}/pyqtbuild
|
%{python_sitelib}/pyqtbuild
|
||||||
%{python_sitelib}/PyQt_builder-%{version}*-info
|
%{python_sitelib}/PyQt_builder-%{version}*-info
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user