Compare commits
10 Commits
303ca526c9
...
83784a1a67
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
83784a1a67 | ||
|
|
8c19fcab96 | ||
|
|
5bada34b81 | ||
|
|
ea4e025db8 | ||
|
|
1e3d1b2abd | ||
|
|
becb1a484e | ||
|
|
ad43f22e95 | ||
|
|
ddc020a7f5 | ||
|
|
1cc99cf7c2 | ||
|
|
f18c137f5e |
1715
0001-Update-th-td-to-use-style-attribute.patch
Normal file
1715
0001-Update-th-td-to-use-style-attribute.patch
Normal file
File diff suppressed because it is too large
Load Diff
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,18 @@
|
|||||||
%{!?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: 2
|
Release: 2
|
||||||
Summary: A Python implementation of John Gruber’s Markdown
|
Summary: A Python implementation of John Gruber’s 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
|
||||||
|
|
||||||
|
Patch0: 0001-Update-th-td-to-use-style-attribute.patch
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python3-devel >= 3.1 python3-nose python3-pyaml
|
BuildRequires: python3-devel >= 3.1 python3-nose2 python3-pyyaml python3-importlib_metadata
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is a Python implementation of John Gruber’s Markdown.
|
This is a Python implementation of John Gruber’s Markdown.
|
||||||
@ -20,6 +22,7 @@ though there are a few known issues.
|
|||||||
%package -n python3-markdown
|
%package -n python3-markdown
|
||||||
Summary: Markdown implementation in Python
|
Summary: Markdown implementation in Python
|
||||||
Requires: python3 >= 3.1
|
Requires: python3 >= 3.1
|
||||||
|
%{?python_provide:%python_provide python3-markdown}
|
||||||
|
|
||||||
%description -n python3-markdown
|
%description -n python3-markdown
|
||||||
This is a Python implementation of John Gruber’s Markdown.
|
This is a Python implementation of John Gruber’s Markdown.
|
||||||
@ -46,8 +49,20 @@ find docs -type f -exec sed -i 's/\r//' {} \;
|
|||||||
%{_bindir}/markdown_py
|
%{_bindir}/markdown_py
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 27 2020 wangxiao <wangxiao65@huawei.com> - 3.3.1-2
|
||||||
- drop python2 subpackage
|
- remove python2 buildrequires
|
||||||
|
|
||||||
* Thu Oct 15 2020 Zhipeng Xie <xiezhipeng1@huawei.com> - 3.3.1-1
|
* Thu Oct 15 2020 Zhipeng Xie <xiezhipeng1@huawei.com> - 3.3.1-1
|
||||||
- upgrade to 3.3.1
|
- upgrade to 3.3.1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user