Upgrade 3.3.7

Signed-off-by: cherry530 <xuping33@huawei.com>
This commit is contained in:
cherry530 2022-10-13 14:13:15 +08:00
parent 1e3d1b2abd
commit ea4e025db8
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
Markdown-3.3.7.tar.gz Normal file

Binary file not shown.

View File

@ -1,16 +1,16 @@
%{!?python3_version: %global python3_version %(%{__python3} -c "import sys; sys.stdout.write(sys.version[:3])")} %{!?python3_version: %global python3_version %(%{__python3} -c "import sys; sys.stdout.write(sys.version[:3])")}
Name: python-markdown Name: python-markdown
Version: 3.3.1 Version: 3.3.7
Release: 4 Release: 1
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
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-devel >= 3.1 python3-nose2 python3-pyyaml BuildRequires: python3-devel >= 3.1 python3-nose2 python3-pyyaml python3-importlib_metadata
%description %description
This is a Python implementation of John Grubers Markdown. This is a Python implementation of John Grubers Markdown.
@ -47,6 +47,9 @@ find docs -type f -exec sed -i 's/\r//' {} \;
%{_bindir}/markdown_py %{_bindir}/markdown_py
%changelog %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 * 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