Compare commits
No commits in common. "83784a1a671d4c6bed6a5112d0f3b77fb496659b" and "303ca526c907fad928e9e19a2ba2f232ceb1d298" have entirely different histories.
83784a1a67
...
303ca526c9
File diff suppressed because it is too large
Load Diff
BIN
Markdown-3.3.1.tar.gz
Normal file
BIN
Markdown-3.3.1.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,18 +1,16 @@
|
||||
%{!?python3_version: %global python3_version %(%{__python3} -c "import sys; sys.stdout.write(sys.version[:3])")}
|
||||
|
||||
Name: python-markdown
|
||||
Version: 3.3.7
|
||||
Version: 3.3.1
|
||||
Release: 2
|
||||
Summary: A Python implementation of John Gruber’s Markdown
|
||||
License: BSD-3-Clause
|
||||
License: BSD
|
||||
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
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python3-devel >= 3.1 python3-nose2 python3-pyyaml python3-importlib_metadata
|
||||
BuildRequires: python3-devel >= 3.1 python3-nose python3-pyaml
|
||||
|
||||
%description
|
||||
This is a Python implementation of John Gruber’s Markdown.
|
||||
@ -22,7 +20,6 @@ though there are a few known issues.
|
||||
%package -n python3-markdown
|
||||
Summary: Markdown implementation in Python
|
||||
Requires: python3 >= 3.1
|
||||
%{?python_provide:%python_provide python3-markdown}
|
||||
|
||||
%description -n python3-markdown
|
||||
This is a Python implementation of John Gruber’s Markdown.
|
||||
@ -49,20 +46,8 @@ find docs -type f -exec sed -i 's/\r//' {} \;
|
||||
%{_bindir}/markdown_py
|
||||
|
||||
%changelog
|
||||
* Tue Jan 17 2023 caofei <caofei@xfusion.com> - 3.3.7-2
|
||||
- Update th/td to use style attribute
|
||||
|
||||
* 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
|
||||
|
||||
* Mon Sep 27 2021 lingsheng <lingsheng@huawei.com> - 3.3.1-3
|
||||
- Provide python-markdown
|
||||
|
||||
* Tue Oct 27 2020 wangxiao <wangxiao65@huawei.com> - 3.3.1-2
|
||||
- remove python2 buildrequires
|
||||
- drop python2 subpackage
|
||||
|
||||
* Thu Oct 15 2020 Zhipeng Xie <xiezhipeng1@huawei.com> - 3.3.1-1
|
||||
- upgrade to 3.3.1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user