Revision 2d0c80c...

Go back to digest for 1st December 2013

Features in KDE Base

Alex Turbov committed changes in [kate] /kate/pate/src:

Implement simple version checker for python plugin's dependencies.
PEP396 declare that module should have a `__version__' attribute
with 3-tuple of integers. Also, some bad modules have it as a string,
which is also handled.

X-Python-Dependencies now may have a version in a parenthesis possible
w/ leading version compare operator ('=' is omitted). The others are:
<, >, !=, <=, >=. Desktop files are fixed for the new style.

File Changes

Added 4 files
  • /kate/pate/src
  •   addons/version_checker.h
  •   addons/test/CMakeLists.txt
  •   addons/test/version_checker_test.cpp
  •   addons/test/version_checker_test.h
Modified 7 files
  • /kate/pate/src
  •   addons/CMakeLists.txt
  •   addons/engine.cpp
  •   addons/engine.h
  •   addons/plugins/katepate_python_autocomplete_jedi.desktop
  •   addons/plugins/python_autocomplete/katepate_python_autocomplete.desktop
  •   addons/plugins/python_console_ipython/katepate_python_console_ipython.desktop
  •   addons/plugins/python_utils/katepate_python_utils.desktop
11 files changed in total