Update to version 0.18.2; Fixes RHBZ#2219709

epel9 imports/e9/rust-rstest_macros-0.18.2-1.el9
Fabio Valentini 1 year ago
parent 4ee2989d8d
commit 02a670b21f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/rstest_macros-0.17.0.crate /rstest_macros-0.17.0.crate
/rstest_macros-0.18.2.crate

@ -1,18 +0,0 @@
Copyright 2018-19 Michele d'Amico
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

@ -1,13 +0,0 @@
Copyright 2018-19 Michele d'Amico
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

@ -1,3 +0,0 @@
# rust-rstest_macros
The rust-rstest_macros package

@ -1,23 +1,18 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 24
# circular dependency on rstest # * tests can only be run in-tree
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate rstest_macros %global crate rstest_macros
Name: rust-rstest_macros Name: rust-rstest_macros
Version: 0.17.0 Version: 0.18.2
Release: %autorelease Release: %autorelease
Summary: Rust fixture based test framework Summary: Rust fixture based test framework
# Upstream license specification: MIT/Apache-2.0
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/rstest_macros URL: https://crates.io/crates/rstest_macros
Source: %{crates_source} Source: %{crates_source}
# License files not currently bundled
# https://github.com/la10736/rstest/pull/196
Source1: https://raw.githubusercontent.com/la10736/rstest/master/LICENCE-MIT
Source2: https://raw.githubusercontent.com/la10736/rstest/master/LICENSE-APACHE
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
@ -68,9 +63,6 @@ use the "async-timeout" feature of the "%{crate}" crate.
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
# License files
cp -p %{SOURCE1} .
cp -p %{SOURCE2} .
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (rstest_macros-0.17.0.crate) = e54b6a165405831f76295f1f816440597e5ceb52fc52e6f3ed085d28e0c4ab6f263b5b6fe1001406dc8daf4ed37c10b3c5cf4f76abf06909eff6212c7f7e2e46 SHA512 (rstest_macros-0.18.2.crate) = 614944fbd51de32b5e7ec1b485c12cd68ed9fae6ef296f9a9811de2495bc27887fa5ff8695c619255ac18da5af2b6ef8a557753d96b4c1ec3d711a9036bc7392

Loading…
Cancel
Save