Accepting request 980138 from home:Dead_Mozay

- Update to version 1.7.1:
  * go: check for go.work file to show Go module in prompt.
  * hostname: add ssh_symbol for ssh connections.
  * package: Extract package version from PEP 621 
    compliant pyproject.toml.
  * rust: Display toolchain names.
  * Do not panic in config if editor not found.
  * module: list option not working.
  * nu: use the most recent starship init.
  * Use git2::Repository::open_ext() instead of discover().

OBS-URL: https://build.opensuse.org/request/show/980138
OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=17
This commit is contained in:
Dead Mozay 2022-05-31 17:18:29 +00:00 committed by Git OBS Bridge
parent a6217d3a00
commit 42ab2b899f
7 changed files with 25 additions and 10 deletions

View File

@ -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.6.3</param>
<param name="revision">v1.7.1</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesauthor">dead_mozay@opensuse.org</param>
</service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8aff30c17c6d5be5b8fe2dc42ad58cf53ade7abfd7de925ad9984e24edd70e3e
size 13521933

3
starship-1.7.1.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7dffded5b88f6a49fa233547ef16306e9d63a201ef99dd6924fe3654d2e00d8f
size 13576717

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed May 25 12:04:42 UTC 2022 - Dead Mozay <dead-mozay@opensuse.org>
- Update to version 1.7.1:
* go: check for go.work file to show Go module in prompt.
* hostname: add ssh_symbol for ssh connections.
* package: Extract package version from PEP 621
compliant pyproject.toml.
* rust: Display toolchain names.
* Do not panic in config if editor not found.
* module: list option not working.
* nu: use the most recent starship init.
* Use git2::Repository::open_ext() instead of discover().
-------------------------------------------------------------------
Wed Apr 27 02:56:44 UTC 2022 - Dead Mozay <dead_mozay@opensuse.org>

View File

@ -1,4 +1,4 @@
name: starship
version: 1.6.3
mtime: 1650999247
commit: 0a9fabe14683cb57d4b395f47600d52544bba692
version: 1.7.1
mtime: 1653432063
commit: b37acce1c7388dbfe4c28f9a4731eeee95e58ad4

View File

@ -17,7 +17,7 @@
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
Name: starship
Version: 1.6.3
Version: 1.7.1
Release: 0
Summary: The minimal, blazing-fast, and infinitely customizable prompt for any shell
License: ISC
@ -41,6 +41,7 @@ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
%prep
%setup -qa1
mkdir -p .cargo
cp %{SOURCE2} .cargo/config
%build

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:febedb5ac0260952f86ae909e0596f0a9a5a69c317fb1d24e3b8c543e05f280c
size 54621739
oid sha256:8182f23ab8b04f98a34a1dfb3072a6bd6bcaee1d1881d4ce974df55b3b55eb0d
size 58717010