Upgrade to 3.4.1

This commit is contained in:
chen-jan 2023-05-31 15:38:05 +08:00
parent 1275dcdd01
commit a6a9f6221d
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])")} %{!?python3_version: %global python3_version %(%{__python3} -c "import sys; sys.stdout.write(sys.version[:3])")}
Name: python-markdown Name: python-markdown
Version: 3.3.7 Version: 3.4.1
Release: 2 Release: 1
Summary: A Python implementation of John Grubers Markdown Summary: A Python implementation of John Grubers Markdown
License: BSD-3-Clause 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: %{pypi_source Markdown}
Patch0: 0001-Update-th-td-to-use-style-attribute.patch
BuildArch: noarch BuildArch: noarch
@ -49,6 +47,9 @@ find docs -type f -exec sed -i 's/\r//' {} \;
%{_bindir}/markdown_py %{_bindir}/markdown_py
%changelog %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 * Tue Jan 17 2023 caofei <caofei@xfusion.com> - 3.3.7-2
- Update th/td to use style attribute - Update th/td to use style attribute