starship/_service
Dead Mozay fe8f043750 Accepting request 934078 from home:Dead_Mozay
- Update to version 1.0.0:
  * Add starship_precmd_user_func support for PowerShell.
  * style git repo root.
  * Add pulumi module.
  * also read from DOCKER_MACHINE_NAME.
  * docs: Add copy button for code snippets via plugin.
  * explain: allow specifying prompt arguments in explain and
    timings subcommands.
  * fill: add disabled option for fill module.
  * package: Add support for crystal shards.
  * python: Show value of PYENV_VERSION when present.
  * ruby: Add environment variable checks to ruby module.
  * shell: Add style config for shell module.
  * Modules not working in fish RPROMPT.
  * replace battery with starship-battery.
  * pipestatus quoting on Zsh/Bash.
  * allow unset KEYMAP and STARSHIP_DURATION in zsh.
  * ignore scan_dir timeout in tests.
  * init script line endings.
  * only print root level config logs a single time.
  * save pipestatus in fish init functions.
  * configure: preserve formatting and comments.
  * escaping: move escaping to individual variables.
  * fill: Add terminal-width argument to explicitly define
    terminal's width.
  * init: Use stderr for init error message.
  * memory_usage: remove duplicate % handling.
  * status: Don't show status if all exit codes are 0.
  * terraform: Improve module triggers.
  * replace term_size with terminal_size.

OBS-URL: https://build.opensuse.org/request/show/934078
OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=8
2021-11-26 14:32:31 +00:00

23 lines
839 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">v1.0.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>