diff --git a/python-language-server.spec b/python-language-server.spec index bbdb62d..78515d0 100644 --- a/python-language-server.spec +++ b/python-language-server.spec @@ -8,7 +8,7 @@ A Python implementation of the Language Server Protocol. Name: %{pypi_name} Version: 0.31.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python Language Server for the Language Server Protocol License: MIT @@ -18,7 +18,6 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(autopep8) -BuildRequires: python3dist(configparser) BuildRequires: python3dist(coverage) BuildRequires: python3dist(flake8) BuildRequires: python3dist(jedi) @@ -87,6 +86,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-3 -v -k 'not ( test_missing_mes %{python3_sitelib}/python_language_server-%{version}-py%{python3_version}.egg-info %changelog +* Sun May 03 2020 Mukundan Ragavan - 0.31.10-3 +- Drop BR on configparser (python2 only) + * Mon Apr 27 2020 Mukundan Ragavan - 0.31.10-2 - Enable tests - Disable incompatible tests