Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
@ -1,26 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 9 14:02:20 UTC 2025 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 1.12.1
|
||||
* Fixes compatibility with Python 3.13 in the test suite.
|
||||
* Handles correctly a null value for ropeFolder in the Rope
|
||||
configuration.
|
||||
- Drop pylsp-issues-602-605.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 25 09:59:30 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Add pylsp-issues-602-605.patch
|
||||
* Changed fuzzy jedi completion
|
||||
gh#python-lsp/python-lsp-server#602
|
||||
* Disable DEBUG logging for tests
|
||||
gh#python-lsp/python-lsp-server#605
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 10:52:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- add unpin-autopep8.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 8 16:08:18 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-python-lsp-server
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
|
||||
Name: python-python-lsp-server
|
||||
Version: 1.12.1
|
||||
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
|
||||
Patch1: unpin-autopep8.patch
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools >= 61.2}
|
||||
@ -34,7 +34,7 @@ BuildRequires: python-rpm-macros >= 20210628
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module docstring-to-markdown}
|
||||
BuildRequires: %{python_module PyQt5}
|
||||
BuildRequires: %{python_module autopep8 >= 2.0.4}
|
||||
BuildRequires: %{python_module autopep8 >= 2.0.4 with %python-autopep8 < 2.1.0}
|
||||
BuildRequires: %{python_module flake8 >= 7.1 with %python-flake8 < 8}
|
||||
BuildRequires: %{python_module flaky}
|
||||
BuildRequires: %{python_module importlib_metadata > 4.8.3 if %python-base < 3.10}
|
||||
@ -87,8 +87,8 @@ will be enabled:
|
||||
Summary: The python-lsp-server[all] extra
|
||||
# Note: check flake8 pins as well
|
||||
Requires: python-rope >= 1.2.0
|
||||
Requires: python-autopep8 >= 2.0.4
|
||||
Requires: python-yapf >= 0.33
|
||||
Requires: (python-autopep8 >= 2.0.4 with python-autopep8 < 2.1.0)
|
||||
Requires: (python-flake8 >= 7.1 with python-flake8 < 8)
|
||||
Requires: (python-mccabe >= 0.7.0 with python-mccabe < 0.8.0)
|
||||
Requires: (python-pycodestyle >= 2.12.0 with python-pycodestyle < 2.13.0)
|
||||
|
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
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd90fcabf53066f0a66e4246767e96cd99c13ad16e61b95fd3ab622821ea048c
|
||||
size 115002
|
@ -1,22 +0,0 @@
|
||||
Index: python_lsp_server-1.12.0/pyproject.toml
|
||||
===================================================================
|
||||
--- python_lsp_server-1.12.0.orig/pyproject.toml
|
||||
+++ python_lsp_server-1.12.0/pyproject.toml
|
||||
@@ -27,7 +27,7 @@ Homepage = "https://github.com/python-ls
|
||||
|
||||
[project.optional-dependencies]
|
||||
all = [
|
||||
- "autopep8>=2.0.4,<2.1.0",
|
||||
+ "autopep8>=2.0.4",
|
||||
"flake8>=7.1,<8",
|
||||
"mccabe>=0.7.0,<0.8.0",
|
||||
"pycodestyle>=2.12.0,<2.13.0",
|
||||
@@ -38,7 +38,7 @@ all = [
|
||||
"yapf>=0.33.0",
|
||||
"whatthepatch>=1.0.2,<2.0.0"
|
||||
]
|
||||
-autopep8 = ["autopep8>=2.0.4,<2.1.0"]
|
||||
+autopep8 = ["autopep8>=2.0.4"]
|
||||
flake8 = ["flake8>=7.1,<8"]
|
||||
mccabe = ["mccabe>=0.7.0,<0.8.0"]
|
||||
pycodestyle = ["pycodestyle>=2.12.0,<2.13.0"]
|
Loading…
x
Reference in New Issue
Block a user