From 5e55aa378384f97d8b52645eea1dc79b66bb934b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 4 Sep 2024 20:36:21 +0200 Subject: [PATCH] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- python-pytest-benchmark.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-pytest-benchmark.spec b/python-pytest-benchmark.spec index dab4e95..5f6b3e0 100644 --- a/python-pytest-benchmark.spec +++ b/python-pytest-benchmark.spec @@ -2,9 +2,10 @@ Name: python-%{srcname} Version: 4.0.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A py.test fixture for benchmarking code -License: BSD +# Automatically converted from old format: BSD - review is highly recommended. +License: LicenseRef-Callaway-BSD URL: https://pytest-benchmark.readthedocs.io Source: https://github.com/ionelmc/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz BuildArch: noarch @@ -62,6 +63,9 @@ Requires: python3-cpuinfo %{python3_sitelib}/pytest_benchmark-%{version}-py*.egg-info %changelog +* Wed Sep 04 2024 Miroslav Suchý - 4.0.0-9 +- convert license to SPDX + * Fri Jul 19 2024 Fedora Release Engineering - 4.0.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild