!29 Upgrade to 3.4.1

From: @chen-jan 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-06-01 01:09:03 +00:00 committed by Gitee
commit a52c1461bd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 6 additions and 1720 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

BIN
Markdown-3.4.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,14 +1,12 @@
%{!?python3_version: %global python3_version %(%{__python3} -c "import sys; sys.stdout.write(sys.version[:3])")}
Name: python-markdown
Version: 3.3.7
Release: 2
Version: 3.4.1
Release: 1
Summary: A Python implementation of John Grubers Markdown
License: BSD-3-Clause
URL: https://pypi.org/project/Markdown/
Source0: https://pypi.python.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz
Patch0: 0001-Update-th-td-to-use-style-attribute.patch
Source0: %{pypi_source Markdown}
BuildArch: noarch
@ -49,6 +47,9 @@ find docs -type f -exec sed -i 's/\r//' {} \;
%{_bindir}/markdown_py
%changelog
* Wed May 31 2023 chenchen <chen_aka_jan@163.com> - 3.4.1-1
- Upgrade to 3.4.1
* Tue Jan 17 2023 caofei <caofei@xfusion.com> - 3.3.7-2
- Update th/td to use style attribute