Accepting request 906199 from home:Dead_Mozay
- Update to version 0.56.0: * clippy: fix additional clippy lints in tests. * dotnet: make default format consistent with other module. * git_status: Fix when the worktree != root dir. * init: improve starship path escaping. * nu: use correct session key variable name. * pwsh: replace Get-Error with $error[0]. * rust: support for rust-toolchain.toml. * Add the git_metrics module. * add support for nu shell. * treat empty string as none when formating. * docker_context: Use DOCKER_HOST and DOCKER_CONTEXT enviroment variables. * env_var: allow multiple instances. * Improve custom config OS. * enforce ALL_MODULES ordering in test. * fix name of battery info provider implementation. OBS-URL: https://build.opensuse.org/request/show/906199 OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=6
This commit is contained in:
parent
1b62bfa970
commit
a2069480ba
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.55.0</param>
|
||||
<param name="revision">v0.56.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:d48144478d71c52ae5cd56aa121c9d31d81142a0769eb6e1a435cea97abaf8b9
|
||||
size 222402574
|
3
starship-0.56.0.obscpio
Normal file
3
starship-0.56.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0d9e8e877bde59c608ff2087d8ed14367c1ed116f3e1f07851bff04f5049bce
|
||||
size 222493710
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 14 03:02:04 UTC 2021 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
- Update to version 0.56.0:
|
||||
* clippy: fix additional clippy lints in tests.
|
||||
* dotnet: make default format consistent with other module.
|
||||
* git_status: Fix when the worktree != root dir.
|
||||
* init: improve starship path escaping.
|
||||
* nu: use correct session key variable name.
|
||||
* pwsh: replace Get-Error with $error[0].
|
||||
* rust: support for rust-toolchain.toml.
|
||||
* Add the git_metrics module.
|
||||
* add support for nu shell.
|
||||
* treat empty string as none when formating.
|
||||
* docker_context: Use DOCKER_HOST and DOCKER_CONTEXT enviroment variables.
|
||||
* env_var: allow multiple instances.
|
||||
* Improve custom config OS.
|
||||
* enforce ALL_MODULES ordering in test.
|
||||
* fix name of battery info provider implementation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 21 02:44:58 UTC 2021 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: starship
|
||||
version: 0.55.0
|
||||
mtime: 1624213533
|
||||
commit: 09b12a52dd915d1391e593589f10f718a12e0f8d
|
||||
version: 0.56.0
|
||||
mtime: 1626213586
|
||||
commit: f64cfa6a98a5e83e5f8bb37aa6e7d547c9b23c9c
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
||||
Name: starship
|
||||
Version: 0.55.0
|
||||
Version: 0.56.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:5e41dc3afeecf557b06e1d346b27467663f4f93f7f81fd0ebd49ba3b5afd2274
|
||||
size 16822268
|
||||
oid sha256:9bd4c448174271dc2de53211bf297c652b2b03d2bd36303d573393aeea8cf9cc
|
||||
size 17027540
|
||||
|
Loading…
Reference in New Issue
Block a user