14
0

Accepting request 688902 from home:benoit_monin:branches:devel:languages:python

- update to version 3.1
- remove yaml5.patch: merged upstream

OBS-URL: https://build.opensuse.org/request/show/688902
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=55
This commit is contained in:
Tomáš Chvátal
2019-03-27 06:29:33 +00:00
committed by Git OBS Bridge
parent ee3c9f4d54
commit 79bd98028f
5 changed files with 35 additions and 52 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-Markdown
Version: 3.0.1
Version: 3.1
Release: 0
Summary: Python implementation of Markdown
License: BSD-3-Clause
@@ -27,7 +27,6 @@ Group: Development/Languages/Python
Url: https://python-markdown.github.io/
Source: https://files.pythonhosted.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz
Patch0: markdown-3.0-python37.patch
Patch1: yaml5.patch
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module xml}