python-mistune: add an explicit BR on 'pip' to enable ptest (#2163)

Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
Muhammad Falak R Wani 2022-02-09 20:59:45 +05:30 committed by GitHub
parent c745e242eb
commit b425cc2066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Summary: The fastest markdown parser in pure Python.
Name: python-mistune
Version: 0.8.3
Release: 4%{?dist}
Release: 5%{?dist}
License: BSD
Vendor: Microsoft Corporation
Distribution: Mariner
@ -9,6 +9,9 @@ Group: Development/Languages/Python
URL: https://pypi.python.org/pypi/mistune/
Source0: https://files.pythonhosted.org/packages/source/m/mistune/mistune-%{version}.tar.gz
BuildArch: noarch
%if %{with_check}
BuildRequires: python3-pip
%endif
%description
The fastest markdown parser in pure Python with renderer features, inspired by marked.
@ -42,6 +45,9 @@ The fastest markdown parser in pure Python with renderer features, inspired by m
%{python3_sitelib}/*
%changelog
* Wed Feb 09 2022 Muhammad Falak <mwani@microsoft.com> - 0.8.3-5
- Add an explict BR on 'pip' to enable ptest
* Wed Oct 20 2021 Thomas Crain <thcrain@microsoft.com> - 0.8.3-4
- Add license to python3 package
- Remove python2 package