From 6ba8d9eb6e1ed41ee897c902e8fac883560de8fa9f6ef623959a767e6ea0c87d Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Mon, 9 Feb 2015 15:31:21 +0000
Subject: [PATCH] Accepting request 284717 from
home:netsroth:branches:devel:languages:python
- Update to mistune 0.5:
* For custom lexers, *features* is replaced with *rules*
* Refactor on function names and codes
* Add a way to output the render tree via `#20`
* Fix emphasis and strikethrough regular expressions
- Update to mistune 4.0.1
* Add option for parse markdown in block level html
* Fix on lheading, any number of underline = or - will work
* Patch for setup if Cython is available but no C compiler
OBS-URL: https://build.opensuse.org/request/show/284717
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=2
---
mistune-0.4.tar.gz | 3 ---
mistune-0.5.tar.gz | 3 +++
python-mistune.changes | 14 ++++++++++++++
python-mistune.spec | 8 ++++----
4 files changed, 21 insertions(+), 7 deletions(-)
delete mode 100644 mistune-0.4.tar.gz
create mode 100644 mistune-0.5.tar.gz
diff --git a/mistune-0.4.tar.gz b/mistune-0.4.tar.gz
deleted file mode 100644
index 5f85225..0000000
--- a/mistune-0.4.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:76fa521141b3a65c97094ef7e7a5c2745cf2c6c374419c4029f422998152e677
-size 13864
diff --git a/mistune-0.5.tar.gz b/mistune-0.5.tar.gz
new file mode 100644
index 0000000..aa33a54
--- /dev/null
+++ b/mistune-0.5.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d53d868cfd10cf757160e88adb5760fce95f7026a243f15a02b7c604238e5869
+size 184883
diff --git a/python-mistune.changes b/python-mistune.changes
index 64f0c91..3fa27c1 100644
--- a/python-mistune.changes
+++ b/python-mistune.changes
@@ -1,3 +1,17 @@
+-------------------------------------------------------------------
+Sat Feb 7 20:36:53 UTC 2015 - tbehrens@suse.com
+
+- Update to mistune 0.5:
+ * For custom lexers, *features* is replaced with *rules*
+ * Refactor on function names and codes
+ * Add a way to output the render tree via `#20`
+ * Fix emphasis and strikethrough regular expressions
+
+- Update to mistune 4.0.1
+ * Add option for parse markdown in block level html
+ * Fix on lheading, any number of underline = or - will work
+ * Patch for setup if Cython is available but no C compiler
+
-------------------------------------------------------------------
Wed Oct 8 22:22:02 UTC 2014 - nevion@gmail.com
diff --git a/python-mistune.spec b/python-mistune.spec
index 9fd76ba..5008243 100644
--- a/python-mistune.spec
+++ b/python-mistune.spec
@@ -1,7 +1,7 @@
#
-# spec file for package IPython
+# spec file for package python-mistune
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-mistune
-Version: 0.4
+Version: 0.5
Release: 0
Source0: https://pypi.python.org/packages/mistune/mistune-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -25,8 +25,8 @@ Url: https://github.com/lepture/mistune
Summary: The fastest markdown parser in pure Python
License: BSD-3-Clause
Group: Development/Languages/Python
-BuildRequires: python-devel
BuildRequires: python-Cython
+BuildRequires: python-devel
BuildRequires: python-setuptools
%description