This commit is contained in:
parent
347b1f0775
commit
3f7e2587e7
3
PyQt-builder-1.10.3.tar.gz
Normal file
3
PyQt-builder-1.10.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6ade47445b7d8c08eb96e91ebda5f8b3494b3e7a9da2be343b9d0704419cb5c7
|
||||||
|
size 5725537
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8d669fe8fa434a3e47abde3b40d924d91932e8e19d88b20c778a3e1c77621ebc
|
|
||||||
size 5703222
|
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 4 13:42:44 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to version 1.10.3
|
||||||
|
* minor bug fixes for Qt v6.1.2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 15 13:03:25 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to version 1.10.1
|
||||||
|
* The default sip module ABI version is now the minimum required
|
||||||
|
by current PyQt versions rather than the latest available from
|
||||||
|
SIP.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 13 18:20:52 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to version 1.10.0
|
||||||
|
* Added support for bundling Qt v6.1.
|
||||||
|
* Added support for PyQt6-Charts to pyqt-bundle.
|
||||||
|
* Added support for PyQt6-DataVisualization to pyqt-bundle.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 11 19:48:31 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
Thu Mar 11 19:48:31 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyqt-builder
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -20,11 +20,11 @@
|
|||||||
%{?!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.9.1
|
Version: 1.10.3
|
||||||
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-builder
|
||||||
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: fdupes
|
BuildRequires: fdupes
|
||||||
@ -32,7 +32,7 @@ BuildRequires: python-rpm-macros
|
|||||||
Requires: python-sip-devel >= 5.5
|
Requires: python-sip-devel >= 5.5
|
||||||
Requires: python-wheel
|
Requires: python-wheel
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun):update-alternatives
|
||||||
Provides: python-PyQt-builder = %{version}-%{release}
|
Provides: python-PyQt-builder = %{version}-%{release}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION Test Requirements
|
# SECTION Test Requirements
|
||||||
@ -41,12 +41,12 @@ BuildRequires: %{python_module sip-devel >= 5.5}
|
|||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
PyQt-builder is the PEP 517 compliant build system for PyQt and projects that
|
PyQt-builder is the PEP 517 compliant build system for PyQt and projects that
|
||||||
extend PyQt. It extends the sip build system and uses Qt’s qmake to perform the
|
extend PyQt. It extends the sip build system and uses Qt’s qmake to perform the
|
||||||
actual compilation and installation of extension modules.
|
actual compilation and installation of extension modules.
|
||||||
|
|
||||||
Projects that use PyQt-builder provide an appropriate pyproject.toml file and an
|
Projects that use PyQt-builder provide an appropriate pyproject.toml file and an
|
||||||
optional project.py script. Any PEP 517 compliant frontend, for example
|
optional project.py script. Any PEP 517 compliant frontend, for example
|
||||||
sip-install or pip can then be used to build and install the project.
|
sip-install or pip can then be used to build and install the project.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -62,7 +62,7 @@ sip-install or pip can then be used to build and install the project.
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{python_expand # no real unit tests; check import and bundle entry point
|
%{python_expand # no real unit tests; check import and bundle entry point
|
||||||
export PYTHONPATH=%{buildroot}%{$python_sitelib}
|
export PYTHONPATH=%{buildroot}%{$python_sitelib}
|
||||||
$python -c 'import pyqtbuild'
|
$python -c 'import pyqtbuild'
|
||||||
%{buildroot}%{_bindir}/pyqt-bundle-%{$python_bin_suffix} -V
|
%{buildroot}%{_bindir}/pyqt-bundle-%{$python_bin_suffix} -V
|
||||||
|
Loading…
Reference in New Issue
Block a user