Hello community,

here is the log from the commit of package python3-Markdown for 
openSUSE:Factory checked in at 2015-11-22 10:59:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-Markdown (Old)
 and      /work/SRC/openSUSE:Factory/.python3-Markdown.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-Markdown"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-Markdown/python3-Markdown.changes        
2015-10-28 17:31:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-Markdown.new/python3-Markdown.changes   
2015-11-22 11:00:00.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Nov  7 18:06:53 UTC 2015 - a...@gmx.de
+
+- update to version 2.6.4:
+  * Ensure InlinePatterns don't drop newlines.
+
+-------------------------------------------------------------------

Old:
----
  Markdown-2.6.3.tar.gz

New:
----
  Markdown-2.6.4.tar.gz

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

Other differences:
------------------
++++++ python3-Markdown.spec ++++++
--- /var/tmp/diff_new_pack.X8Owqw/_old  2015-11-22 11:00:01.000000000 +0100
+++ /var/tmp/diff_new_pack.X8Owqw/_new  2015-11-22 11:00:01.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python3-Markdown
-Version:        2.6.3
+Version:        2.6.4
 Release:        0
 Summary:        Python implementation of Markdown
 License:        BSD-3-Clause

++++++ Markdown-2.6.3.tar.gz -> Markdown-2.6.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.3/PKG-INFO new/Markdown-2.6.4/PKG-INFO
--- old/Markdown-2.6.3/PKG-INFO 2015-10-27 00:51:24.000000000 +0100
+++ new/Markdown-2.6.4/PKG-INFO 2015-11-06 23:43:43.000000000 +0100
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: Markdown
-Version: 2.6.3
+Version: 2.6.4
 Summary: Python implementation of Markdown.
 Home-page: https://pythonhosted.org/Markdown/
 Author: Waylan Limberg
 Author-email: waylan.limberg [at] icloud.com
 License: BSD License
-Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.3.tar.gz
+Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.4.tar.gz
 Description: 
         This is a Python implementation of John Gruber's Markdown_.
         It is almost completely compliant with the reference implementation,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.3/docs/change_log.txt 
new/Markdown-2.6.4/docs/change_log.txt
--- old/Markdown-2.6.3/docs/change_log.txt      2015-10-27 00:48:49.000000000 
+0100
+++ new/Markdown-2.6.4/docs/change_log.txt      2015-11-06 23:41:20.000000000 
+0100
@@ -7,6 +7,8 @@
 Python-Markdown Change Log
 =========================
 
+Nov 6, 2015: Released version 2.6.4 (a bug-fix release).
+
 Oct 26, 2015: Released version 2.6.3 (a bug-fix release).
 
 Apr 20, 2015: Released version 2.6.2 (a bug-fix release).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.3/markdown/__version__.py 
new/Markdown-2.6.4/markdown/__version__.py
--- old/Markdown-2.6.3/markdown/__version__.py  2015-10-27 00:47:53.000000000 
+0100
+++ new/Markdown-2.6.4/markdown/__version__.py  2015-11-06 23:40:31.000000000 
+0100
@@ -5,7 +5,7 @@
 # (major, minor, micro, alpha/beta/rc/final, #)
 # (1, 1, 2, 'alpha', 0) => "1.1.2.dev"
 # (1, 2, 0, 'beta', 2) => "1.2b2"
-version_info = (2, 6, 3, 'final', 0)
+version_info = (2, 6, 4, 'final', 0)
 
 
 def _get_version():
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.3/markdown/inlinepatterns.py 
new/Markdown-2.6.4/markdown/inlinepatterns.py
--- old/Markdown-2.6.3/markdown/inlinepatterns.py       2015-08-28 
05:42:04.000000000 +0200
+++ new/Markdown-2.6.4/markdown/inlinepatterns.py       2015-11-06 
23:26:43.000000000 +0100
@@ -198,7 +198,7 @@
 
         """
         self.pattern = pattern
-        self.compiled_re = re.compile("^(.*?)%s(.*?)$" % pattern,
+        self.compiled_re = re.compile("^(.*?)%s(.*)$" % pattern,
                                       re.DOTALL | re.UNICODE)
 
         # Api for Markdown to pass safe_mode into instance
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.3/tests/extensions/smarty.html 
new/Markdown-2.6.4/tests/extensions/smarty.html
--- old/Markdown-2.6.3/tests/extensions/smarty.html     2015-08-28 
05:42:04.000000000 +0200
+++ new/Markdown-2.6.4/tests/extensions/smarty.html     2015-11-06 
23:29:30.000000000 +0100
@@ -27,4 +27,6 @@
 <p>Skip <code>&lt;&lt;all&gt;&gt; "code" -- --- 'spans' ...</code>.</p>
 <pre><code>Also skip "code" 'blocks'
 foo -- bar --- baz ...
-</code></pre>
\ No newline at end of file
+</code></pre>
+<p>A line that &lsquo;wraps&rsquo; with
+<em>emphasis</em> at the beginning of the next line.</p>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.3/tests/extensions/smarty.txt 
new/Markdown-2.6.4/tests/extensions/smarty.txt
--- old/Markdown-2.6.3/tests/extensions/smarty.txt      2015-08-28 
05:42:04.000000000 +0200
+++ new/Markdown-2.6.4/tests/extensions/smarty.txt      2015-11-06 
23:28:36.000000000 +0100
@@ -35,3 +35,6 @@
 
     Also skip "code" 'blocks'
        foo -- bar --- baz ...
+
+A line that 'wraps' with
+*emphasis* at the beginning of the next line.


Reply via email to