15
0

Accepting request 626381 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/626381
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-markdown2?expand=0&rev=2
This commit is contained in:
2018-07-31 14:01:03 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jul 29 12:03:40 UTC 2018 - jengelh@inai.de
- Ensure accuracy of description.
-------------------------------------------------------------------
Wed Jun 6 11:54:36 UTC 2018 - petr@cervinka.net

View File

@@ -21,7 +21,7 @@
Name: python-markdown2
Version: 2.3.5
Release: 0
Summary: A fast and complete Python implementation of Markdown
Summary: A Python implementation of Markdown
License: MIT
Group: Development/Languages/Python
URL: https://pypi.python.org/pypi/markdown2
@@ -40,8 +40,8 @@ BuildArch: noarch
%python_subpackages
%description
Markdown2 is a fast and complete Python implementation of Markdown.
It was written to closely match the behaviour of the original
Markdown2 is a Python implementation of Markdown.
It closely matches the behaviour of the original
Perl-implemented Markdown.pl. Markdown2 also comes with a number of
extensions (called "extras") for things like syntax coloring, tables,
header-ids.