Update to 0.65.0

epel9
yizhengxie 3 years ago committed by yizhengxie
parent fb627779a2
commit 79078c86d2

1
.gitignore vendored

@ -1 +1,2 @@
/nu-utils-0.60.0.crate /nu-utils-0.60.0.crate
/nu-utils-0.65.0.crate

@ -1,21 +0,0 @@
MIT License
Copyright (c) 2019 - 2021 The Nushell Project Developers
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

@ -1,10 +1,10 @@
--- nu-utils-0.60.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- nu-utils-0.65.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ nu-utils-0.60.0/Cargo.toml 2022-04-04T21:24:37.691271+00:00 +++ nu-utils-0.65.0/Cargo.toml 2022-07-26T03:12:19.672253+00:00
@@ -20,7 +20,3 @@ @@ -21,7 +21,3 @@
[[bin]]
name = "utils" name = "utils"
path = "src/main.rs" path = "src/main.rs"
-
-[dependencies] -[dependencies]
-
-[target."cfg(windows)".dependencies.crossterm_winapi] -[target."cfg(windows)".dependencies.crossterm_winapi]
-version = "0.9.0" -version = "0.9.0"

@ -4,18 +4,15 @@
%global crate nu-utils %global crate nu-utils
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.60.0 Version: 0.65.0
Release: %autorelease Release: %autorelease
Summary: Nushell utility functions Summary: Nushell utility functions
# Upstream license specification: MIT # Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/nu-utils URL: https://crates.io/crates/nu-utils
Source0: %{crates_source} Source: %{crates_source}
# license text not included yet in most crates # Drop Windows Dependencies
# see https://github.com/nushell/nushell/pull/5094
Source1: https://raw.githubusercontent.com/nushell/nushell/main/LICENSE#/%{crate}-LICENSE
# Drop Windows dependencies
Patch0: nu-utils-fix-metadata.diff Patch0: nu-utils-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -46,7 +43,7 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE %license %{crate_instdir}/LICENSE
%{crate_instdir}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -63,7 +60,6 @@ use the "default" feature of the "%{crate}" crate.
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
cp -p %{SOURCE1} LICENSE
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (nu-utils-0.60.0.crate) = 5ac6ac342cbdf993f1d7d39f45cf18c9f5a81382c6d1d54413b8f9e6301a606f7b808ad4e9861d5eb021a40723910c8bb6ba1118a115f38244adb030ff51cdca SHA512 (nu-utils-0.65.0.crate) = fbcf845252e24a224e5c845fd6401fabaafebbcd628f5a53dda123b33a6029e6089d35ada90f1c3a4aad59b18727a7ec66041e1b4dbff68b88ccd0df64d252b0

Loading…
Cancel
Save