Upgrade 3.3.7
Signed-off-by: cherry530 <xuping33@huawei.com>
This commit is contained in:
parent
1e3d1b2abd
commit
ea4e025db8
Binary file not shown.
BIN
Markdown-3.3.7.tar.gz
Normal file
BIN
Markdown-3.3.7.tar.gz
Normal file
Binary file not shown.
@ -1,16 +1,16 @@
|
||||
%{!?python3_version: %global python3_version %(%{__python3} -c "import sys; sys.stdout.write(sys.version[:3])")}
|
||||
|
||||
Name: python-markdown
|
||||
Version: 3.3.1
|
||||
Release: 4
|
||||
Version: 3.3.7
|
||||
Release: 1
|
||||
Summary: A Python implementation of John Gruber’s 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
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python3-devel >= 3.1 python3-nose2 python3-pyyaml
|
||||
BuildRequires: python3-devel >= 3.1 python3-nose2 python3-pyyaml python3-importlib_metadata
|
||||
|
||||
%description
|
||||
This is a Python implementation of John Gruber’s Markdown.
|
||||
@ -47,6 +47,9 @@ find docs -type f -exec sed -i 's/\r//' {} \;
|
||||
%{_bindir}/markdown_py
|
||||
|
||||
%changelog
|
||||
* Thu Jun 09 2022 SimpleUpdate Robot <tc@openeuler.org> - 3.3.7-1
|
||||
- Upgrade to version 3.3.7
|
||||
|
||||
* 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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user