Update to version 1.3.0; Fixes RHBZ#2122615

epel9
Fabio Valentini 3 years ago
parent acca700262
commit 8b49a0a0b0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/pretty_assertions-1.1.0.crate /pretty_assertions-1.1.0.crate
/pretty_assertions-1.2.0.crate /pretty_assertions-1.2.0.crate
/pretty_assertions-1.2.1.crate /pretty_assertions-1.2.1.crate
/pretty_assertions-1.3.0.crate

@ -0,0 +1,11 @@
--- pretty_assertions-1.3.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pretty_assertions-1.3.0/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -43,8 +43,3 @@
std = []
unstable = []
-[target."cfg(windows)".dependencies.ctor]
-version = "0.1.9"
-
-[target."cfg(windows)".dependencies.output_vt100]
-version = "0.1.2"

@ -1,11 +0,0 @@
--- pretty_assertions-1.2.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pretty_assertions-1.2.1/Cargo.toml 2022-05-25T14:53:24.020077+00:00
@@ -32,8 +32,3 @@
default = ["std"]
std = []
unstable = []
-[target."cfg(windows)".dependencies.ctor]
-version = "0.1.9"
-
-[target."cfg(windows)".dependencies.output_vt100]
-version = "0.1.2"

@ -1,21 +1,19 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 22
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate pretty_assertions %global crate pretty_assertions
Name: rust-%{crate} Name: rust-pretty_assertions
Version: 1.2.1 Version: 1.3.0
Release: %autorelease Release: %autorelease
Summary: Overwrite assert_eq! and assert_ne! with colorful replacements Summary: Overwrite assert_eq! and assert_ne! with colorful replacements
# Upstream license specification: MIT OR Apache-2.0 License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/pretty_assertions URL: https://crates.io/crates/pretty_assertions
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Automatically generated patch to strip foreign dependencies
# * drop windows-specific dependencies Patch: pretty_assertions-fix-metadata-auto.diff
Patch0: pretty_assertions-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}

@ -1 +1 @@
SHA512 (pretty_assertions-1.2.1.crate) = 6e6cb21bf03f34effe3c38ab9b31d768c7a7c02dfb385efb5c1dade7547a367276c5b00c4eae11aa85d90b6f2dbe5033acdf109200196e225e335e73bf5e0ad4 SHA512 (pretty_assertions-1.3.0.crate) = 40a56ae7287552cb66e1066cfb89b26af621f894036b9a0cd49889ec5b25831d52cc07f9e117d905766701fa71786a45955186849d36e00cbdb5f884763efcd3

Loading…
Cancel
Save