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

- update to version 2.6.11: bugfix release
- additional changes from version 2.6.10: documentation update
- remove encoding conversion: fixed upstream

OBS-URL: https://build.opensuse.org/request/show/562057
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=41
This commit is contained in:
Tomáš Chvátal 2018-01-06 06:59:33 +00:00 committed by Git OBS Bridge
parent f0de486f0a
commit 6545b7cd7d
4 changed files with 15 additions and 7 deletions

3
Markdown-2.6.11.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a856869c7ff079ad84a3e19cd87a64998350c2b94e9e08e44270faef33400f81
size 274132

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:73af797238b95768b3a9b6fe6270e250e5c09d988b8e5b223fd5efa4e06faf81
size 271564

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Jan 5 21:47:29 UTC 2018 - benoit.monin@gmx.fr
- update to version 2.6.11: bugfix release
* Added a new BACKLINK-TITLE option to the footnote extension so
that non-English users can provide a custom title to back links
(see #610)
- additional changes from version 2.6.10: documentation update
- remove encoding conversion: fixed upstream
-------------------------------------------------------------------
Fri Aug 18 19:10:35 UTC 2017 - benoit.monin@gmx.fr

View File

@ -1,7 +1,7 @@
#
# spec file for package python-Markdown
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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
@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-Markdown
Version: 2.6.9
Version: 2.6.11
Release: 0
Summary: Python implementation of Markdown
License: BSD-3-Clause
@ -54,8 +54,6 @@ supported by the [Available Extensions][].
%prep
%setup -q -n Markdown-%{version}
# Fix encoding
sed -i "s|\r$||" docs/release-2.2.0.txt
%build
%python_build