Update to 0.74.0

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9
Michel Alexandre Salim 2 years ago
parent b4dcb994db
commit 880f573dba
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

1
.gitignore vendored

@ -1,2 +1,3 @@
/nu-path-0.61.0.crate
/nu-path-0.65.0.crate
/nu-path-0.74.0.crate

@ -0,0 +1,8 @@
--- nu-path-0.74.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ nu-path-0.74.0/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -25,5 +25,3 @@
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.pwd]
version = "1.3.1"
-[target."cfg(windows)".dependencies.omnipath]
-version = "0.1.1"

@ -1,20 +1,19 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate nu-path
Name: rust-%{crate}
Version: 0.65.0
Name: rust-nu-path
Version: 0.74.0
Release: %autorelease
Summary: Path handling library for Nushell
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/nu-path
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
# Automatically generated patch to strip foreign dependencies
Patch: nu-path-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 21

@ -1 +1 @@
SHA512 (nu-path-0.65.0.crate) = 914a4183d3e556cd07f6b1c2dc87afee5ca697aee9a87000ee0db0c0152caa5e4a3b20929e85565f018499b70ae429db58ca88de9e2cc74f7eea0219ff1bb952
SHA512 (nu-path-0.74.0.crate) = 3880678eebfb23a5e48593110f92670c79d06a2b1d3e8d9876153fe6136656166c890c8d4d5b60bd313b3cc528db530aeaf9b98a82aac7155af08d97d26f81da

Loading…
Cancel
Save