Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-markdown.git#7b49a44132045dead9f963eec586b189c1b703ff
This commit is contained in:
parent
d3a75853f3
commit
0bbbeca7e4
@ -2,12 +2,12 @@
|
||||
%global pkgname markdown
|
||||
|
||||
Name: python-%{pkgname}
|
||||
Version: 3.3.3
|
||||
Version: 3.3.4
|
||||
Release: 2%{?dist}
|
||||
Summary: Markdown implementation in Python
|
||||
License: BSD
|
||||
URL: https://python-markdown.github.io/
|
||||
Source0: https://files.pythonhosted.org/packages/source/M/%{srcname}/%{srcname}-%{version}.tar.gz
|
||||
Source0: %{pypi_source}
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -20,9 +20,8 @@ there are a few very minor differences.
|
||||
Summary: Markdown implementation in Python
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
BuildRequires: python%{python3_pkgversion}-PyYAML
|
||||
BuildRequires: python%{python3_pkgversion}-tidy
|
||||
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||
%if 0%{?fedora} && 0%{?fedora} < 32
|
||||
%if 0%{?rhel} && 0%{?rhel} < 9
|
||||
BuildRequires: python%{python3_pkgversion}-importlib-metadata
|
||||
Requires: python%{python3_pkgversion}-importlib-metadata
|
||||
%endif
|
||||
@ -53,7 +52,7 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
|
||||
|
||||
|
||||
%check
|
||||
%{__python3} ./setup.py test
|
||||
%python3 -m unittest discover tests
|
||||
|
||||
|
||||
%files -n python%{python3_pkgversion}-%{pkgname}
|
||||
@ -66,6 +65,15 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Feb 27 2021 Thomas Moschny <thomas.moschny@gmx.de> - 3.3.4-2
|
||||
- Apply PR6 by Igor Raits <ignatenkobrain@fedoraproject.org>: Support
|
||||
for building on EPEL8 + upstream tests invocation.
|
||||
- Remove unused BR on python3-tidy (we'd need pytidylib instead, which
|
||||
doesn't seem to be packaged).
|
||||
|
||||
* Sat Feb 27 2021 Thomas Moschny <thomas.moschny@gmx.de> - 3.3.4-1
|
||||
- Update to 3.3.4.
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Markdown-3.3.3.tar.gz) = b8e42c1471d155be6cc9aa0b6ce649454b09d36df1de51ef7e45043ae3c1c87b9b09e1fae4c680a771bee52e7fa8ea82548b78b2ffb1d38e85785f0b0de25b36
|
||||
SHA512 (Markdown-3.3.4.tar.gz) = 37422619dd8f542bfcf7975c92e76a39e4eeeb42386727d52037869cee1617f8efcb74a382a9c7cb903907ebf3643a27ba0de583bc0dbd327a36e72bbf8520af
|
||||
|
Loading…
Reference in New Issue
Block a user