python-mistune/python-mistune.spec

64 lines
1.6 KiB
RPMSpec
Raw Normal View History

Name: python-mistune
2023-11-07 17:13:43 +08:00
Version: 2.0.4
Release: 1
Summary: A Python Markdown Parser
2023-11-07 17:13:43 +08:00
License: BSD-3-Clause
URL: https://github.com/lepture/mistune
2023-11-07 17:13:43 +08:00
Source0: %url/archive/v%{version}/mistune-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pbr
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
BuildRequires: python3-pytest
2020-03-06 18:29:06 +08:00
%description
The python-mistune package is a fast yet powerful Python Markdown
parser with renderers and plugins, compatible with sane CommonMark
rules.
%package -n python3-mistune
Summary: A Python Markdown Parser
2020-03-06 18:29:06 +08:00
%description -n python3-mistune
The python-mistune package is a fast yet powerful Python Markdown
parser with renderers and plugins, compatible with sane CommonMark
rules.
%prep
%autosetup -n mistune-%{version} -p1
2020-03-06 18:29:06 +08:00
%build
2023-11-07 17:13:43 +08:00
%pyproject_build
2020-03-06 18:29:06 +08:00
%install
2023-11-07 17:13:43 +08:00
%pyproject_install
2020-03-06 18:29:06 +08:00
%check
2023-11-07 17:13:43 +08:00
%pytest
2020-03-06 18:29:06 +08:00
%files -n python3-mistune
%doc LICENSE README.rst
2023-11-07 17:13:43 +08:00
%{python3_sitelib}/mistune
%{python3_sitelib}/mistune-*.dist-info
2020-03-06 18:29:06 +08:00
%changelog
2023-11-07 17:13:43 +08:00
* Tue Nov 7 2023 Dongxing Wang <dxwangk@isoftstone.com> - 2.0.4-1
- Upgrade package to version 2.0.4
2022-05-05 11:25:43 +08:00
* Thu May 5 2022 caodongxia <caodongxia@h-partners.com> - 0.8.3-9
- Remove dependency on python-nose
* Fri Apr 01 2022 yangping <yangping69@huawei.com> - 0.8.3-8
- Fix build error caused by py3.10+ wildcard
* Thu Jul 22 2021 wangyue <wangyue92@huawei.com> - 0.8.3-7
- Remove python2-mistune subpackage and remove python2 related buildrequire
2020-03-06 18:29:06 +08:00
* Thu Mar 05 2020 Jiangping Hu <hujp1985@foxmail.com> - 0.8.3-6
- Package init