From 6ca88239ef7942cb6b493129f015dfb3f88afc08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 4 Sep 2024 19:29:44 +0200 Subject: [PATCH] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- python-Bottleneck.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-Bottleneck.spec b/python-Bottleneck.spec index 9509619..270d444 100644 --- a/python-Bottleneck.spec +++ b/python-Bottleneck.spec @@ -2,10 +2,11 @@ Name: python-%{upname} Version: 1.3.7 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Collection of fast NumPy array functions written in Cython -License: BSD +# Automatically converted from old format: BSD - review is highly recommended. +License: LicenseRef-Callaway-BSD URL: https://pypi.org/project/Bottleneck/ Source0: https://files.pythonhosted.org/packages/source/B/%{upname}/%{upname}-%{version}.tar.gz # https://github.com/pydata/bottleneck/pull/432 @@ -102,6 +103,9 @@ rm -rf %{buildroot}%{python3_sitearch}/.pytest_cache %changelog +* Wed Sep 04 2024 Miroslav Suchý - 1.3.7-8 +- convert license to SPDX + * Fri Jul 19 2024 Fedora Release Engineering - 1.3.7-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild