From 5613f7480f47c096eb8b58f38899173094d42239f040279c73b0083ca3a71492 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Wed, 15 Jan 2014 22:52:15 +0000
Subject: [PATCH] Accepting request 214061 from
home:benoit_monin:branches:devel:languages:python
- update to version 2.3.1
- drop sed call to remove shebangs: fixed upstream
OBS-URL: https://build.opensuse.org/request/show/214061
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=5
---
Markdown-2.2.1.tar.gz | 3 ---
Markdown-2.3.1.tar.gz | 3 +++
python-Markdown.changes | 23 +++++++++++++++++++++++
python-Markdown.spec | 7 +++----
4 files changed, 29 insertions(+), 7 deletions(-)
delete mode 100644 Markdown-2.2.1.tar.gz
create mode 100644 Markdown-2.3.1.tar.gz
diff --git a/Markdown-2.2.1.tar.gz b/Markdown-2.2.1.tar.gz
deleted file mode 100644
index a36ca3e..0000000
--- a/Markdown-2.2.1.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:f8b9a1efceab71afe9336a7c456fde36bfb0f505fb664ebb7f3dd44eddab44b6
-size 260043
diff --git a/Markdown-2.3.1.tar.gz b/Markdown-2.3.1.tar.gz
new file mode 100644
index 0000000..017200f
--- /dev/null
+++ b/Markdown-2.3.1.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ffebd9385717aba00ff4e95b705b7693ddf12a7d483483d441218b6d3f4cf290
+size 267131
diff --git a/python-Markdown.changes b/python-Markdown.changes
index 3d786d8..0e99bae 100644
--- a/python-Markdown.changes
+++ b/python-Markdown.changes
@@ -1,3 +1,26 @@
+-------------------------------------------------------------------
+Wed Jan 15 21:36:39 UTC 2014 - benoit.monin@gmx.fr
+
+- update to version 2.3.1:
+ no changelog
+- additional changes from version 2.3.0:
+ * Support has been dropped for Python 2.5.
+ * All classes are now "new-style" classes.
+ * "safe_mode" has been further restricted.
+ * The ids assigned to footnotes now contain a dash (`-`) rather
+ than a colon (`:`) when `output_format` it set to "html5" or
+ "xhtml5".
+ * The "force_linenos" config setting of the CodeHilite extension
+ has been marked as Pending Deprecation and a new setting
+ "linenums" has been added to replace it.
+ * The "RSS" extension has been removed.
+ * The "HTML Tidy" Extension has been removed.
+ * The entire code base now universally runs in Python 2 and
+ Python 3 without any need for running the 2to3 conversion tool.
+ * The Admonition Extension has been added.
+ * Various bug fixes have been made.
+- drop sed call to remove shebangs: fixed upstream
+
-------------------------------------------------------------------
Thu Nov 22 14:26:33 UTC 2012 - saschpe@suse.de
diff --git a/python-Markdown.spec b/python-Markdown.spec
index 3746611..df0487c 100644
--- a/python-Markdown.spec
+++ b/python-Markdown.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-Markdown
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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-Markdown
-Version: 2.2.1
+Version: 2.3.1
Release: 0
Summary: Python implementation of Markdown
License: BSD-3-Clause
@@ -46,9 +46,8 @@ supported by the [Available Extensions][].
%prep
%setup -q -n Markdown-%{version}
+# Fix encoding
sed -i "s|\r||" docs/release-2.2.0.txt
-# Fix non-executable script warning:
-sed -i "s|^#!.*||" markdown/extensions/{sane_lists,html_tidy,extra,def_list,tables,codehilite,wikilinks,fenced_code,headerid}.py
%build
python setup.py build