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>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python-pyqt-builder
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
@ -20,11 +20,11 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-%{mname}
|
||||
Version: 1.9.1
|
||||
Version: 1.10.3
|
||||
Release: 0
|
||||
Summary: The PEP 517 compliant PyQt build system
|
||||
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
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
@ -32,7 +32,7 @@ BuildRequires: python-rpm-macros
|
||||
Requires: python-sip-devel >= 5.5
|
||||
Requires: python-wheel
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Provides: python-PyQt-builder = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
# SECTION Test Requirements
|
||||
|
Loading…
x
Reference in New Issue
Block a user