!17 License compliance rectification

From: @wang--ge 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-05-11 01:14:57 +00:00 committed by Gitee
commit c664bb2600
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,9 +2,9 @@
Name: python-markdown Name: python-markdown
Version: 3.3.1 Version: 3.3.1
Release: 4 Release: 5
Summary: A Python implementation of John Grubers Markdown Summary: A Python implementation of John Grubers Markdown
License: BSD License: BSD-3-Clause
URL: https://pypi.org/project/Markdown/ URL: https://pypi.org/project/Markdown/
Source0: https://pypi.python.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz 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 %{_bindir}/markdown_py
%changelog %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 * 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 - Change BuildRequires from python3-nose to python3-nose2 due to python3-nose is abandoned