Accepting request 1082871 from home:bnavigator:branches:KDE:Qt:PyQt

OBS-URL: https://build.opensuse.org/request/show/1082871
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6-3D?expand=0&rev=15
This commit is contained in:
Benjamin Greiner 2023-04-26 16:35:22 +00:00 committed by Git OBS Bridge
parent e6825f5589
commit 71366916a5
4 changed files with 11 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c5e8e2224b9d461fe21158040b4446b5fd82ae563c76a8943292abd887a02df1
size 7469205

3
PyQt6_3D-6.5.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f8ef3e2965a518367eb4cc693fd9f23698fcbeb909c7dcb7269737b8d877f68b
size 7469119

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 24 20:15:00 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 6.5.0
* Added support for Qt v6.5.
-------------------------------------------------------------------
Tue Mar 28 09:19:12 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,11 +17,9 @@
%define mname PyQt6-3D
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
%define pyqt_build_for_qt6 1
Name: python-%{mname}
Version: 6.4.0
Version: 6.5.0
Release: 0
Summary: Python bindings for the Qt 3D framework
License: GPL-3.0-only
@ -45,8 +43,6 @@ BuildRequires: cmake(Qt63DLogic)
BuildRequires: cmake(Qt63DRender)
%requires_ge python-PyQt6
Provides: python-qt3d-qt6 = %{version}-%{release}
# qt6-3d-devel for i586 is projected to be reenabled when 6.5.0 is released
ExcludeArch: %{ix86}
%python_subpackages
%description