Accepting request 1043596 from home:uncomfyhalomacro:branches:shells
- Update to version 1.12.0: * Features: - add Haxe support - Add operating system module - aws: add a fallback for expiration key - azure: add username to azure module config - bug-report: ask for confirmation before opening issue - directory: add before_repo_root_style - git_commit: support showing lightweight tags - guix_shell: Initial implementation - init: Use which-rs to resolve starship path - localip: use reserved remote address - nu: enable right prompt - Open Policy Agent module - package: added showing gradle version based on the gradle.properties file - preset: Add No Empty Icons preset - preset: Add no-nerd-font preset - release: add chocolatey publishing * Bug Fixes: - aws: enable when using .aws/credentials - buf: broken icon on windows 10 - ci: cache after selecting the toolchain - config: unrecognized config properties don't cause config error - container: avoid detecting WSL as a systemd-container - don't attempt to display cmd_duration notification if in TTY - git: check tag_disabled option - java: Improved regex for Java version - nu: remove -c parameter from term size - pwsh: fix error log display on older versions of pwsh - status: replace multiply with cross mark emoji OBS-URL: https://build.opensuse.org/request/show/1043596 OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=38
This commit is contained in:
parent
7093c82abe
commit
9eb0bf9724
6
_service
6
_service
@ -6,20 +6,20 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="version">git-master</param>
|
<param name="version">git-master</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="revision">v1.11.0</param>
|
<param name="revision">v1.12.0</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="changesauthor">dead_mozay@opensuse.org</param>
|
<param name="changesauthor">dead_mozay@opensuse.org</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="set_version"/>
|
<service mode="disabled" name="set_version"/>
|
||||||
<service name="tar" mode="buildtime"/>
|
<service name="tar" mode="buildtime"/>
|
||||||
<service name="recompress" mode="buildtime">
|
<service name="recompress" mode="buildtime">
|
||||||
<param name="compression">gz</param>
|
<param name="compression">xz</param>
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="cargo_vendor" mode="disabled">
|
<service name="cargo_vendor" mode="disabled">
|
||||||
<param name="srcdir">starship</param>
|
<param name="srcdir">starship</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="cargo_audit" mode="disabled">
|
<service name="cargo_audit" mode="disabled">
|
||||||
<param name="srcdir">starship</param>
|
<param name="srcdir">starship</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:07ca5fa4dcd6b29189e0893b81a182463d4506cfe5f220452c5989888189d308
|
|
||||||
size 14880781
|
|
3
starship-1.12.0.obscpio
Normal file
3
starship-1.12.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1c2461e5e80438b432f107831f3e33ec266e7089425d7c6dfa3ac0218822cee2
|
||||||
|
size 16240141
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 18 09:54:36 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.12.0:
|
||||||
|
* Features:
|
||||||
|
- add Haxe support
|
||||||
|
- Add operating system module
|
||||||
|
- aws: add a fallback for expiration key
|
||||||
|
- azure: add username to azure module config
|
||||||
|
- bug-report: ask for confirmation before opening issue
|
||||||
|
- directory: add before_repo_root_style
|
||||||
|
- git_commit: support showing lightweight tags
|
||||||
|
- guix_shell: Initial implementation
|
||||||
|
- init: Use which-rs to resolve starship path
|
||||||
|
- localip: use reserved remote address
|
||||||
|
- nu: enable right prompt
|
||||||
|
- Open Policy Agent module
|
||||||
|
- package: added showing gradle version based on the gradle.properties file
|
||||||
|
- preset: Add No Empty Icons preset
|
||||||
|
- preset: Add no-nerd-font preset
|
||||||
|
- release: add chocolatey publishing
|
||||||
|
* Bug Fixes:
|
||||||
|
- aws: enable when using .aws/credentials
|
||||||
|
- buf: broken icon on windows 10
|
||||||
|
- ci: cache after selecting the toolchain
|
||||||
|
- config: unrecognized config properties don't cause config error
|
||||||
|
- container: avoid detecting WSL as a systemd-container
|
||||||
|
- don't attempt to display cmd_duration notification if in TTY
|
||||||
|
- git: check tag_disabled option
|
||||||
|
- java: Improved regex for Java version
|
||||||
|
- nu: remove -c parameter from term size
|
||||||
|
- pwsh: fix error log display on older versions of pwsh
|
||||||
|
- status: replace multiply with cross mark emoji
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 16 10:44:58 UTC 2022 - Dead Mozay <dead_mozay@opensuse.org>
|
Sun Oct 16 10:44:58 UTC 2022 - Dead Mozay <dead_mozay@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: starship
|
name: starship
|
||||||
version: 1.11.0
|
version: 1.12.0
|
||||||
mtime: 1665798028
|
mtime: 1670947295
|
||||||
commit: dfc9cf6861c00cd331370f5bdc72eb1db8eba356
|
commit: 4316eeb57fc998aec6dd0c62202bd9a312ce73df
|
||||||
|
@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: starship
|
Name: starship
|
||||||
Version: 1.11.0
|
Version: 1.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A customizable prompt for many shells
|
Summary: A customizable prompt for many shells
|
||||||
License: ISC
|
License: ISC
|
||||||
URL: https://starship.rs/
|
URL: https://starship.rs/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
Source1: vendor.tar.xz
|
Source1: vendor.tar.xz
|
||||||
Source2: cargo_config
|
Source2: cargo_config
|
||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:5bab8c9be68dd6c1352177ef3adf3719b71acb068ca2109e2d68c6f994281683
|
oid sha256:b65771e02e931cbcb273afb5591e284b5d9d005ec775d79574daf29b1f4c9abc
|
||||||
size 51886864
|
size 50583528
|
||||||
|
Loading…
Reference in New Issue
Block a user