bd05736741
- Update to version 0.58.0: * Add a fill module to pad out the line. * Add support for RPROMPT (right prompt). * cobol: added COBOL module. * git_metrics: Git metrics show only nonzero diffs. * print-config: list expanded $all variable. * config: inherit stdin/stdout/stderr instead of piping to fix editor invocation. * package: Ignore setup.cfg attr: and file:. * print-config: add missing format_right to FullConfig. * zsh: always escape percent character. * zsh init script: avoid adding preexec commands twice. - Update to version 0.57.0: * clippy: fix new clippy lints. * git_status: show working tree status if index status is present. * init: remove quotes in bash init. * jobs: Add the symbol and number thresholds respecting the threshold option. * print-config: fix battery module and add missing modules. * add support for xonsh. * git_status: dont render module output if not in git repository. * git_status: added symbol for local repos up-to-date with remote. * kubernetes: implements regex matching for context aliases. * package: Add ability to format the version. * package: Support package version from setup.cfg (python). * status: Add pipestatus display in status module. OBS-URL: https://build.opensuse.org/request/show/920746 OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=7
23 lines
840 B
XML
23 lines
840 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="filename">starship</param>
|
|
<param name="url">https://github.com/starship/starship.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="version">git-master</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="revision">v0.58.0</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="changesauthor">dead_mozay@opensuse.org</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="cargo_vendor" mode="disabled">
|
|
<param name="srcdir">starship</param>
|
|
</service>
|
|
</services>
|