Hello community,
here is the log from the commit of package kdevelop5-plugin-python3 for
openSUSE:Factory checked in at 2019-01-15 09:15:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdevelop5-plugin-python3 (Old)
and /work/SRC/openSUSE:Factory/.kdevelop5-plugin-python3.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdevelop5-plugin-python3"
Tue Jan 15 09:15:43 2019 rev:13 rq:660855 version:5.3.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/kdevelop5-plugin-python3/kdevelop5-plugin-python3.changes
2018-11-26 10:23:49.793484195 +0100
+++
/work/SRC/openSUSE:Factory/.kdevelop5-plugin-python3.new.28833/kdevelop5-plugin-python3.changes
2019-01-15 09:15:49.550266176 +0100
@@ -1,0 +2,7 @@
+Sat Dec 22 19:18:50 UTC 2018 - [email protected]
+
+- New upstream release 5.3.1
+ * Remove two outdated methods from shipped built-in documentation
+- Run spec-cleaner
+
+-------------------------------------------------------------------
Old:
----
kdev-python-5.3.0.tar.xz
New:
----
kdev-python-5.3.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdevelop5-plugin-python3.spec ++++++
--- /var/tmp/diff_new_pack.rxjRJe/_old 2019-01-15 09:15:50.214265559 +0100
+++ /var/tmp/diff_new_pack.rxjRJe/_new 2019-01-15 09:15:50.218265555 +0100
@@ -18,16 +18,15 @@
# 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.3
Name: kdevelop5-plugin-python3
-Version: 5.3.0
+Version: 5.3.1
Release: 0
Summary: Python support for KDevelop
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: Development/Tools/IDE
-Url: http://www.kdevelop.org
+URL: http://www.kdevelop.org
Source0:
http://download.kde.org/stable/kdevelop/%{version}/src/%{rname}-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
@@ -51,7 +50,6 @@
# The following are needed due to old unstable packages in KDE repositories
Provides: kdevelop4-plugin-python3 = %{version}
Obsoletes: kdevelop4-plugin-python3 < %{version}
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
A KDevelop plugin which provides Python language support, including code
completion and debugging using PDB.
@@ -60,10 +58,10 @@
Summary: Translations for package %{name}
Group: System/Localization
Requires: %{name} = %{version}
-Provides: %{name}-lang-all = %{version}
Supplements: packageand(bundle-lang-other:%{name})
-BuildArch: noarch
Conflicts: kdevelop4-plugin-python-lang
+Provides: %{name}-lang-all = %{version}
+BuildArch: noarch
%description lang
Provides translations to the package %{name}
@@ -85,7 +83,6 @@
%postun -p /sbin/ldconfig
%files
-%defattr(-,root,root)
%license COPYING
%doc README
%{_kf5_appstreamdir}/org.kde.kdev-python.metainfo.xml
@@ -96,6 +93,5 @@
%{_kf5_sharedir}/kdevpythonsupport/
%files lang -f %{name}.lang
-%defattr(-,root,root)
%changelog
++++++ kdev-python-5.3.0.tar.xz -> kdev-python-5.3.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdev-python-5.3.0/CMakeLists.txt
new/kdev-python-5.3.1/CMakeLists.txt
--- old/kdev-python-5.3.0/CMakeLists.txt 2018-10-25 10:31:03.000000000
+0200
+++ new/kdev-python-5.3.1/CMakeLists.txt 2018-12-06 10:52:32.000000000
+0100
@@ -4,7 +4,7 @@
# write the plugin version to a file
set(KDEVPYTHON_VERSION_MAJOR 5)
set(KDEVPYTHON_VERSION_MINOR 3)
-set(KDEVPYTHON_VERSION_PATCH 0)
+set(KDEVPYTHON_VERSION_PATCH 1)
# KDevplatform dependency version
set( KDEVPLATFORM_VERSION
"${KDEVPYTHON_VERSION_MAJOR}.${KDEVPYTHON_VERSION_MINOR}" )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kdev-python-5.3.0/app_templates/django_project/django_project.kdevtemplate
new/kdev-python-5.3.1/app_templates/django_project/django_project.kdevtemplate
---
old/kdev-python-5.3.0/app_templates/django_project/django_project.kdevtemplate
2018-10-25 10:30:41.000000000 +0200
+++
new/kdev-python-5.3.1/app_templates/django_project/django_project.kdevtemplate
2018-12-06 10:52:07.000000000 +0100
@@ -20,6 +20,7 @@
Name[uk]=Django 1.11
Name[x-test]=xxDjango 1.11xx
Name[zh_CN]=Django 1.11
+Name[zh_TW]=Django 1.11
Category=Python
Comment=A Django project with one application
Comment[ca]=Un projecte de Django amb una aplicació
@@ -39,5 +40,6 @@
Comment[tr]=Uygulama ile birlikte bir Django projesi
Comment[uk]=Проект Django із однією програмою
Comment[x-test]=xxA Django project with one applicationxx
-Comment[zh_CN]=有一个应用的 Django 项目
+Comment[zh_CN]=有一个应用的 Django 工程
+Comment[zh_TW]=包含一個應用程式的 Django 專案
ShowFilesAfterGeneration=%{PROJECTDIR}/%{APPNAMELC}/urls.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kdev-python-5.3.0/app_templates/qtdesigner_app/qtdesigner_app.kdevtemplate
new/kdev-python-5.3.1/app_templates/qtdesigner_app/qtdesigner_app.kdevtemplate
---
old/kdev-python-5.3.0/app_templates/qtdesigner_app/qtdesigner_app.kdevtemplate
2018-10-25 10:30:41.000000000 +0200
+++
new/kdev-python-5.3.1/app_templates/qtdesigner_app/qtdesigner_app.kdevtemplate
2018-12-06 10:52:07.000000000 +0100
@@ -21,6 +21,7 @@
Name[uk]=Проста програма з графічним інтерфейсом Qt, створеним за допомогою
Designer
Name[x-test]=xxSimple Qt GUI application using Designerxx
Name[zh_CN]=使用 Designer 的简单的 Qt 图形界面程序
+Name[zh_TW]=使用 Designer 製作簡單的 Qt GUI 應用程式
Category=Python
Comment=An example application using Qt Designer. If you edit mainwindow.ui,
regenerate mainwindow.py by calling pyuic5.
Comment[ca]=Un exemple d'aplicació que usa el Designer de Qt. Si editeu el
«mainwindow.ui», regenereu el «mainwindow.py» invocant el «pyuic5».
@@ -42,4 +43,5 @@
Comment[uk]=Приклад програми із використанням Qt Designer. Після редагування
mainwindow.ui вам слід повторно створити mainwindow.py за допомогою виклику
pyuic5.
Comment[x-test]=xxAn example application using Qt Designer. If you edit
mainwindow.ui, regenerate mainwindow.py by calling pyuic5.xx
Comment[zh_CN]=一个使用 Qt Designer 的简单应用程序。如果您编辑了 mainwindow.ui,调用 pyuic5 来重新生成
mainwindow.py。
+Comment[zh_TW]=使用 Qt Designer 建立一個範例應用程式,假若您編輯 mainwindow.ui,將透過呼叫 pyuic5 重新生成
mainwindow.py。
ShowFilesAfterGeneration=%{APPNAME}.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kdev-python-5.3.0/app_templates/simple_pythonapp/simple_pythonapp.kdevtemplate
new/kdev-python-5.3.1/app_templates/simple_pythonapp/simple_pythonapp.kdevtemplate
---
old/kdev-python-5.3.0/app_templates/simple_pythonapp/simple_pythonapp.kdevtemplate
2018-10-25 10:30:41.000000000 +0200
+++
new/kdev-python-5.3.1/app_templates/simple_pythonapp/simple_pythonapp.kdevtemplate
2018-12-06 10:52:07.000000000 +0100
@@ -21,6 +21,7 @@
Name[uk]=Проста програма мовою Python
Name[x-test]=xxSimple Python Applicationxx
Name[zh_CN]=简单的 Python 应用程序
+Name[zh_TW]=簡單的 Python 應用程式
Category=Python
Comment=Generate filestructure to start a Python application
Comment[ca]=Genera l'estructura de fitxers per a iniciar una aplicació Python
@@ -43,4 +44,5 @@
Comment[uk]=Створити початкову файлову структуру програми мовою Python
Comment[x-test]=xxGenerate filestructure to start a Python applicationxx
Comment[zh_CN]=生成开始开发 Python 应用程序的文件结构
+Comment[zh_TW]=產生檔案建構體來開始一個 Python 應用程式
ShowFilesAfterGeneration=%{APPNAME}.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdev-python-5.3.0/debugger/kdevpdb.json
new/kdev-python-5.3.1/debugger/kdevpdb.json
--- old/kdev-python-5.3.0/debugger/kdevpdb.json 2018-10-25 10:30:41.000000000
+0200
+++ new/kdev-python-5.3.1/debugger/kdevpdb.json 2018-12-06 10:52:07.000000000
+0100
@@ -26,7 +26,8 @@
"Name[tr]": "Sven Brauch",
"Name[uk]": "Sven Brauch",
"Name[x-test]": "xxSven Brauchxx",
- "Name[zh_CN]": "Sven Brauch"
+ "Name[zh_CN]": "Sven Brauch",
+ "Name[zh_TW]": "Sven Brauch"
}
],
"Category": "Debugging",
@@ -53,6 +54,7 @@
"Description[uk]": "Цей додаток є графічною оболонкою до PDB",
"Description[x-test]": "xxThis plugin provides a frontend for PDBxx",
"Description[zh_CN]": "插件提供了 PDB 前端",
+ "Description[zh_TW]": "此外掛程式提供了 PDB 的前端",
"Icon": "text-x-python",
"Id": "kdevpdb",
"License": "GPL",
@@ -61,6 +63,7 @@
"Name[ca]": "Implementació del depurador de Python (PDB)",
"Name[cs]": "Podpora ladění pro Python (PDB)",
"Name[de]": "Unterstützung für Python Debugger (PDB)",
+ "Name[en_GB]": "Python Debugger (PDB) support",
"Name[es]": "Implementación del depurador Python (PDB)",
"Name[fr]": "Prise en charge du débogueur Python (pdb)",
"Name[it]": "Supporto al debugger di Python (PDB)",
@@ -73,6 +76,7 @@
"Name[uk]": "Підтримка засобу діагностики Python (PDB)",
"Name[x-test]": "xxPython Debugger (PDB) supportxx",
"Name[zh_CN]": "Python 调试器 (PDB) 支持",
+ "Name[zh_TW]": "Python 偵錯器 (PDB) 支援",
"ServiceTypes": [
"KDevelop/Plugin"
]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kdev-python-5.3.0/documentation_files/builtindocumentation.py
new/kdev-python-5.3.1/documentation_files/builtindocumentation.py
--- old/kdev-python-5.3.0/documentation_files/builtindocumentation.py
2018-10-25 10:30:41.000000000 +0200
+++ new/kdev-python-5.3.1/documentation_files/builtindocumentation.py
2018-12-06 10:52:07.000000000 +0100
@@ -528,12 +528,6 @@
def eval(expression, glob = None, loc = None):
"""The expression argument is parsed and evaluated as a Python expression
(technically speaking, a condition list) using the globals and locals
dictionaries as global and local namespace."""
return None
-def execfile(filename, glob = None, loc = None):
- """This function is similar to the exec statement, but parses a file
instead of a string. It is different from the import statement in that it does
not use the module administration — it reads the file unconditionally and does
not create a new module. """
- return None
-def file(filename, mode = None, bufsize = None):
- """Constructor function for the file type, described further in section
File Objects."""
- return _io_TextIOWrapper()
def filter(function, iterable):
"""Construct a list from those elements of iterable for which function
returns true. iterable may be either a sequence, a container which supports
iteration, or an iterator. If iterable is a string or a tuple, the result also
has that type; otherwise it is always a list. If function is None, the identity
function is assumed, that is, all elements of iterable that are false are
removed."""
return []
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdev-python-5.3.0/kdevpythonsupport.json
new/kdev-python-5.3.1/kdevpythonsupport.json
--- old/kdev-python-5.3.0/kdevpythonsupport.json 2018-10-25
10:30:41.000000000 +0200
+++ new/kdev-python-5.3.1/kdevpythonsupport.json 2018-12-06
10:52:07.000000000 +0100
@@ -26,7 +26,8 @@
"Name[tr]": "Sven Brauch",
"Name[uk]": "Sven Brauch",
"Name[x-test]": "xxSven Brauchxx",
- "Name[zh_CN]": "Sven Brauch"
+ "Name[zh_CN]": "Sven Brauch",
+ "Name[zh_TW]": "Sven Brauch"
}
],
"Category": "Language Support",
@@ -54,6 +55,7 @@
"Description[uk]": "Підтримка мови програмування Python",
"Description[x-test]": "xxPython Language Supportxx",
"Description[zh_CN]": "Python 语言支持",
+ "Description[zh_TW]": "Python 語言支援",
"Icon": "text-x-python",
"Id": "kdevpythonsupport",
"Name": "Python Support",
@@ -80,6 +82,7 @@
"Name[uk]": "Підтримка Python",
"Name[x-test]": "xxPython Supportxx",
"Name[zh_CN]": "Python 支持",
+ "Name[zh_TW]": "Python 支援",
"ServiceTypes": [
"KDevelop/Plugin"
]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdev-python-5.3.0/org.kde.kdev-python.metainfo.xml
new/kdev-python-5.3.1/org.kde.kdev-python.metainfo.xml
--- old/kdev-python-5.3.0/org.kde.kdev-python.metainfo.xml 2018-10-25
10:30:41.000000000 +0200
+++ new/kdev-python-5.3.1/org.kde.kdev-python.metainfo.xml 2018-12-06
10:52:07.000000000 +0100
@@ -20,6 +20,7 @@
<name xml:lang="sv">KDevelop Python-stöd</name>
<name xml:lang="uk">Підтримка Python у KDevelop</name>
<name xml:lang="x-test">xxKDevelop Python Supportxx</name>
+ <name xml:lang="zh-TW">KDevelop Python 支援</name>
<summary>Python language support for KDevelop</summary>
<summary xml:lang="ca">Implementació del llenguatge Python al
KDevelop</summary>
<summary xml:lang="ca-valencia">Implementació del llenguatge Python al
KDevelop</summary>
@@ -40,6 +41,7 @@
<summary xml:lang="uk">Підтримка мови Python у KDevelop</summary>
<summary xml:lang="x-test">xxPython language support for KDevelopxx</summary>
<summary xml:lang="zh-CN">KDevelop 的 Python 语言支持</summary>
+ <summary xml:lang="zh-TW">KDevelop 的 Python 語言支援</summary>
<developer_name>Sven Brauch <[email protected]></developer_name>
<developer_name xml:lang="ca">Sven Brauch
<[email protected]></developer_name>
<developer_name xml:lang="ca-valencia">Sven Brauch
<[email protected]></developer_name>
@@ -61,6 +63,7 @@
<developer_name xml:lang="uk">Sven Brauch
<[email protected]></developer_name>
<developer_name xml:lang="x-test">xxSven Brauch
<[email protected]>xx</developer_name>
<developer_name xml:lang="zh-CN">Sven Brauch
<[email protected]></developer_name>
+ <developer_name xml:lang="zh-TW">Sven Brauch
<[email protected]></developer_name>
<project_license>GPL-2.0+</project_license>
<metadata_license>CC0-1.0</metadata_license>
<url type="homepage">https://kdevelop.org</url>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdev-python-5.3.0/po/ca@valencia/kdevpython.po
new/kdev-python-5.3.1/po/ca@valencia/kdevpython.po
--- old/kdev-python-5.3.0/po/ca@valencia/kdevpython.po 2018-10-25
10:30:52.000000000 +0200
+++ new/kdev-python-5.3.1/po/ca@valencia/kdevpython.po 2018-12-06
10:52:19.000000000 +0100
@@ -215,7 +215,7 @@
#: debugger/debugsession.cpp:177
#, kde-format
msgid "You can now inspect the status of the program after it exited."
-msgstr "Ara podeu inspeccionar l'estat del programa després que finalitzi."
+msgstr "Ara podeu inspeccionar l'estat del programa després que finalitze."
#: debugger/debugsession.cpp:178
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdev-python-5.3.0/po/zh_CN/kdevpython.po
new/kdev-python-5.3.1/po/zh_CN/kdevpython.po
--- old/kdev-python-5.3.0/po/zh_CN/kdevpython.po 2018-10-25
10:31:03.000000000 +0200
+++ new/kdev-python-5.3.1/po/zh_CN/kdevpython.po 2018-12-06
10:52:32.000000000 +0100
@@ -7,7 +7,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2018-10-10 07:41+0200\n"
-"PO-Revision-Date: 2018-10-09 18:49\n"
+"PO-Revision-Date: 2018-11-12 09:25\n"
"Last-Translator: guoyunhe <[email protected]>\n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
@@ -23,12 +23,12 @@
#, kde-format
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
-msgstr "KDE 中国"
+msgstr "KDE 中国,Guo Yunhe"
#, kde-format
msgctxt "EMAIL OF TRANSLATORS"
msgid "Your emails"
-msgstr "[email protected]"
+msgstr "[email protected],[email protected]"
#: codecompletion/context.cpp:127
#, kde-format
@@ -53,12 +53,12 @@
#: codecompletion/context.cpp:396
#, kde-format
msgid "Insert next positional variable"
-msgstr ""
+msgstr "插入下一个位置变量"
#: codecompletion/context.cpp:401
#, kde-format
msgid "Insert named variable"
-msgstr ""
+msgstr "插入命名变量"
#: codecompletion/context.cpp:437
#, kde-format
@@ -73,57 +73,57 @@
#: codecompletion/context.cpp:446
#, kde-format
msgid "Format as left-aligned"
-msgstr ""
+msgstr "左对齐格式化"
#: codecompletion/context.cpp:447
#, kde-format
msgid "Format as right-aligned"
-msgstr ""
+msgstr "右对齐格式化"
#: codecompletion/context.cpp:448
#, kde-format
msgid "Format as centered"
-msgstr ""
+msgstr "居中对其格式化"
#: codecompletion/context.cpp:452
#, kde-format
msgid "Specify precision"
-msgstr ""
+msgstr "指定精度"
#: codecompletion/context.cpp:453
#, kde-format
msgid "Format as percentage"
-msgstr ""
+msgstr "格式化为百分数"
#: codecompletion/context.cpp:454
#, kde-format
msgid "Format as character"
-msgstr ""
+msgstr "格式化为字符"
#: codecompletion/context.cpp:455
#, kde-format
msgid "Format as binary number"
-msgstr ""
+msgstr "格式化为二进制数"
#: codecompletion/context.cpp:456
#, kde-format
msgid "Format as octal number"
-msgstr ""
+msgstr "格式化为八进制数"
#: codecompletion/context.cpp:457
#, kde-format
msgid "Format as hexadecimal number"
-msgstr ""
+msgstr "格式化为十六进制数"
#: codecompletion/context.cpp:458
#, kde-format
msgid "Format in scientific (exponent) notation"
-msgstr ""
+msgstr "格式化为科学 (指数) 符号"
#: codecompletion/context.cpp:459
#, kde-format
msgid "Format as fixed point number"
-msgstr ""
+msgstr "格式化为定点数"
#: codecompletion/context.cpp:517
#, kde-format
@@ -144,7 +144,7 @@
#: codegen/correctionfilegenerator.cpp:72
#, kde-format
msgid "Specify type for \"%1\"..."
-msgstr ""
+msgstr "为“%1”指定类型..."
#: codegen/correctionfilegenerator.cpp:122
#, kde-format
@@ -159,13 +159,13 @@
#: codegen/correctionfilegenerator.cpp:161
#, kde-format
msgid "Sorry, cannot create hints for files which are not part of a project."
-msgstr ""
+msgstr "抱歉,无法未非工程内文件创建提示。"
#. i18n: ectx: property (windowTitle), widget (QWidget, CorrectionWidget)
#: codegen/correctionwidget.ui:20
#, kde-format
msgid "Specify correct type"
-msgstr ""
+msgstr "指定正确类型"
#. i18n: ectx: property (text), widget (QLabel, givenKindLabel)
#: codegen/correctionwidget.ui:28
@@ -189,13 +189,13 @@
#: codegen/correctionwidget.ui:63
#, kde-format
msgid "Code which evaluates to the type, e.g. int()"
-msgstr ""
+msgstr "将结果转换为此类型的代码,例如 int()"
#. i18n: ectx: property (text), widget (QLabel, importsLabel)
#: codegen/correctionwidget.ui:70
#, kde-format
msgid "Required modules:"
-msgstr ""
+msgstr "需要模块:"
#. i18n: ectx: property (placeholderText), widget (QLineEdit, importsText)
#: codegen/correctionwidget.ui:77
@@ -246,7 +246,7 @@
#: docfilekcm/docfilemanagerwidget.cpp:70
#, kde-format
msgid "Import From Editor"
-msgstr ""
+msgstr "从编辑器导入"
#: docfilekcm/docfilemanagerwidget.cpp:71
#, kde-format
@@ -269,7 +269,7 @@
#: docfilekcm/docfilemanagerwidget.cpp:87
#, kde-format
msgid "Search Paths..."
-msgstr ""
+msgstr "搜索路径..."
#: docfilekcm/docfilemanagerwidget.cpp:118
#, kde-format