Accepting request 997493 from home:Dead_Mozay

- Update to version 0.67.0:
  * We have a new welcome banner.
  * WARNING! Breaking change!
  * Relative paths in scripts are file-relative.
  * Writing SQLite files.
  * Shell integration (Visual Studio Code).
  * The error message when an external command is not found has 
    been improved.
  * Nushell now has a full array of bits and bytes commands for 
    working with binary data.
  * A new hide-env command is added that can hide environmnet 
    variables in the current scope.
  * The overlay add spam command would take all commands and aliases
    from the module and put them directly into the current namespace.
  * You can now change the name of the added overlay using the 
    new as keyword.
- Update to version 0.66.2:
  * Fix for a crash when using ls on an unknown directory.

OBS-URL: https://build.opensuse.org/request/show/997493
OBS-URL: https://build.opensuse.org/package/show/shells/nushell?expand=0&rev=21
This commit is contained in:
2022-08-17 08:09:54 +00:00
committed by Git OBS Bridge
parent 68d28caaaf
commit b93d123520
7 changed files with 37 additions and 11 deletions
+26
View File
@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Aug 17 06:52:00 UTC 2022 - Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.67.0:
* We have a new welcome banner.
* WARNING! Breaking change!
* Relative paths in scripts are file-relative.
* Writing SQLite files.
* Shell integration (Visual Studio Code).
* The error message when an external command is not found has
been improved.
* Nushell now has a full array of bits and bytes commands for
working with binary data.
* A new hide-env command is added that can hide environmnet
variables in the current scope.
* The overlay add spam command would take all commands and aliases
from the module and put them directly into the current namespace.
* You can now change the name of the added overlay using the
new as keyword.
-------------------------------------------------------------------
Fri Jul 29 03:10:33 UTC 2022 - Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.66.2:
* Fix for a crash when using ls on an unknown directory.
-------------------------------------------------------------------
Thu Jul 28 03:15:19 UTC 2022 - Dead Mozay <dead_mozay@opensuse.org>
+2 -2
View File
@@ -17,7 +17,7 @@
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
Name: nushell
Version: 0.66.1
Version: 0.67.0
Release: 0
Summary: A new type of shell
License: MIT
@@ -44,7 +44,7 @@ RUSTFLAGS=%{rustflags} cargo build --release --features=extra
%install
RUSTFLAGS=%{rustflags} cargo install --root=%{buildroot}%{_prefix} --path . --features=extra
install -d %{buildroot}/%{_datadir}/%{name}
cp -r docs/sample_config %{buildroot}/%{_datadir}/%{name}
cp -r crates/nu-utils/src/sample_config %{buildroot}/%{_datadir}/%{name}
strip --strip-all %{buildroot}%{_bindir}/*
# remove residue crate file
rm %{buildroot}%{_prefix}/.crates.toml
+1 -1
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">0.66.1</param>
<param name="revision">0.67.0</param>
<param name="changesgenerate">disable</param>
<param name="changesauthor">dead_mozay@opensuse.org</param>
</service>
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3ee26fe8b350ca8d611881752782faec74a12cb645b5074d8f887c200bd9e86
size 7209997
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:52aef05515fd2423f344aa462bcc51521ce6b12a7f43f135ab43990fd7c94cd7
size 7368717
+3 -3
View File
@@ -1,4 +1,4 @@
name: nushell
version: 0.66.1
mtime: 1658956612
commit: 370639d7d7d3a4c2a57b0757f56c0f8a64241d0b
version: 0.67.0
mtime: 1660672067
commit: 33674d3a98dd7510a4e4784c079dfdaecfd2e0d6
+2 -2
View File
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59d1a9f04e5c21322d563cd338e85f0ed47dcc3a6033a3bae53e17200726cc1f
size 51869712
oid sha256:0dc34fabac3e9e78be0d682cd3e99ff270bfb645cd058614d95a5f962c30dcd1
size 52322216