From 6545b7cd7d0fdba1c8eb619ab00136a59f292dfa489831e7df0c57567f3fa8eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 6 Jan 2018 06:59:33 +0000 Subject: [PATCH] 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 --- Markdown-2.6.11.tar.gz | 3 +++ Markdown-2.6.9.tar.gz | 3 --- python-Markdown.changes | 10 ++++++++++ python-Markdown.spec | 6 ++---- 4 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 Markdown-2.6.11.tar.gz delete mode 100644 Markdown-2.6.9.tar.gz diff --git a/Markdown-2.6.11.tar.gz b/Markdown-2.6.11.tar.gz new file mode 100644 index 0000000..c884cd4 --- /dev/null +++ b/Markdown-2.6.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a856869c7ff079ad84a3e19cd87a64998350c2b94e9e08e44270faef33400f81 +size 274132 diff --git a/Markdown-2.6.9.tar.gz b/Markdown-2.6.9.tar.gz deleted file mode 100644 index a546638..0000000 --- a/Markdown-2.6.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73af797238b95768b3a9b6fe6270e250e5c09d988b8e5b223fd5efa4e06faf81 -size 271564 diff --git a/python-Markdown.changes b/python-Markdown.changes index 7df785b..d150917 100644 --- a/python-Markdown.changes +++ b/python-Markdown.changes @@ -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 diff --git a/python-Markdown.spec b/python-Markdown.spec index 160dceb..75250f0 100644 --- a/python-Markdown.spec +++ b/python-Markdown.spec @@ -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