Allow rstest 0.23 and rstest_reuse 0.7.0

epel10
Benjamin A. Beasley 3 months ago
parent b589e0ff83
commit cdaac5cbe7

@ -17,6 +17,8 @@ Patch: time-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes # Manually created patch for downstream crate metadata changes
# * remove WASM-specific features # * remove WASM-specific features
# * remove references to tests that are not included in published crates # * remove references to tests that are not included in published crates
# * allow rstest 0.23.0 and rstest_reuse 0.7.0:
# https://github.com/time-rs/time/pull/716
Patch: time-fix-metadata.diff Patch: time-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24

@ -2,5 +2,6 @@
cargo-toml-patch-comments = [ cargo-toml-patch-comments = [
"remove WASM-specific features", "remove WASM-specific features",
"remove references to tests that are not included in published crates", "remove references to tests that are not included in published crates",
"allow rstest 0.23.0 and rstest_reuse 0.7.0: https://github.com/time-rs/time/pull/716",
] ]

@ -1,5 +1,5 @@
--- time-0.3.36/Cargo.toml 1970-01-01T00:00:01+00:00 --- time-0.3.36/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.36/Cargo.toml 2024-04-16T18:10:30.905494+00:00 +++ time-0.3.36/Cargo.toml 2024-11-15T16:49:54.222829+00:00
@@ -175,18 +175,7 @@ @@ -175,18 +175,7 @@
"alloc", "alloc",
"deranged/std", "deranged/std",

@ -1,5 +1,5 @@
--- time-0.3.36/Cargo.toml 1970-01-01T00:00:01+00:00 --- time-0.3.36/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.36/Cargo.toml 2024-04-16T18:11:27.146149+00:00 +++ time-0.3.36/Cargo.toml 2024-11-15T16:51:13.742970+00:00
@@ -53,15 +53,6 @@ @@ -53,15 +53,6 @@
[lib] [lib]
bench = false bench = false
@ -16,6 +16,20 @@
[dependencies.deranged] [dependencies.deranged]
version = "0.3.9" version = "0.3.9"
features = ["powerfmt"] features = ["powerfmt"]
@@ -111,11 +102,11 @@
default-features = false
[dev-dependencies.rstest]
-version = "0.18.2"
+version = ">=0.18.2, <0.24.0"
default-features = false
[dev-dependencies.rstest_reuse]
-version = "0.6.0"
+version = ">=0.6.0, <0.8.0"
[dev-dependencies.serde]
version = "1.0.184"
@@ -175,7 +166,6 @@ @@ -175,7 +166,6 @@
"alloc", "alloc",
"deranged/std", "deranged/std",

Loading…
Cancel
Save