commit python-pyotherside for openSUSE:Factory

2020-03-10 Thread root
Hello community,

here is the log from the commit of package python-pyotherside for 
openSUSE:Factory checked in at 2020-03-10 10:39:12

Comparing /work/SRC/openSUSE:Factory/python-pyotherside (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyotherside.new.26092 (New)


Package is "python-pyotherside"

Tue Mar 10 10:39:12 2020 rev:5 rq:783205 version:1.5.9

Changes:

--- /work/SRC/openSUSE:Factory/python-pyotherside/python-pyotherside.changes
2019-05-12 11:46:21.976152001 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyotherside.new.26092/python-pyotherside.changes
 2020-03-10 10:39:17.093559718 +0100
@@ -1,0 +2,6 @@
+Mon Mar  9 09:15:05 UTC 2020 - Tomáš Chvátal 
+
+- Update to 1.5.9:
+  * New version to support python 3.8+
+
+---

Old:

  _service
  pyotherside-1.5.4.git.1549621936.ebe2845.tar.xz

New:

  1.5.9.tar.gz



Other differences:
--
++ python-pyotherside.spec ++
--- /var/tmp/diff_new_pack.jBA9PI/_old  2020-03-10 10:39:17.561559969 +0100
+++ /var/tmp/diff_new_pack.jBA9PI/_new  2020-03-10 10:39:17.561559969 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyotherside
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,37 +12,36 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%bcond_without test
-%define skip_python2 1
 %define srcname pyotherside
+%bcond_without test
 Name:   python-pyotherside
-Version:1.5.4.git.1549621936.ebe2845
+Version:1.5.9
 Release:0
 Summary:Asynchronous Python 3 Bindings for Qt 5
 License:ISC
-Group:  Development/Languages/Python
-Url:http://thp.io/2011/pyotherside/
-Source: %{srcname}-%{version}.tar.xz
-Provides:   pyotherside = %{version}-%{release}
+URL:https://thp.io/2011/pyotherside/
+Source: https://github.com/thp/pyotherside/archive/%{version}.tar.gz
 BuildRequires:  libqt5-qtbase-devel
 BuildRequires:  libqt5-qtdeclarative-devel
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
-%if %{with test}
-BuildRequires:  Mesa-dri
-BuildRequires:  xvfb-run
-%endif
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Qml)
 BuildRequires:  pkgconfig(Qt5Quick)
 BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5Test)
 BuildRequires:  pkgconfig(python3)
-%python_subpackages
+Provides:   pyotherside = %{version}-%{release}
+Provides:   python3-pyotherside = %{version}-%{release}
+Obsoletes:  python3-pyotherside < %{version}-%{release}
+%if %{with test}
+BuildRequires:  Mesa-dri
+BuildRequires:  xvfb-run
+%endif
 
 %description
 A QML Plugin that provides access to a Python 3 interpreter from QML.
@@ -53,8 +52,8 @@
 sed -i 's| qtquicktests||' pyotherside.pro
 
 %build
-qmake-qt5 PYTHON_CONFIG=python%{python_version}-config 
QMAKE_CFLAGS+="%optflags" QMAKE_CXXFLAGS+="%optflags" QMAKE_STRIP="/bin/true";
-make %{?_smp_mflags}
+%qmake5 PYTHON_CONFIG=python%{python3_version}-config QMAKE_STRIP="/bin/true";
+%make_build
 
 %install
 make INSTALL_ROOT=%{buildroot} install
@@ -64,7 +63,7 @@
 xvfb-run -s '-screen 0, 1280x1024x24' -a  ./tests/tests
 %endif
 
-%files %{python_files}
+%files
 %doc README
 %license LICENSE
 %dir %{_libqt5_archdatadir}/qml/io/




commit python-pyotherside for openSUSE:Factory

2019-05-12 Thread root
Hello community,

here is the log from the commit of package python-pyotherside for 
openSUSE:Factory checked in at 2019-05-12 11:46:08

Comparing /work/SRC/openSUSE:Factory/python-pyotherside (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyotherside.new.5148 (New)


Package is "python-pyotherside"

Sun May 12 11:46:08 2019 rev:4 rq:702390 version:1.5.4.git.1549621936.ebe2845

Changes:

--- /work/SRC/openSUSE:Factory/python-pyotherside/python-pyotherside.changes
2019-01-08 12:30:27.764142349 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pyotherside.new.5148/python-pyotherside.changes
  2019-05-12 11:46:21.976152001 +0200
@@ -1,0 +2,8 @@
+Fri May 10 11:47:54 UTC 2019 - t.gru...@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)
+
+---

Old:

  pyotherside-1.5.3.git.1535366950.067e3a6.tar.xz

New:

  pyotherside-1.5.4.git.1549621936.ebe2845.tar.xz



