forked from pool/starship
Accepting request 920746 from home:Dead_Mozay
- 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
This commit is contained in:
parent
a2069480ba
commit
bd05736741
2
_service
2
_service
@ -6,7 +6,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="version">git-master</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">v0.56.0</param>
|
||||
<param name="revision">v0.58.0</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesauthor">dead_mozay@opensuse.org</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0d9e8e877bde59c608ff2087d8ed14367c1ed116f3e1f07851bff04f5049bce
|
||||
size 222493710
|
3
starship-0.58.0.obscpio
Normal file
3
starship-0.58.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19cae501d77067a02f31c8f5d7ef86df6504a1d178b994691c631aa423ea7f28
|
||||
size 11539469
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 22 01:44:25 UTC 2021 - Dead Mozay <dead-mozay@opensuse.org>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 26 16:03:03 UTC 2021 - Dead Mozay <dead-mozay@opensuse.org>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 14 03:02:04 UTC 2021 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: starship
|
||||
version: 0.56.0
|
||||
mtime: 1626213586
|
||||
commit: f64cfa6a98a5e83e5f8bb37aa6e7d547c9b23c9c
|
||||
version: 0.58.0
|
||||
mtime: 1632231484
|
||||
commit: 0a60d1e93942d577d5d9c6e0bb3f6bdf5abcf02a
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
||||
Name: starship
|
||||
Version: 0.56.0
|
||||
Version: 0.58.0
|
||||
Release: 0
|
||||
Summary: The minimal, blazing-fast, and infinitely customizable prompt for any shell
|
||||
License: ISC
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9bd4c448174271dc2de53211bf297c652b2b03d2bd36303d573393aeea8cf9cc
|
||||
size 17027540
|
||||
oid sha256:df62148ad467daf47ac7c497b375f09480c9499aa683127e6625fb1d8039fca9
|
||||
size 16854732
|
||||
|
Loading…
Reference in New Issue
Block a user