14
0
Files
python-pylsp-rope/_service
Matej Cepl 634720356a - Because of gh#python-rope/pylsp-rope#25 we have to switch to
git checkout again.
- Update to version 0.1.13+git.1710166725.0bcf4d3:
  * Add fallback import for TypeGuard
  * Hardcode executeCommand to use WorkspaceEditWithChanges
  * Blacken
  * Implement rope_changeset_to_workspace_edit(workspace_edit_format) argument
  * Add TypeGuard for distinguishing between WorkspaceEditWithChanges and WorkspaceEditWithDocumentChanges
  * Fix type hints to use List instead of list
  * Remove SimpleWorkspaceEdit, replaced with WorkspaceEditWithChanges
  * Implement convert_workspace_edit_document_changes_to_changes()
  * Refine the type annotation for rope_changeset_to_workspace_edit()

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylsp-rope?expand=0&rev=19
2024-03-11 18:33:59 +00:00

16 lines
563 B
Plaintext

<services>
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/python-rope/pylsp-rope.git</param>
<param name="scm">git</param>
<param name="versionprefix">0.1.13+git</param>
<param name="revision">main</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">mcepl@cepl.eu</param>
</service>
<service mode="manual" name="recompress">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service mode="manual" name="set_version" />
</services>