Update to version 0.3.30; Fixes RHBZ#2246395

epel9 imports/e9/rust-futures-task-0.3.30-1.el9
Fabio Valentini 1 year ago
parent cd6d283fbc
commit 5b13fdf764
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -22,3 +22,4 @@
/futures-task-0.3.26.crate
/futures-task-0.3.27.crate
/futures-task-0.3.28.crate
/futures-task-0.3.30.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
# * tests can only be run in-tree
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate futures-task
Name: rust-futures-task
Version: 0.3.28
Version: 0.3.30
Release: %autorelease
Summary: Tools for working with tasks
@ -14,7 +14,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/futures-task
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Tools for working with tasks.}
@ -97,7 +97,7 @@ use the "unstable" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -0,0 +1,4 @@
[tests]
run = ["none"]
comments = ["tests can only be run in-tree"]

@ -1 +1 @@
SHA512 (futures-task-0.3.28.crate) = 198f3efa51b1a8492a4151a6e4ef6e7abd09f2f537f5ffc2b8f2cf739718fb9714718226ee1cde7a58d41a2e623445ae64013f02e7f00489320c06292465fa82
SHA512 (futures-task-0.3.30.crate) = c190fa0acf7ff15fa67fe172911cfae803b2a8c08168570a5518a40767d08134f147259a413ab25c45cac5dbf2f601a9753c77ab0eb2c180cad2fe48cfe3867d

Loading…
Cancel
Save