Hello community,

here is the log from the commit of package python-python-language-server for 
openSUSE:Factory checked in at 2020-05-29 21:20:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-language-server (Old)
 and      /work/SRC/openSUSE:Factory/.python-python-language-server.new.3606 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-language-server"

Fri May 29 21:20:25 2020 rev:10 rq:810112 version:0.33.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-python-language-server/python-python-language-server.changes
      2020-05-04 22:01:26.994603781 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-language-server.new.3606/python-python-language-server.changes
    2020-05-29 21:35:56.706394122 +0200
@@ -1,0 +2,24 @@
+Thu May 28 14:13:27 UTC 2020 - Benjamin Greiner <[email protected]>
+
+- Update to Version 0.33.0
+  * Add optional class objects to completion list.
+  * Fix completions with one arg.
+  * Remove pycodestyle plugin's dependency on autopep8. 
+
+-------------------------------------------------------------------
+Thu May 14 09:03:38 UTC 2020 - Benjamin Greiner <[email protected]>
+
+- Update to Version 0.32.0 
+  * Increase minimal supported version of flake8 and match 
+    flake8 requirements to PyLS ones.
+  * Add support for renaming with Jedi.
+  * Update Jedi calls for its 0.17 API
+  * Fix flake8 io deadlock.
+  * Follow LSP protocol when workspace folders are changed.
+  * Adapt root workspace uri if folder is changed.
+  * Add option to activate fuzzy completions in Jedi
+- remove pach pyls-pr781-jedi-017.patch merged
+  gh#palantir/python-language-server#781
+- Bump requirements in spec file 
+
+-------------------------------------------------------------------

Old:
----
  pyls-pr781-jedi-017.patch
  python-language-server-0.31.10.tar.gz

New:
----
  python-language-server-0.33.0.tar.gz

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

Other differences:
------------------
++++++ python-python-language-server.spec ++++++
--- /var/tmp/diff_new_pack.Qp1WYm/_old  2020-05-29 21:35:57.190395563 +0200
+++ /var/tmp/diff_new_pack.Qp1WYm/_new  2020-05-29 21:35:57.190395563 +0200
@@ -18,29 +18,23 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without python2
-%if %{without python2}
-  %define skip_python2 1
-%endif
 Name:           python-python-language-server
-Version:        0.31.10
+Version:        0.33.0
 Release:        0
 Summary:        Python Language Server for the Language Server Protocol
 License:        MIT
 URL:            https://github.com/palantir/python-language-server
 Source:         
https://files.pythonhosted.org/packages/source/p/python-language-server/python-language-server-%{version}.tar.gz
-# gh#palantir/python-language-server#781
-Patch0:         pyls-pr781-jedi-017.patch 
 BuildRequires:  %{python_module PyQt5}
 BuildRequires:  %{python_module autopep8}
-BuildRequires:  %{python_module flake8}
-BuildRequires:  %{python_module future >= 0.14.0}
+BuildRequires:  %{python_module flake8 >= 3.8.0}
 BuildRequires:  %{python_module matplotlib}
-BuildRequires:  %{python_module mccabe}
+BuildRequires:  %{python_module mccabe >= 0.6.0}
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module pandas}
-BuildRequires:  %{python_module pycodestyle}
+BuildRequires:  %{python_module pycodestyle >= 2.6.0}
 BuildRequires:  %{python_module pydocstyle >= 2.0.0}
-BuildRequires:  %{python_module pyflakes >= 1.6.0}
+BuildRequires:  %{python_module pyflakes >= 2.2.0}
 BuildRequires:  %{python_module pylint}
 BuildRequires:  %{python_module rope >= 0.10.5}
 BuildRequires:  %{python_module setuptools}
@@ -53,11 +47,11 @@
 Requires:       python-python-jsonrpc-server >= 0.3.2
 Requires:       python-setuptools
 Recommends:     python-autopep8
-Recommends:     python-flake8
-Recommends:     python-mccabe
-Recommends:     python-pycodestyle
+Recommends:     python-flake8 >= 3.8.0
+Recommends:     python-mccabe >= 0.6.0
+Recommends:     python-pycodestyle >= 2.6.0
 Recommends:     python-pydocstyle >= 2.0.0
-Recommends:     python-pyflakes >= 1.6.0
+Recommends:     python-pyflakes >= 2.2.0
 Recommends:     python-pylint
 Recommends:     python-rope >= 0.10.5
 BuildArch:      noarch
@@ -67,6 +61,7 @@
 BuildRequires:  %{python_module pluggy}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module python-jsonrpc-server >= 0.3.2}
+BuildRequires:  %{python_module future >= 0.14.0}
 %if %{with python2}
 BuildRequires:  python2-backports.functools_lru_cache
 BuildRequires:  python2-configparser
@@ -100,7 +95,6 @@
 %autopatch -p1
 # Unpin software that has newer versions on Tumbleweed
 sed -i "s/'ujson<=.*'/'ujson'/" setup.py
-sed -i "s/'\(pyflakes.*\),<.*'/'\1'/" setup.py
 
 %build
 %python_build
@@ -119,19 +113,13 @@
 %check
 # Remove pytest addopts
 rm setup.cfg
-# unclean tear down
-skip_tests="test_missing_message"
-# flake8>=2.2.0 produces E908 instead of empty list
-skip_tests+=" or test_flake8_no_checked_file"
-# pyflakes<2.2.0
-skip_tests+=" or test_flake8_lint"
 %if 0%{?sle_version} == 150100 && 0%{?is_opensuse}
   # Test failure on Leap 15.1 due to different pylint version
-  skip_tests+=" or test_syntax_error_pylint_py"
+  skip_tests+="test_syntax_error_pylint_py"
   # Test failure on Leap 15.1 due to mock hiccup
   skip_tests+=" or test_flake8_config_param"
 %endif
-%pytest  -k "not ( $skip_tests )"
+%pytest ${skip_tests:+-k "not ( $skip_tests )"}
 
 %files %{python_files}
 %doc README.rst

++++++ python-language-server-0.31.10.tar.gz -> 
python-language-server-0.33.0.tar.gz ++++++
++++ 2054 lines of diff (skipped)


Reply via email to