License compliance rectification

This commit is contained in:
wang--ge 2022-05-10 17:25:02 +08:00
parent 0fd2fde6fc
commit b549b2dcbc

View File

@ -2,9 +2,9 @@
Name: python-markdown
Version: 3.3.1
Release: 4
Release: 5
Summary: A Python implementation of John Grubers Markdown
License: BSD
License: BSD-3-Clause
URL: https://pypi.org/project/Markdown/
Source0: https://pypi.python.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz
@ -47,6 +47,9 @@ find docs -type f -exec sed -i 's/\r//' {} \;
%{_bindir}/markdown_py
%changelog
* Tue May 10 2022 Ge Wang <wangge20@h-partner.com> - 3.3.1-5
- License compliance rectification
* Wed Jan 05 2022 Ge Wang <wangge20@huawei.com> - 3.3.1-4
- Change BuildRequires from python3-nose to python3-nose2 due to python3-nose is abandoned