Accepting request 562153 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/562153 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Markdown?expand=0&rev=24
This commit is contained in:
commit
09fa272e8b
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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user