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:
parent
f0de486f0a
commit
6545b7cd7d
3
Markdown-2.6.11.tar.gz
Normal file
3
Markdown-2.6.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a856869c7ff079ad84a3e19cd87a64998350c2b94e9e08e44270faef33400f81
|
||||||
|
size 274132
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:73af797238b95768b3a9b6fe6270e250e5c09d988b8e5b223fd5efa4e06faf81
|
|
||||||
size 271564
|
|
@ -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
|
Fri Aug 18 19:10:35 UTC 2017 - benoit.monin@gmx.fr
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-Markdown
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
Name: python-Markdown
|
Name: python-Markdown
|
||||||
Version: 2.6.9
|
Version: 2.6.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python implementation of Markdown
|
Summary: Python implementation of Markdown
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -54,8 +54,6 @@ supported by the [Available Extensions][].
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Markdown-%{version}
|
%setup -q -n Markdown-%{version}
|
||||||
# Fix encoding
|
|
||||||
sed -i "s|\r$||" docs/release-2.2.0.txt
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
Loading…
Reference in New Issue
Block a user