Hello community,
here is the log from the commit of package kdevelop5-plugin-python3 for
openSUSE:Factory checked in at 2018-06-02 12:08:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdevelop5-plugin-python3 (Old)
and /work/SRC/openSUSE:Factory/.kdevelop5-plugin-python3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdevelop5-plugin-python3"
Sat Jun 2 12:08:15 2018 rev:10 rq:612537 version:5.2.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/kdevelop5-plugin-python3/kdevelop5-plugin-python3.changes
2017-09-13 22:30:07.061445418 +0200
+++
/work/SRC/openSUSE:Factory/.kdevelop5-plugin-python3.new/kdevelop5-plugin-python3.changes
2018-06-02 12:08:20.092381785 +0200
@@ -1,0 +2,26 @@
+Fri May 25 13:25:59 UTC 2018 - [email protected]
+
+- New upstream release 5.2.3 (5.2.2 has been skipped)
+ * Ensure that codestyle.py always returns something on stdout to
+ unlock m_mutex (kde#392031)
+ * Fix crash with contexts opened in the baseclass list of a class
+ definition (kde#389326)
+ * Fix appstream metadata filename and some content, and install
+ it
+- New upstream release 5.2.1
+ * no code changes
+- New upstream release 5.2.0
+ * For a list of changes, see:
+ https://www.kdevelop.org/news/kdevelop-520-released
+ * Fixed a false-positive warning when a name used in a closure
+ was defined later in the file
+ * Fixed highlighting of local variables in comprehensions and of
+ parameters in lambda definitions
+ * Infer the correct type when slicing a tuple with constant
+ integers
+ * Infer the correct type from 'and' or 'or' expressions
+ * Internal code cleanups
+- Remove superfluous python-qt5 requirement
+- Install license file
+
+-------------------------------------------------------------------
Old:
----
kdev-python-5.1.2.tar.xz
New:
----
kdev-python-5.2.3.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdevelop5-plugin-python3.spec ++++++
--- /var/tmp/diff_new_pack.tEuIyK/_old 2018-06-02 12:08:20.920351418 +0200
+++ /var/tmp/diff_new_pack.tEuIyK/_new 2018-06-02 12:08:20.924351271 +0200
@@ -1,7 +1,7 @@
#
# spec file for package kdevelop5-plugin-python3
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -16,10 +16,13 @@
#
+# for compatibility with Leap 42.3 which doesn't have this macro yet
+%{!?_kf5_debugdir: %global _kf5_debugdir %{_kf5_configdir}}
+
%define rname kdev-python
-%define rversion 5.1
+%define rversion 5.2
Name: kdevelop5-plugin-python3
-Version: 5.1.2
+Version: 5.2.3
Release: 0
Summary: Python support for KDevelop
License: GPL-2.0+
@@ -31,8 +34,8 @@
BuildRequires: grantlee5-devel
BuildRequires: karchive-devel
BuildRequires: kcmutils-devel
-BuildRequires: kdevelop5 >= 5.0.0
-BuildRequires: kdevplatform-devel >= 5.0.0
+BuildRequires: kdevelop5
+BuildRequires: kdevplatform-devel
BuildRequires: kf5-filesystem
BuildRequires: kguiaddons-devel
BuildRequires: ki18n-devel
@@ -47,12 +50,11 @@
BuildRequires: python3 >= 3.4.3
BuildRequires: python3-devel >= 3.4.3
BuildRequires: threadweaver-devel
-BuildRequires: pkgconfig(Qt5Concurrent) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Quick) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires: pkgconfig(Qt5Concurrent)
+BuildRequires: pkgconfig(Qt5Quick)
+BuildRequires: pkgconfig(Qt5Test)
+BuildRequires: pkgconfig(Qt5Widgets)
Requires: kdevelop5
-Requires: python-qt5
Recommends: %{name}-lang
Recommends: python3-pep8
Provides: kdevelop4-plugin-python = %{version}
@@ -66,7 +68,7 @@
A KDevelop plugin which provides Python language support, including code
completion and debugging using PDB.
%package lang
-Summary: Languages for package %{name}
+Summary: Translations for package %{name}
Group: System/Localization
Requires: %{name} = %{version}
Provides: %{name}-lang-all = %{version}
@@ -95,7 +97,10 @@
%files
%defattr(-,root,root)
+%license COPYING
%doc README
+%{_kf5_appstreamdir}/org.kde.kdev-python.metainfo.xml
+%{_kf5_debugdir}/kdevpythonsupport.categories
%{_kf5_libdir}/libkdev*python*.so*
%{_kf5_plugindir}/
%{_kf5_sharedir}/kdevappwizard/
++++++ kdev-python-5.1.2.tar.xz -> kdev-python-5.2.3.tar.xz ++++++
++++ 17778 lines of diff (skipped)