From afba444637e16cd91258e65ee99efa5b4ee456f64bb4e976ace92b9707ee5346 Mon Sep 17 00:00:00 2001 From: Torsten Gruner Date: Sat, 11 May 2019 21:23:59 +0000 Subject: [PATCH] Accepting request 702389 from home:Simmphonie:python - update to version 1.5.4git (commit ebe2845 on 8 Feb 2019) * Initialize sys.argv in Python for libraries that depend on it (issue #77) * Update plugins.qmltypes and cleanup project files (by martyone, PR#95) * Allow calling signals on QML objects from Python (issue #98) - fix build for Factory - update plugins.qmltypes (commit 067e3a6 on 27 Aug 2018) - disable qtquicktests (debug files) - fix build for Leap (debug files) - cleanup spec file - update to 1.5.3 - disable python2 - Initial release 1.5.1 OBS-URL: https://build.opensuse.org/request/show/702389 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyotherside?expand=0&rev=12 --- python-pyotherside.changes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-pyotherside.changes b/python-pyotherside.changes index d437c33..559b90b 100644 --- a/python-pyotherside.changes +++ b/python-pyotherside.changes @@ -2,6 +2,9 @@ Fri May 10 11:47:54 UTC 2019 - t.gruner@katodev.de - update to version 1.5.4git (commit ebe2845 on 8 Feb 2019) + * Initialize sys.argv in Python for libraries that depend on it (issue #77) + * Update plugins.qmltypes and cleanup project files (by martyone, PR#95) + * Allow calling signals on QML objects from Python (issue #98) ------------------------------------------------------------------- Tue Jan 1 11:56:07 UTC 2019 - t.gruner@katodev.de