From 9e10c13f99d9ba98f2e18e246cfd5b78edc62512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 4 Sep 2024 21:01:06 +0200 Subject: [PATCH] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- python-tinycss2.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-tinycss2.spec b/python-tinycss2.spec index fb65f7f..b7ac1f5 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -7,10 +7,11 @@ Name: python-%{srcname} Version: 1.3.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Low-level CSS parser for Python -License: BSD +# Automatically converted from old format: BSD - review is highly recommended. +License: LicenseRef-Callaway-BSD URL: https://pypi.python.org/pypi/%{srcname}/ Source0: %pypi_source @@ -71,6 +72,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py? %changelog +* Wed Sep 04 2024 Miroslav Suchý - 1.3.0-4 +- convert license to SPDX + * Fri Jul 19 2024 Fedora Release Engineering - 1.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild