Accepting request 928220 from home:bnavigator:branches:KDE:Qt:PyQt
- Update to version 6.2.1 * Bug fixes. OBS-URL: https://build.opensuse.org/request/show/928220 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=9
This commit is contained in:
parent
103ddc98fc
commit
bc3ecb7ce9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:142ce7fa574d7ebb13fb0a2ebd18c86087c35829f786c094a71a0749155d8fee
|
||||
size 1021075
|
3
PyQt6-6.2.1.tar.gz
Normal file
3
PyQt6-6.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d603a5c8effccc9174b3f43834256401a61ea40f2338306ca22fb6a1e870b89c
|
||||
size 1009983
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 29 15:07:23 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to version 6.2.1
|
||||
* Bug fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 3 12:46:47 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define mname PyQt6
|
||||
%define pyqt_build_for_qt6 1
|
||||
Name: python-%{mname}
|
||||
Version: 6.2.0
|
||||
Version: 6.2.1
|
||||
Release: 0
|
||||
Summary: Python bindings for Qt 6
|
||||
License: GPL-3.0-only OR SUSE-GPL-2.0-with-FLOSS-exception OR NonFree
|
||||
@ -36,7 +36,7 @@ BuildRequires: %{python_module PyQt6-sip}
|
||||
BuildRequires: %{python_module dbus-python-devel >= 0.8}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module pyqt-builder >= 1.11}
|
||||
BuildRequires: %{python_module sip-devel >= 6.2}
|
||||
BuildRequires: %{python_module sip-devel >= 6.4}
|
||||
BuildRequires: dbus-1-devel
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: fdupes
|
||||
@ -79,7 +79,7 @@ Group: Development/Libraries/Python
|
||||
Requires: python-%{mname} = %{version}
|
||||
Requires: python-dbus-python-devel >= 0.8
|
||||
Requires: python-devel
|
||||
Requires: python-sip-devel >= 6.2
|
||||
Requires: python-sip-devel >= 6.4
|
||||
Requires: qt6-base-devel
|
||||
Requires: qt6-macros
|
||||
Requires: cmake(Qt6Bluetooth)
|
||||
@ -127,6 +127,7 @@ This package contains programming examples for PyQt6.
|
||||
%prep
|
||||
%autosetup -p1 -n PyQt6-%{version}
|
||||
dos2unix examples/quick/models/*/view.qml
|
||||
dos2unix examples/multimedia*/*/*.ui
|
||||
|
||||
%build
|
||||
%{pyqt_build -v \
|
||||
|
Loading…
x
Reference in New Issue
Block a user