- Update to version 0.0.1+git.1754294706.19064e2:

* Correct postgresql package name to not install in Fedora container
  * drop packages which no longer exist from installing them
  * Remove Leap 15.5 from the container builds
  * Fix container build for Fedora 41
  * Require at least rpm-ship 0.2.0
  * Add elixir115 to the packages to filter out
  * Ignore more files in the extension
  * Add dummy publisher
  * Add BCI based container
  * Improve expansion of macros like %name, %version in specfiles on Hover
  * Add tests for TEXT_DOCUMENT_HOVER
  * Add a workaround for vscode needing completions without % in certain spec sections
  * [leap container] add a workaround for rpm shim not working correctly
  * [leap container] Use the correct python interpreter for launching the lang server
  * Properly quote $IMAGE variable in LABEL
  * Add documentation for the container mode
  * Add containers for Tumbleweed, Leap, Fedora & CentOS
  * Make sleep timeout in tests configurable via environment variable
  * Update ignore files
  * Lower python version requiremt to ^3.9
  * Add support for an experimental container mode
  * Add missing note that the server downloads spec.md
  * Add documentation how to use the server with eglot
  * Unquote paths in case they contain special characters
  * Make parsing of markdown more robust
  * Use specfile.constants to augment the autocompletion data
  * Unify AutoCompleteDoc.{preamble,dependencies} into tags
  * Don't try to read spec.md from the rpm package if it is not there
  * Add tests for documentation extraction

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rpm-spec-language-server?expand=0&rev=6
This commit is contained in:
2025-08-05 18:09:36 +00:00
committed by Git OBS Bridge
parent 71e1623dd6
commit ff4988c4be
6 changed files with 54 additions and 9 deletions

View File

@@ -8,8 +8,8 @@
<param name="changesauthor">mcepl@cepl.eu</param> <param name="changesauthor">mcepl@cepl.eu</param>
</service> </service>
<service mode="manual" name="set_version"/> <service mode="manual" name="set_version"/>
<service mode="buildtime" name="tar"/> <service mode="manual" name="tar"/>
<service mode="buildtime" name="recompress"> <service mode="manual" name="recompress">
<param name="compression">gz</param> <param name="compression">gz</param>
<param name="file">*.tar</param> <param name="file">*.tar</param>
</service> </service>

View File

@@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/dcermak/rpm-spec-language-server.git</param> <param name="url">https://github.com/dcermak/rpm-spec-language-server.git</param>
<param name="changesrevision">4c775f5b6e79fd657b96f0d2afef3e57f01c7f66</param></service></servicedata> <param name="changesrevision">19064e2ea4b6fc8d0096b7807edc19f6c02d57e7</param></service></servicedata>

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Tue Aug 05 18:06:21 UTC 2025 - mcepl@cepl.eu
- Update to version 0.0.1+git.1754294706.19064e2:
* Correct postgresql package name to not install in Fedora container
* drop packages which no longer exist from installing them
* Remove Leap 15.5 from the container builds
* Fix container build for Fedora 41
* Require at least rpm-ship 0.2.0
* Add elixir115 to the packages to filter out
* Ignore more files in the extension
* Add dummy publisher
* Add BCI based container
* Improve expansion of macros like %name, %version in specfiles on Hover
* Add tests for TEXT_DOCUMENT_HOVER
* Add a workaround for vscode needing completions without % in certain spec sections
* [leap container] add a workaround for rpm shim not working correctly
* [leap container] Use the correct python interpreter for launching the lang server
* Properly quote $IMAGE variable in LABEL
* Add documentation for the container mode
* Add containers for Tumbleweed, Leap, Fedora & CentOS
* Make sleep timeout in tests configurable via environment variable
* Update ignore files
* Lower python version requiremt to ^3.9
* Add support for an experimental container mode
* Add missing note that the server downloads spec.md
* Add documentation how to use the server with eglot
* Unquote paths in case they contain special characters
* Make parsing of markdown more robust
* Use specfile.constants to augment the autocompletion data
* Unify AutoCompleteDoc.{preamble,dependencies} into tags
* Don't try to read spec.md from the rpm package if it is not there
* Add tests for documentation extraction
* Extend documentation, add explicit types & use kw arguments
* Strip out trailing whitespaces in spec.md extraction
* Fetch spec.md from upstream if not in cache or on the system
* Add documentation how to use the server with lsp-mode in Emacs
* Fix codecov upload (git is missing in CI image)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 12 21:58:26 UTC 2024 - mcepl@cepl.eu Mon Feb 12 21:58:26 UTC 2024 - mcepl@cepl.eu

View File

@@ -1,7 +1,10 @@
# #
# spec file for package python-rpm-spec-language-server # spec file for package python-rpm-spec-language-server
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC and contributors
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -24,14 +27,14 @@
%bcond_with libalternatives %bcond_with libalternatives
%endif %endif
Name: python-rpm-spec-language-server Name: python-rpm-spec-language-server
Version: 0.0.1+git.1707722214.4c775f5 Version: 0.0.1+git.1754294706.19064e2
Release: 0 Release: 0
Summary: Language Server for RPM spec files Summary: Language Server for RPM spec files
License: GPL-2.0-or-later License: GPL-2.0-or-later
URL: https://github.com/dcermak/rpm-spec-language-server URL: https://github.com/dcermak/rpm-spec-language-server
# Source: https://files.pythonhosted.org/packages/source/r/rpm-spec-language-server/rpm_spec_language_server-%%{version}.tar.gz # Source: https://files.pythonhosted.org/packages/source/r/rpm-spec-language-server/rpm_spec_language_server-%%{version}.tar.gz
Source: rpm-spec-language-server-%{version}.tar.gz Source: rpm-spec-language-server-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.11} BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core} BuildRequires: %{python_module poetry-core}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ad1b485c0d5a0830239e8ff0452819893f51cb5f085d5a1e42d73685b6dc834
size 107459

View File

@@ -1,4 +1,4 @@
name: rpm-spec-language-server name: rpm-spec-language-server
version: 0.0.1+git.1707722214.4c775f5 version: 0.0.1+git.1754294706.19064e2
mtime: 1707722214 mtime: 1754294706
commit: 4c775f5b6e79fd657b96f0d2afef3e57f01c7f66 commit: 19064e2ea4b6fc8d0096b7807edc19f6c02d57e7