Accepting request 1160418 from home:Dead_Mozay
- Update to version 1.18.0: * Features: - $gemset variable for Ruby module. - bash: Support right prompt and transience. - bash: use PS0 for preexec hook. - direnv: use JSON status with direnv >= 2.33.0. - os: add new os symbols. - quarto: Add Quarto module. - username: add detect_env_vars as option. * Bug Fixes: - bash: Handle Unbound Variables Errors in Bash. - bash: improve integration with bash-preexec. - character: also handle vi edit mode in pwsh. - direnv: update to work with direnv v2.33. - git_branch: fall back to "HEAD" when there is no current branch. - nu: continuation prompt not being displayed correctly. - status: fix pipestatus width calculation. - zsh: improve starship binary path escaping. OBS-URL: https://build.opensuse.org/request/show/1160418 OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=54
This commit is contained in:
parent
f47b78abfd
commit
87a8cbf00a
4
_service
4
_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">v1.17.1</param>
|
||||
<param name="revision">v1.18.0</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesauthor">dead_mozay@opensuse.org</param>
|
||||
</service>
|
||||
@ -20,7 +20,7 @@
|
||||
<param name="srcdir">starship</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<param name="srcdir">starship</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e621462f2c91cb22a4f041a20efee371bc9e542e3d7a86c3857a2f3c7aab59d6
|
||||
size 17705485
|
3
starship-1.18.0.obscpio
Normal file
3
starship-1.18.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c8209aedd4297c35552f265c7e7642f28e55f59acb1828b8fd4b9448af1e8eb
|
||||
size 17380877
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 21 16:00:15 UTC 2024 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
- Update to version 1.18.0:
|
||||
* Features:
|
||||
- $gemset variable for Ruby module.
|
||||
- bash: Support right prompt and transience.
|
||||
- bash: use PS0 for preexec hook.
|
||||
- direnv: use JSON status with direnv >= 2.33.0.
|
||||
- os: add new os symbols.
|
||||
- quarto: Add Quarto module.
|
||||
- username: add detect_env_vars as option.
|
||||
* Bug Fixes:
|
||||
- bash: Handle Unbound Variables Errors in Bash.
|
||||
- bash: improve integration with bash-preexec.
|
||||
- character: also handle vi edit mode in pwsh.
|
||||
- direnv: update to work with direnv v2.33.
|
||||
- git_branch: fall back to "HEAD" when there is no current
|
||||
branch.
|
||||
- nu: continuation prompt not being displayed correctly.
|
||||
- status: fix pipestatus width calculation.
|
||||
- zsh: improve starship binary path escaping.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 6 10:54:34 UTC 2024 - Pablo Herranz Ramírez <pablo.herranz@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: starship
|
||||
version: 1.17.1
|
||||
mtime: 1704220173
|
||||
commit: 1082afce0a27c5459d25998ea137067eb44dadab
|
||||
version: 1.18.0
|
||||
mtime: 1711034085
|
||||
commit: a5108a763822f280785008df38ceb8e90bb9256f
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: starship
|
||||
Version: 1.17.1
|
||||
Version: 1.18.0
|
||||
Release: 0
|
||||
Summary: A customizable prompt for many shells
|
||||
License: ISC
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d77cf32aaffef79600d7e0753496aa8181e7282670c56aab3a0d70d8d582ab6c
|
||||
size 44127486
|
||||
oid sha256:b0d9b2720b728ff3ce901e323140ff4b1ac910802703287f7604df430f3581b7
|
||||
size 44060669
|
||||
|
Loading…
Reference in New Issue
Block a user