diff --git a/PyQt-builder-1.4.0.tar.gz b/PyQt-builder-1.4.0.tar.gz deleted file mode 100644 index 7de7431..0000000 --- a/PyQt-builder-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be7fb8436e6ffb21b7e42266f0fa4776b7d62b0c7e06c63f8a066ff90554fcdc -size 5472834 diff --git a/PyQt-builder-1.5.0.tar.gz b/PyQt-builder-1.5.0.tar.gz new file mode 100644 index 0000000..d0ba30a --- /dev/null +++ b/PyQt-builder-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11bbe26e8e3d5ffec6d2ef2f50596b1670eb2d8b49aee0f859821922d8282841 +size 5473948 diff --git a/python-pyqt-builder.changes b/python-pyqt-builder.changes index e1c8449..71e0a60 100644 --- a/python-pyqt-builder.changes +++ b/python-pyqt-builder.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Aug 30 17:28:02 UTC 2020 - Benjamin Greiner + +- 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 diff --git a/python-pyqt-builder.spec b/python-pyqt-builder.spec index 0a41dbd..7fa64da 100644 --- a/python-pyqt-builder.spec +++ b/python-pyqt-builder.spec @@ -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