Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2019-03-29 20:38:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and      /work/SRC/openSUSE:Factory/.python-Markdown.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Markdown"

Fri Mar 29 20:38:09 2019 rev:30 rq:688991 version:3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2019-01-08 12:16:53.765014752 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Markdown.new.25356/python-Markdown.changes   
    2019-03-29 20:38:12.110663911 +0100
@@ -1,0 +2,37 @@
+Tue Mar 26 19:34:04 UTC 2019 - Benoît Monin <[email protected]>
+
+- update to version 3.1:
+  * The following new features have been included in the release:
+    + A Contributing Guide has been added (#732)
+    + A new configuration option to set the footnote separator has
+      been added. Also, the rel and rev attributes have been
+      removed from footnotes as they are not valid in HTML5. The
+      refs and backrefs classes already exist and serve the same
+      purpose (#723).
+    + A new option for toc_depth to set not only the bottom section
+    level, but also the top section level. A string consisting of
+    two digits separated by a hyphen in between ("2-5"), defines
+    the top (t) and the bottom (b) (<ht>..<hb>). A single integer
+    still defines the bottom section level (<h1>..<hb>) only.(#787)
+  * The following bug fixes are included in the 3.1 release:
+    + Update CLI to support PyYAML 5.1.
+    + Overlapping raw HTML matches no longer leave placeholders
+      behind (#458).
+    + Emphasis patterns now recognize newline characters as
+      whitespace (#783).
+    + Version format had been updated to be PEP 440 compliant
+      (#736).
+    + Block level elements are defined per instance, not as class
+      attributes (#731).
+    + Double escaping of block code has been eliminated (#725).
+    + Problems with newlines in references has been fixed (#742).
+    + Escaped # are now handled in header syntax (#762).
+- remove yaml5.patch: merged upstream
+
+-------------------------------------------------------------------
+Fri Mar 15 12:20:56 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Fix build with PyYAML > 5:
+  * yaml5.patch
+
+-------------------------------------------------------------------

Old:
----
  Markdown-3.0.1.tar.gz

New:
----
  Markdown-3.1.tar.gz

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

Other differences:
------------------
++++++ python-Markdown.spec ++++++
--- /var/tmp/diff_new_pack.B89Tuq/_old  2019-03-29 20:38:12.974664351 +0100
+++ /var/tmp/diff_new_pack.B89Tuq/_new  2019-03-29 20:38:12.978664354 +0100
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:           python-Markdown
-Version:        3.0.1
+Version:        3.1
 Release:        0
 Summary:        Python implementation of Markdown
 License:        BSD-3-Clause
@@ -53,7 +53,7 @@
 
 %prep
 %setup -q -n Markdown-%{version}
-%patch0 -p1
+%autopatch -p1
 
 %build
 %python_build

++++++ Markdown-3.0.1.tar.gz -> Markdown-3.1.tar.gz ++++++
++++ 10105 lines of diff (skipped)


Reply via email to