Other differences:
--
++ python-pyotherside.spec ++
--- /var/tmp/diff_new_pack.DUIejZ/_old  2019-05-12 11:46:24.220158589 +0200
+++ /var/tmp/diff_new_pack.DUIejZ/_new  2019-05-12 11:46:24.252158683 +0200
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %define srcname pyotherside
 Name:   python-pyotherside
-Version:1.5.3.git.1535366950.067e3a6
+Version:1.5.4.git.1549621936.ebe2845
 Release:0
 Summary:Asynchronous Python 3 Bindings for Qt 5
 License:ISC

++ _service ++
--- /var/tmp/diff_new_pack.DUIejZ/_old  2019-05-12 11:46:24.528159493 +0200
+++ /var/tmp/diff_new_pack.DUIejZ/_new  2019-05-12 11:46:24.540159529 +0200
@@ -2,9 +2,9 @@
   
 git
 git://github.com/thp/pyotherside.git
-1.5.3.git
+1.5.4.git
 pyotherside
-067e3a6
+ebe2845
   
   
   

++ pyotherside-1.5.3.git.1535366950.067e3a6.tar.xz -> 
pyotherside-1.5.4.git.1549621936.ebe2845.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyotherside-1.5.3.git.1535366950.067e3a6/LICENSE 
new/pyotherside-1.5.4.git.1549621936.ebe2845/LICENSE
--- old/pyotherside-1.5.3.git.1535366950.067e3a6/LICENSE2018-08-27 
12:49:10.0 +0200
+++ new/pyotherside-1.5.4.git.1549621936.ebe2845/LICENSE2019-02-08 
11:32:16.0 +0100
@@ -2,7 +2,7 @@
 
 ISC License
 
-Copyright (c) 2011, 2013, 2014, Thomas Perl 
+Copyright (c) 2011, 2013-2019, Thomas Perl 
 
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pyotherside-1.5.3.git.1535366950.067e3a6/docs/conf.py 
new/pyotherside-1.5.4.git.1549621936.ebe2845/docs/conf.py
--- old/pyotherside-1.5.3.git.1535366950.067e3a6/docs/conf.py   2018-08-27 
12:49:10.0 +0200
+++ new/pyotherside-1.5.4.git.1549621936.ebe2845/docs/conf.py   2019-02-08 
11:32:16.0 +0100
@@ -41,7 +41,7 @@
 
 # General information about the project.
 project = u'PyOtherSide'
-copyright = u'2014, 2015, 2016, 2017 Thomas Perl'
+copyright = u'2014-2019 Thomas Perl'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
@@ -50,7 +50,7 @@
 # The short X.Y version.
 version = '1.5'
 # The full version, including alpha/beta/rc tags.
-release = '1.5.3'
+release = '1.5.4'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pyotherside-1.5.3.git.1535366950.067e3a6/docs/index.rst 
new/pyotherside-1.5.4.git.1549621936.ebe2845/docs/index.rst
--- old/pyotherside-1.5.3.git.1535366950.067e3a6/docs/index.rst 2018-08-27 
12:49:10.0 +0200
+++ new/pyotherside-1.5.4.git.1549621936.ebe2845/docs/index.rst 2019-02-08 
11:32:16.0 +0100
@@ -600,6 +600,15 @@
 being deleted, but PyOtherSide tries hard to detect the deletion of objects
 and give meaningful error messages in case the reference is accessed).
 
+Calling signals of QML objects
+--
+
+.. versionadded:: 1.5.4
+
+Calling (emitting) signals of QML objects is supported since PyOtherSide 1.5.4.
+However, as signals do not have a return value as such, the return value is
+either just `true` or `false`, depending on whether the call worked or not.
+
 OpenGL rendering 

commit python-pyotherside for openSUSE:Factory

2019-01-08 Thread root
Hello community,

here is the log from the commit of package python-pyotherside for 
openSUSE:Factory checked in at 2019-01-08 12:27:53

