Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
83784a1a67
!24 Update th/td to use style attribute
From: @cao-fei8 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
2023-01-17 07:32:16 +00:00
cao-fei8
8c19fcab96 Update th/td to use style attribute
Reference:
659a43659c

Signed-off-by: cao-fei8 <caofei@xfusion.com>
2023-01-16 19:49:38 +08:00
openeuler-ci-bot
5bada34b81
!19 升级python-markdown和22.09一致3.3.7
From: @cherry530 
Reviewed-by: @licihua 
Signed-off-by: @licihua
2022-10-13 07:30:27 +00:00
cherry530
ea4e025db8 Upgrade 3.3.7
Signed-off-by: cherry530 <xuping33@huawei.com>
2022-10-13 14:53:08 +08:00
openeuler-ci-bot
1e3d1b2abd
!14 【缺依赖处理】22.03:LTS:Next分支,缺少编译依赖python3-nose
Merge pull request !14 from 王歌/openEuler-22.03-LTS-Next
2022-01-05 12:25:50 +00:00
wang--ge
becb1a484e fix unresolvable problem 2022-01-05 17:24:28 +08:00
openeuler-ci-bot
ad43f22e95 !13 [sync] PR-8: Provide python-markdown
From: @openeuler-sync-bot
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-09-28 01:34:13 +00:00
lingsheng
ddc020a7f5 Provide python-markdown
(cherry picked from commit 1754128714ee07f45e999c2e8f39fdacf0d655d8)
2021-09-27 16:42:03 +08:00
openeuler-ci-bot
1cc99cf7c2 !6 remove python2 buildrequires
From: @wangxiao65
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-10-30 10:19:37 +08:00
wangxiao65
f18c137f5e remove python2 buildrequires 2020-10-29 17:13:24 +08:00
4 changed files with 1734 additions and 4 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

BIN
Markdown-3.3.7.tar.gz Normal file

Binary file not shown.

View File

@ -1,16 +1,18 @@
%{!?python3_version: %global python3_version %(%{__python3} -c "import sys; sys.stdout.write(sys.version[:3])")}
Name: python-markdown
Version: 3.3.1
Version: 3.3.7
Release: 2
Summary: A Python implementation of John Grubers Markdown
License: BSD
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
BuildArch: noarch
BuildRequires: python3-devel >= 3.1 python3-nose python3-pyaml
BuildRequires: python3-devel >= 3.1 python3-nose2 python3-pyyaml python3-importlib_metadata
%description
This is a Python implementation of John Grubers Markdown.
@ -20,6 +22,7 @@ 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 Grubers Markdown.
@ -46,8 +49,20 @@ 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
- drop python2 subpackage
- remove python2 buildrequires
* Thu Oct 15 2020 Zhipeng Xie <xiezhipeng1@huawei.com> - 3.3.1-1
- upgrade to 3.3.1