Accepting request 843698 from home:bnavigator:sip5
- Update to version 1.5.0 * Added the 'android-abis' project option and corresponding '--android-abi' command line option to sip-build, sip-install and sip-wheel. * Added 'PYQTBUILD_VERSION' and 'PYQTBUILD_VERSION_STR' to the 'pyqtbuild' module API. * Added support for bundling QtTextToSpeech. OBS-URL: https://build.opensuse.org/request/show/843698 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python-pyqt-builder?expand=0&rev=2
This commit is contained in:
parent
e8b4854ceb
commit
b94719bc50
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be7fb8436e6ffb21b7e42266f0fa4776b7d62b0c7e06c63f8a066ff90554fcdc
|
||||
size 5472834
|
3
PyQt-builder-1.5.0.tar.gz
Normal file
3
PyQt-builder-1.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11bbe26e8e3d5ffec6d2ef2f50596b1670eb2d8b49aee0f859821922d8282841
|
||||
size 5473948
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 30 17:28:02 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to version 1.5.0
|
||||
* Added the 'android-abis' project option and corresponding
|
||||
'--android-abi' command line option to sip-build, sip-install
|
||||
and sip-wheel.
|
||||
* Added 'PYQTBUILD_VERSION' and 'PYQTBUILD_VERSION_STR' to the
|
||||
'pyqtbuild' module API.
|
||||
* Added support for bundling QtTextToSpeech.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 29 19:35:57 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python-sip
|
||||
# spec file for package python-pyqt-builder
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
@ -15,11 +15,11 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define mname pyqt-builder
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-pyqt-builder
|
||||
Version: 1.4.0
|
||||
Name: python-%{mname}
|
||||
Version: 1.5.0
|
||||
Release: 0
|
||||
Summary: The PEP 517 compliant PyQt build system
|
||||
License: BSD-2-Clause
|
||||
@ -35,9 +35,9 @@ Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Provides: python-PyQt-builder = %{version}
|
||||
BuildArch: noarch
|
||||
# Test Requirements
|
||||
# SECTION Test Requirements
|
||||
BuildRequires: %{python_module sip-devel >= 5.3}
|
||||
#
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@ -80,6 +80,6 @@ $python -c 'import pyqtbuild'
|
||||
%doc README NEWS ChangeLog
|
||||
%python_alternative %{_bindir}/pyqt-bundle
|
||||
%{python_sitelib}/pyqtbuild
|
||||
%{python_sitelib}/PyQt_builder-%{version}-py*.egg-info
|
||||
%{python_sitelib}/PyQt_builder-%{version}*-info
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user