Update to 0.75.0

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

1
.gitignore vendored

@ -1 +1,2 @@
/nu-test-support-0.74.0.crate
/nu-test-support-0.75.0.crate

@ -1,8 +0,0 @@
--- a/tests/get_system_locale.rs
+++ b/tests/get_system_locale.rs
@@ -1,3 +1,5 @@
+#![cfg(debug_assertions)]
+
use nu_test_support::locale_override::with_locale_override;
use nu_utils::get_system_locale;
use num_format::Grouping;

@ -5,16 +5,13 @@
%global crate nu-test-support
Name: rust-nu-test-support
Version: 0.74.0
Version: 0.75.0
Release: %autorelease
Summary: Support for writing Nushell tests
License: MIT
URL: https://crates.io/crates/nu-test-support
Source: %{crates_source}
# fix for test code not gated identically to the implementation
# https://github.com/nushell/nushell/pull/7824
Patch: nu-test-support-test-gating.diff
BuildRequires: rust-packaging >= 21

@ -1 +1 @@
SHA512 (nu-test-support-0.74.0.crate) = 28ac2934215bcf20f1fd6c4568719ce2e24b956b1e06301036683c3bbf395fdab2c8415aa65f5b01b145343e658fbefef7186bdf9687f67ecd2165d9c71597cb
SHA512 (nu-test-support-0.75.0.crate) = 02f47ac3a735f9f72211176e18d06b919fb106e0240dfa35ba5b4129536dfeb847b45dbe02a249da4ff14fc2752c69c3437c496b5636b24f0a1926e320a7d78d

Loading…
Cancel
Save