forked from pool/python-pyotherside
- update to 1.6.0:
* PyOtherSide now supports Qt 6 while retaining source compatibility with Qt 5. * PyGLArea is currently broken with Qt 6, use PyFBO instead. - update plugins.qmltypes (commit 067e3a6 on 27 Aug 2018) - disable qtquicktests (debug files) - cleanup spec file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyotherside?expand=0&rev=17
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:189cb0b973e40fcb6b95fd51b0bcd6cc8494b514d49ffe966ec488cf05bbf51e
|
|
||||||
size 185230
|
|
3
1.6.0.tar.gz
Normal file
3
1.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ead71d0a549acb6664d72745fae5b1d4e433274c64be6a680ceeeef0754451ab
|
||||||
|
size 183645
|
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 7 19:46:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.6.0:
|
||||||
|
* PyOtherSide now supports Qt 6 while retaining source
|
||||||
|
compatibility with Qt 5.
|
||||||
|
* PyGLArea is currently broken with Qt 6, use PyFBO
|
||||||
|
instead.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 9 09:15:05 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
Mon Mar 9 09:15:05 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyotherside
|
# spec file for package python-pyotherside
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%define srcname pyotherside
|
%define srcname pyotherside
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
Name: python-pyotherside
|
Name: python-pyotherside
|
||||||
Version: 1.5.9
|
Version: 1.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Asynchronous Python 3 Bindings for Qt 5
|
Summary: Asynchronous Python 3 Bindings for Qt 5
|
||||||
License: ISC
|
License: ISC
|
||||||
@@ -64,7 +64,7 @@ xvfb-run -s '-screen 0, 1280x1024x24' -a ./tests/tests
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%dir %{_libqt5_archdatadir}/qml/io/
|
%dir %{_libqt5_archdatadir}/qml/io/
|
||||||
%dir %{_libqt5_archdatadir}/qml/io/thp/
|
%dir %{_libqt5_archdatadir}/qml/io/thp/
|
||||||
|
Reference in New Issue
Block a user