Comparing /work/SRC/openSUSE:Factory/python-pyotherside (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyotherside.new.28833 (New)


Package is "python-pyotherside"

Tue Jan  8 12:27:53 2019 rev:3 rq:662830 version:1.5.3.git.1535366950.067e3a6

Changes:

--- /work/SRC/openSUSE:Factory/python-pyotherside/python-pyotherside.changes
2018-04-11 14:03:24.887716367 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyotherside.new.28833/python-pyotherside.changes
 2019-01-08 12:30:27.764142349 +0100
@@ -1,0 +2,6 @@
+Tue Jan  1 11:56:07 UTC 2019 - t.gru...@katodev.de
+
+- fix build for Factory
+- update plugins.qmltypes (commit 067e3a6 on 27 Aug 2018)  
+
+---

Old:

  1.5.3.tar.gz

New:

  _service
  pyotherside-1.5.3.git.1535366950.067e3a6.tar.xz



Other differences:
--
++ python-pyotherside.spec ++
--- /var/tmp/diff_new_pack.DqqdEb/_old  2019-01-08 12:30:28.248141822 +0100
+++ /var/tmp/diff_new_pack.DqqdEb/_new  2019-01-08 12:30:28.252141818 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyotherside
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,19 +20,20 @@
 %define skip_python2 1
 %define srcname pyotherside
 Name:   python-pyotherside
-Version:1.5.3
+Version:1.5.3.git.1535366950.067e3a6
 Release:0
 Summary:Asynchronous Python 3 Bindings for Qt 5
 License:ISC
 Group:  Development/Languages/Python
 Url:http://thp.io/2011/pyotherside/
-Source0:https://github.com/thp/pyotherside/archive/%{version}.tar.gz
+Source: %{srcname}-%{version}.tar.xz
 Provides:   pyotherside = %{version}-%{release}
 BuildRequires:  libqt5-qtbase-devel
 BuildRequires:  libqt5-qtdeclarative-devel
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
 %if %{with test}
+BuildRequires:  Mesa-dri
 BuildRequires:  xvfb-run
 %endif
 BuildRequires:  pkgconfig(Qt5Gui)
@@ -52,7 +53,7 @@
 sed -i 's| qtquicktests||' pyotherside.pro
 
 %build
-qmake-qt5 PYTHON_CONFIG=python%{py_ver}-config CONFIG+="nosilent c++11" 
QMAKE_CXXFLAGS="%{optflags} -fvisibility=hidden -fvisibility-inlines-hidden"
+qmake-qt5 PYTHON_CONFIG=python%{python_version}-config 
QMAKE_CFLAGS+="%optflags" QMAKE_CXXFLAGS+="%optflags" QMAKE_STRIP="/bin/true";
 make %{?_smp_mflags}
 
 %install
@@ -60,11 +61,12 @@
 
 %if %{with test}
 %check
-xvfb-run -s '-screen 0 640x480x8 -extension RANDR' -a  ./tests/tests
+xvfb-run -s '-screen 0, 1280x1024x24' -a  ./tests/tests
 %endif
 
 %files %{python_files}
-%doc README LICENSE
+%doc README
+%license LICENSE
 %dir %{_libqt5_archdatadir}/qml/io/
 %dir %{_libqt5_archdatadir}/qml/io/thp/
 %{_libqt5_archdatadir}/qml/io/thp/pyotherside

++ _service ++

  
git
git://github.com/thp/pyotherside.git
1.5.3.git
pyotherside
067e3a6
  
  
  
*.tar
xz
  
  




commit python-pyotherside for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package python-pyotherside for 
openSUSE:Factory checked in at 2018-04-11 14:01:00

Comparing /work/SRC/openSUSE:Factory/python-pyotherside (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyotherside.new (New)


Package is "python-pyotherside"

Wed Apr 11 14:01:00 2018 rev:2 rq:595134 version:1.5.3

Changes:

--- /work/SRC/openSUSE:Factory/python-pyotherside/python-pyotherside.changes
2018-01-30 15:43:01.254478178 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pyotherside.new/python-pyotherside.changes   
2018-04-11 14:03:24.887716367 +0200
@@ -1,0 +2,5 @@
+Tue Apr 10 08:10:33 UTC 2018 - t.gru...@katodev.de
+
+- disable qtquicktests (debug files) 
+
+---



Other differences:
--
++ python-pyotherside.spec ++
--- /var/tmp/diff_new_pack.lInABA/_old  2018-04-11 14:03:25.915679216 +0200
+++ /var/tmp/diff_new_pack.lInABA/_new  2018-04-11 14:03:25.915679216 +0200
@@ -48,6 +48,8 @@
 
 %prep
 %setup -q -n %{srcname}-%{version}
+# disable qtquicktests
+sed -i 's| qtquicktests||' pyotherside.pro
 
 %build
 qmake-qt5 PYTHON_CONFIG=python%{py_ver}-config CONFIG+="nosilent c++11" 
QMAKE_CXXFLAGS="%{optflags} -fvisibility=hidden -fvisibility-inlines-hidden"
@@ -66,10 +68,5 @@
 %dir %{_libqt5_archdatadir}/qml/io/
 %dir %{_libqt5_archdatadir}/qml/io/thp/
 %{_libqt5_archdatadir}/qml/io/thp/pyotherside
-%exclude %{_prefix}/tests/qtquicktests/qtquicktests
-%if ( 0%{?sle_version} == 15 || 0%{?sle_version} == 120300 ) && 
0%{?is_opensuse} 
-%exclude %{_prefix}/lib/debug/usr/tests/qtquicktests/*
-%exclude %{_prefix}/lib/debug/.build-id/*/*
-%endif
 
 %changelog