14
0

- 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:
2024-01-07 19:47:42 +00:00
committed by Git OBS Bridge
parent 782c04f5a2
commit 8d5ca9907e
4 changed files with 19 additions and 10 deletions

View File

@@ -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
View File

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

View File

@@ -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>
@@ -16,12 +25,12 @@ Fri May 10 11:47:54 UTC 2019 - t.gruner@katodev.de
Tue Jan 1 11:56:07 UTC 2019 - t.gruner@katodev.de Tue Jan 1 11:56:07 UTC 2019 - t.gruner@katodev.de
- fix build for Factory - fix build for Factory
- update plugins.qmltypes (commit 067e3a6 on 27 Aug 2018) - update plugins.qmltypes (commit 067e3a6 on 27 Aug 2018)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 10 08:10:33 UTC 2018 - t.gruner@katodev.de Tue Apr 10 08:10:33 UTC 2018 - t.gruner@katodev.de
- disable qtquicktests (debug files) - disable qtquicktests (debug files)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 25 14:45:59 UTC 2018 - t.gruner@katodev.de Thu Jan 25 14:45:59 UTC 2018 - t.gruner@katodev.de
@@ -31,7 +40,7 @@ Thu Jan 25 14:45:59 UTC 2018 - t.gruner@katodev.de
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 4 08:39:45 UTC 2018 - t.gruner@katodev.de Thu Jan 4 08:39:45 UTC 2018 - t.gruner@katodev.de
- cleanup spec file - cleanup spec file
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 27 23:43:12 UTC 2017 - dmacvicar@suse.de Fri Oct 27 23:43:12 UTC 2017 - dmacvicar@suse.de
@@ -43,4 +52,4 @@ Fri Oct 27 23:43:12 UTC 2017 - dmacvicar@suse.de
Thu Jun 1 14:55:04 UTC 2017 - t.gruner@katodev.de Thu Jun 1 14:55:04 UTC 2017 - t.gruner@katodev.de
- Initial release 1.5.1 - Initial release 1.5.1

View File

@@ -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/