Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2014-01-16 15:12:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and      /work/SRC/openSUSE:Factory/.python-Markdown.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Markdown"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2012-11-25 13:43:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes     
2014-01-16 15:12:33.000000000 +0100
@@ -1,0 +2,23 @@
+Wed Jan 15 21:36:39 UTC 2014 - benoit.mo...@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
+
+-------------------------------------------------------------------

Old:
----
  Markdown-2.2.1.tar.gz

New:
----
  Markdown-2.3.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Markdown.spec ++++++
--- /var/tmp/diff_new_pack.M9Oe3p/_old  2014-01-16 15:12:33.000000000 +0100
+++ /var/tmp/diff_new_pack.M9Oe3p/_new  2014-01-16 15:12:33.000000000 +0100
@@ -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 @@
 
 %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

++++++ Markdown-2.2.1.tar.gz -> Markdown-2.3.1.tar.gz ++++++
++++ 5129 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to