Accepting request 1197468 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1197468 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-lsp-server?expand=0&rev=35
This commit is contained in:
commit
b337e9997d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89edd6fb3f7852e4bf5a3d1d95ea41484d1a28fa94b6e3cbff12b9db123b8e86
|
||||
size 113347
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 29 13:42:06 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 1.12.0
|
||||
* Add support for window/logMessage.
|
||||
* Add version support to workspace/publishDiagnostics.
|
||||
* Add extendSelect option to flake8 plugin.
|
||||
* Allow Jedi's extra_paths to be placed in front of sys.path.
|
||||
* Bump flake8 to 7.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 11 10:39:17 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -19,12 +19,12 @@
|
||||
%{?sle15_python_module_pythons}
|
||||
|
||||
Name: python-python-lsp-server
|
||||
Version: 1.11.0
|
||||
Version: 1.12.0
|
||||
Release: 0
|
||||
Summary: Python Language Server for the Language Server Protocol
|
||||
License: MIT
|
||||
URL: https://github.com/python-lsp/python-lsp-server
|
||||
Source: https://files.pythonhosted.org/packages/source/p/python-lsp-server/python-lsp-server-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/p/python-lsp-server/python_lsp_server-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools >= 61.2}
|
||||
@ -104,10 +104,9 @@ will be enabled:
|
||||
- YAPF for code formatting (preferred over autopep8)
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n python-lsp-server-%{version}
|
||||
%autosetup -p1 -n python_lsp_server-%{version}
|
||||
# Remove pytest addopts
|
||||
sed -i '/addopts/d' pyproject.toml
|
||||
sed -i 's/"pycodestyle>=2.11.0,<2.12.0",/"pycodestyle>=2.12.0,<2.13.0",/' pyproject.toml
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
3
python_lsp_server-1.12.0.tar.gz
Normal file
3
python_lsp_server-1.12.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6a336f128da03bd9bac1e61c3acca6e84242b8b31055a1ccf49d83df9dc053b
|
||||
size 114328
|
Loading…
Reference in New Issue
Block a user