From b4518cd6a8dc023a400303d2e4aac9c06563f60549a286987cdef2efcf59c5d1 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Tue, 7 Nov 2017 15:34:40 +0000 Subject: [PATCH] Accepting request 539370 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/539370 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=13 --- mistune-0.7.4.tar.gz | 3 --- mistune-0.8.tar.gz | 3 +++ python-mistune.changes | 8 ++++++++ python-mistune.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 mistune-0.7.4.tar.gz create mode 100644 mistune-0.8.tar.gz diff --git a/mistune-0.7.4.tar.gz b/mistune-0.7.4.tar.gz deleted file mode 100644 index 44717fd..0000000 --- a/mistune-0.7.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8517af9f5cd1857bb83f9a23da75aa516d7538c32a2c5d5c56f3789a9e4cd22f -size 49304 diff --git a/mistune-0.8.tar.gz b/mistune-0.8.tar.gz new file mode 100644 index 0000000..9e9ca9c --- /dev/null +++ b/mistune-0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3f43e7cf0abb95cdfecbf82d85c419108d5f13e1844b2a8a2fc0abf24c7a47 +size 49499 diff --git a/python-mistune.changes b/python-mistune.changes index 45f3bf0..3d5f048 100644 --- a/python-mistune.changes +++ b/python-mistune.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Nov 6 16:58:50 UTC 2017 - arun@gmx.de + +- update to version 0.8.0: + * Remove non breaking spaces preprocessing + * Remove rev and rel attribute for footnotes + * Fix bypassing XSS vulnerability by junorouse + ------------------------------------------------------------------- Fri Apr 7 21:13:02 UTC 2017 - toddrme2178@gmail.com diff --git a/python-mistune.spec b/python-mistune.spec index 83726c1..572e3eb 100644 --- a/python-mistune.spec +++ b/python-mistune.spec @@ -18,19 +18,19 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-mistune -Version: 0.7.4 +Version: 0.8 Release: 0 Summary: The fastest markdown parser in pure Python License: BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/lepture/mistune Source0: https://files.pythonhosted.org/packages/source/m/mistune/mistune-%{version}.tar.gz -BuildRequires: fdupes -BuildRequires: python-rpm-macros BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel} BuildRequires: %{python_module nose} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build %python_subpackages