From 3bfeac4ff3d850e5b2c02e7150a38822de490b78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 4 Sep 2024 19:29:12 +0200 Subject: [PATCH] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- python-bokeh.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-bokeh.spec b/python-bokeh.spec index ef02264..ef414f0 100644 --- a/python-bokeh.spec +++ b/python-bokeh.spec @@ -13,7 +13,7 @@ and data applications.} Name: python-%{pypi_name} Version: 2.3.0 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Interactive plots and applications in the browser from Python # License breakdown: licensecheck -r . | sed '/UNKNOWN/ d' | sort -t ':' -k 2 @@ -60,7 +60,8 @@ Summary: Interactive plots and applications in the browser from Python # Also see the breakdown in the bundled JS below # and https://github.com/bokeh/bokeh/blob/branch-2.2/bokehjs/LICENSE -License: BSD and ASL 2.0 and MIT and ISC +# Automatically converted from old format: BSD and ASL 2.0 and MIT and ISC - review is highly recommended. +License: LicenseRef-Callaway-BSD AND Apache-2.0 AND LicenseRef-Callaway-MIT AND ISC URL: https://github.com/bokeh/bokeh Source0: %pypi_source # Read package-lock.json and general list of bundled runtime libraries their versions @@ -225,6 +226,9 @@ rm -f %{buildroot}/%{python3_sitelib}/bokeh/server/static/.keep %{python3_sitelib}/%{pypi_name} %changelog +* Wed Sep 04 2024 Miroslav Suchý - 2.3.0-16 +- convert license to SPDX + * Fri Jul 19 2024 Fedora Release Engineering - 2.3.0-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild