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 <[email protected]>
+
+- 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/


Reply via email to