bump proptest to 0.10 and proptest-derive to 0.2

epel9
Fabio Valentini 4 years ago
parent f586bc5ff8
commit 842ec27ea5
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -0,0 +1,24 @@
--- im-rc-15.0.0/Cargo.toml 2020-05-15T19:00:18+00:00
+++ im-rc-15.0.0/Cargo.toml 2020-09-25T09:43:04.988395+00:00
@@ -37,7 +37,7 @@
version = "2"
[dependencies.proptest]
-version = "0.9"
+version = "0.10"
optional = true
[dependencies.quickcheck]
@@ -74,10 +74,10 @@
version = "0.6"
[dev-dependencies.proptest]
-version = "0.9"
+version = "0.10"
[dev-dependencies.proptest-derive]
-version = "0.1"
+version = "0.2"
[dev-dependencies.rand]
version = "0.7"

@ -1,5 +1,5 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 13
# * metrohash and proptest-derive are not packaged # * metrohash is not packaged
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -7,13 +7,15 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 15.0.0 Version: 15.0.0
Release: 2%{?dist} Release: 3%{?dist}
Summary: Immutable collection datatypes (the fast but not thread safe version) Summary: Immutable collection datatypes (the fast but not thread safe version)
# Upstream license specification: MPL-2.0+ # Upstream license specification: MPL-2.0+
License: MPLv2.0 License: MPLv2.0
URL: https://crates.io/crates/im-rc URL: https://crates.io/crates/im-rc
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
Patch0: im-rc-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -168,6 +170,9 @@ which use "serde" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Sep 25 2020 Fabio Valentini <decathorpe@gmail.com> - 15.0.0-3
- Bump proptest to 0.10 and proptest-derive to 0.2.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 15.0.0-2 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 15.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Loading…
Cancel
Save