From af1f8d9a46c496b49094d8be712a14ecc28d0df7bcdd69ec7dae450deb320188 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 6 Dec 2017 09:26:36 +0000 Subject: [PATCH 1/3] Accepting request 554677 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/554677 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=15 --- mistune-0.8.3.tar.gz | 3 +++ mistune-0.8.tar.gz | 3 --- python-mistune.changes | 15 +++++++++++++++ python-mistune.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 mistune-0.8.3.tar.gz delete mode 100644 mistune-0.8.tar.gz diff --git a/mistune-0.8.3.tar.gz b/mistune-0.8.3.tar.gz new file mode 100644 index 0000000..de57d46 --- /dev/null +++ b/mistune-0.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc10c33bfdcaa4e749b779f62f60d6e12f8215c46a292d05e486b869ae306619 +size 58506 diff --git a/mistune-0.8.tar.gz b/mistune-0.8.tar.gz deleted file mode 100644 index 9e9ca9c..0000000 --- a/mistune-0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc3f43e7cf0abb95cdfecbf82d85c419108d5f13e1844b2a8a2fc0abf24c7a47 -size 49499 diff --git a/python-mistune.changes b/python-mistune.changes index 3d5f048..c359ceb 100644 --- a/python-mistune.changes +++ b/python-mistune.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Dec 6 03:04:08 UTC 2017 - arun@gmx.de + +- update to version 0.8.3: + * Fix nested html issue. #137 + +- changes from version 0.8.2: + * Fix _keyify with lower case. + +------------------------------------------------------------------- +Wed Nov 8 19:01:39 UTC 2017 - arun@gmx.de + +- update to version 0.8.1: + * Security fix CVE-2017-16876, thanks Dawid Czarnecki + ------------------------------------------------------------------- Mon Nov 6 16:58:50 UTC 2017 - arun@gmx.de diff --git a/python-mistune.spec b/python-mistune.spec index 572e3eb..6dd505a 100644 --- a/python-mistune.spec +++ b/python-mistune.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-mistune -Version: 0.8 +Version: 0.8.3 Release: 0 Summary: The fastest markdown parser in pure Python License: BSD-3-Clause From c714f64f751c08940ae52744aa487bfde3c0ed62705e4a95cd1667b311dd7bf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 11 Dec 2017 22:21:10 +0000 Subject: [PATCH 2/3] Accepting request 556308 from home:jengelh:branches:devel:languages:python - Remove bias from description. OBS-URL: https://build.opensuse.org/request/show/556308 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=16 --- python-mistune.changes | 5 +++++ python-mistune.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-mistune.changes b/python-mistune.changes index c359ceb..710ad28 100644 --- a/python-mistune.changes +++ b/python-mistune.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 11 21:52:37 UTC 2017 - jengelh@inai.de + +- Remove bias from description. + ------------------------------------------------------------------- Wed Dec 6 03:04:08 UTC 2017 - arun@gmx.de diff --git a/python-mistune.spec b/python-mistune.spec index 6dd505a..e4b881f 100644 --- a/python-mistune.spec +++ b/python-mistune.spec @@ -20,7 +20,7 @@ Name: python-mistune Version: 0.8.3 Release: 0 -Summary: The fastest markdown parser in pure Python +Summary: A markdown parser in pure Python License: BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/lepture/mistune @@ -36,7 +36,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %python_subpackages %description -The fastest markdown parser in pure Python, inspired by marked. +A markdown parser in pure Python, inspired by marked. %prep %setup -q -n mistune-%{version} From d3287a1c9f1297cc5d727bcb46f8a2592ff1dcc18d905d255778fe630fe2c345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 12 Dec 2017 08:59:01 +0000 Subject: [PATCH 3/3] - update to version 0.8.1 bsc#1072307: OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=17 --- python-mistune.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-mistune.changes b/python-mistune.changes index 710ad28..0671d2a 100644 --- a/python-mistune.changes +++ b/python-mistune.changes @@ -15,7 +15,7 @@ Wed Dec 6 03:04:08 UTC 2017 - arun@gmx.de ------------------------------------------------------------------- Wed Nov 8 19:01:39 UTC 2017 - arun@gmx.de -- update to version 0.8.1: +- update to version 0.8.1 bsc#1072307: * Security fix CVE-2017-16876, thanks Dawid Czarnecki -------------------------------------------------------------------