Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-python-lsp-server for 
openSUSE:Factory checked in at 2021-10-04 18:40:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-lsp-server (Old)
 and      /work/SRC/openSUSE:Factory/.python-python-lsp-server.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-lsp-server"

Mon Oct  4 18:40:25 2021 rev:4 rq:922895 version:1.2.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-python-lsp-server/python-python-lsp-server.changes
        2021-09-02 23:20:44.180585013 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-lsp-server.new.2443/python-python-lsp-server.changes
      2021-10-04 18:42:15.070280347 +0200
@@ -1,0 +2,5 @@
+Sun Oct  3 18:50:53 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Unpin pylint gh#python-lsp/python-lsp-server#94
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-python-lsp-server.spec ++++++
--- /var/tmp/diff_new_pack.tOnXtL/_old  2021-10-04 18:42:15.594281199 +0200
+++ /var/tmp/diff_new_pack.tOnXtL/_new  2021-10-04 18:42:15.598281205 +0200
@@ -38,7 +38,7 @@
 BuildRequires:  %{python_module pycodestyle >= 2.7.0}
 BuildRequires:  %{python_module pydocstyle >= 2.0.0}
 BuildRequires:  %{python_module pyflakes >= 2.3.0}
-BuildRequires:  %{python_module pylint >= 2.5.0 with %python-pylint < 2.10}
+BuildRequires:  %{python_module pylint >= 2.5.0}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module python-lsp-jsonrpc >= 1.0.0}
 BuildRequires:  %{python_module rope >= 0.10.5}
@@ -60,10 +60,9 @@
 Suggests:       python-pycodestyle >= 2.7.0
 Suggests:       python-pydocstyle >= 2.0.0
 Suggests:       python-pyflakes >= 2.3.0
-Suggests:       (python-pylint >= 2.5.0 with python-pylint < 2.10)
+Suggests:       python-pylint >= 2.5.0
 Suggests:       python-rope >= 0.10.5
 Suggests:       python-yapf
-Conflicts:      python-pylint >= 2.10
 BuildArch:      noarch
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
@@ -88,6 +87,9 @@
 
 %prep
 %setup -q -n python-lsp-server-%{version}
+# the only relevant changes from 
https://github.com/python-lsp/python-lsp-server/pull/94
+sed -i 's/pylint>=2.5.0,<2.10.0/pylint>=2.5.0/' setup.cfg
+sed -i "s/open(document.path, 'w')/open(document.path, 'w', 
encoding='utf-8')/" test/plugins/test_pylint_lint.py
 
 %build
 %python_build

Reply via email to