14
0

Accepting request 662423 from home:badshah400:branches:devel:languages:python

- Update to version 3.0.1:
  * Brought back the `version` and `version_info` variables
    (gh#Python-Markdown/markdown#709).
  * Added support for hexadecimal HTML entities
    (gh#Python-Markdown/markdown#712).

OBS-URL: https://build.opensuse.org/request/show/662423
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=52
This commit is contained in:
Tomáš Chvátal
2019-01-02 11:15:31 +00:00
committed by Git OBS Bridge
parent d73ec2c4ae
commit cd9c127ce4
4 changed files with 15 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Markdown
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,14 +12,14 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-Markdown
Version: 3.0
Version: 3.0.1
Release: 0
Summary: Python implementation of Markdown
License: BSD-3-Clause