Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdevelop5-plugin-python3 for 
openSUSE:Factory checked in at 2022-06-20 15:38:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdevelop5-plugin-python3 (Old)
 and      /work/SRC/openSUSE:Factory/.kdevelop5-plugin-python3.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdevelop5-plugin-python3"

Mon Jun 20 15:38:43 2022 rev:36 rq:983901 version:22.04.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/kdevelop5-plugin-python3/kdevelop5-plugin-python3.changes
        2022-06-12 17:41:51.158374029 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdevelop5-plugin-python3.new.1548/kdevelop5-plugin-python3.changes
      2022-06-20 15:39:26.175049098 +0200
@@ -1,0 +2,8 @@
+Mon Jun 20 08:52:27 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Build for Python 3.9 instead of Python3.10
+  * https://invent.kde.org/kdevelop/kdev-python/-/issues/4
+  * bpo#40939
+  * rh#1898116
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kdevelop5-plugin-python3.spec ++++++
--- /var/tmp/diff_new_pack.RIwuuB/_old  2022-06-20 15:39:26.571049677 +0200
+++ /var/tmp/diff_new_pack.RIwuuB/_new  2022-06-20 15:39:26.575049683 +0200
@@ -17,6 +17,13 @@
 
 
 %define rname kdev-python
+%if 0%{suse_version} >= 1550
+# Not compatible with Python 3.10 rh#1898116 #bpo40939
+# https://invent.kde.org/kdevelop/kdev-python/-/issues/4
+%define mypython python39
+%else 
+%define mypython python3
+%endif
 %bcond_without released
 Name:           kdevelop5-plugin-python3
 Version:        22.04.2
@@ -34,8 +41,8 @@
 BuildRequires:  fdupes
 BuildRequires:  kdevelop5
 BuildRequires:  kf5-filesystem
-BuildRequires:  python3 >= 3.4.3
-BuildRequires:  python3-devel >= 3.4.3
+BuildRequires:  %mypython >= 3.4.3
+BuildRequires:  %mypython-devel >= 3.4.3
 BuildRequires:  cmake(KDevPlatform)
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5TextEditor)
@@ -45,7 +52,7 @@
 BuildRequires:  cmake(Qt5Widgets)
 Requires:       kdevelop5
 Recommends:     %{name}-lang
-Recommends:     python3-pep8
+Recommends:     %mypython-pep8
 Provides:       kdevelop4-plugin-python = %{version}
 Obsoletes:      kdevelop4-plugin-python < %{version}
 # The following are needed due to old unstable packages in KDE repositories

Reply via email to