Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2014-02-22 18:16:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2014-01-16 15:12:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes     
2014-02-22 18:16:35.000000000 +0100
@@ -1,0 +2,17 @@
+Mon Feb 17 20:35:51 UTC 2014 - [email protected]
+
+- update to version 2.4:
+  * the "force_linenos" config setting of the CodeHilite extension
+    has been marked as Deprecated.
+  * URLs are no longer percent-encoded.
+  * the Smarty Extension has been added, which implements
+    SmartyPants.
+  * the Table of Contents Extension now supports new permalink
+    option for creating Sphinx-style anchor links.
+  * it is now possible to enable Markdown formatting inside HTML
+    blocks by appending `markdown=1` to opening tag attributes.
+  * The code blocks now support emphasizing some of the code lines.
+  * Various bug fixes have been made.
+- fix CRLF in all files: upstream converted to DOS encoding
+
+-------------------------------------------------------------------

Old:
----
  Markdown-2.3.1.tar.gz

New:
----
  Markdown-2.4.tar.gz

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

Other differences:
------------------
++++++ python-Markdown.spec ++++++
--- /var/tmp/diff_new_pack.RNRvPp/_old  2014-02-22 18:16:36.000000000 +0100
+++ /var/tmp/diff_new_pack.RNRvPp/_new  2014-02-22 18:16:36.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python-Markdown
-Version:        2.3.1
+Version:        2.4
 Release:        0
 Summary:        Python implementation of Markdown
 License:        BSD-3-Clause
@@ -47,7 +47,7 @@
 %prep
 %setup -q -n Markdown-%{version}
 # Fix encoding
-sed -i "s|\r||" docs/release-2.2.0.txt
+find . -type f -not -name py.png -print0 | xargs -0 sed -i "s|\r$||"
 
 %build
 python setup.py build

++++++ Markdown-2.3.1.tar.gz -> Markdown-2.4.tar.gz ++++++
++++ 72082 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to