From 78f6d695e1bea7e523c243a60a59d39f1abfb496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 15 Nov 2023 12:45:01 +0100 Subject: [PATCH] Fix the License tag (from MIT to BSD-3-Clause) - The upstream project was relicensed in 0.4.2 See https://github.com/jupyter/testpath/commit/3f52f60188709c50dc9e639bbb5e8eb0be4d6ba3 $ askalono identify testpath-0.6.0/LICENSE License: BSD-3-Clause (original text) Score: 0.972 $ grep License testpath-0.6.0/pyproject.toml "License :: OSI Approved :: BSD License", --- python-testpath.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-testpath.spec b/python-testpath.spec index eed6e7c..7386f87 100644 --- a/python-testpath.spec +++ b/python-testpath.spec @@ -2,10 +2,10 @@ Name: python-testpath Version: 0.6.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Test utilities for code working with files and commands -License: MIT +License: BSD-3-Clause URL: https://github.com/jupyter/testpath Source0: %{pypi_source testpath} @@ -85,6 +85,10 @@ rm -rf html/.{doctrees,buildinfo} %changelog +* Wed Nov 15 2023 Miro HronĨok - 0.6.0-8 +- Fix the License tag (from MIT to BSD-3-Clause) +- The upstream project was relicensed in 0.4.2 + * Fri Jul 21 2023 Fedora Release Engineering - 0.6.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild