Move to SPDX license format

Resolves: RHEL-54731
This commit is contained in:
Tomas Popela 2024-08-19 13:59:38 +02:00
parent 963183bf2e
commit 9137ddcd7a

View File

@ -3,9 +3,9 @@
Name: python-%{pkgname}
Version: 3.5.1
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Markdown implementation in Python
License: BSD
License: BSD-3-Clause
URL: https://python-markdown.github.io/
Source0: %{pypi_source}
BuildArch: noarch
@ -64,6 +64,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
%changelog
* Mon Aug 19 2024 Tomas Popela <tpopela@redhat.com> - 3.5.1-5
- Move to SDPX license format
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.5.1-4
- Bump release for June 2024 mass rebuild