Hello community,
here is the log from the commit of package python-Markdown for openSUSE:Factory
checked in at 2020-02-19 12:39:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
and /work/SRC/openSUSE:Factory/.python-Markdown.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Markdown"
Wed Feb 19 12:39:43 2020 rev:32 rq:774239 version:3.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes
2019-05-22 10:53:21.751234850 +0200
+++
/work/SRC/openSUSE:Factory/.python-Markdown.new.26092/python-Markdown.changes
2020-02-19 12:39:51.583545982 +0100
@@ -1,0 +2,28 @@
+Thu Feb 13 19:07:42 UTC 2020 - BenoƮt Monin <[email protected]>
+
+- update to version 3.2.1: bugfix release
+ * The name property in toc_tokens from the TOC extension now
+ escapes HTML special characters (<, >, and &).
+- additional changes from version 3.2: major release
+ * Backwards-incompatible changes:
+ + Drop support for Python 2.7
+ + em and strong inline processor changes
+ + CodeHilite now always wraps with <code> tags
+ + markdown.util.etree deprecated
+ * New features:
+ + Some new configuration options have been added to the toc
+ extension
+ + Document thread safety (#812).
+ + Markdown parsing in HTML has been exposed via a separate
+ extension called md_in_html.
+ + Add support for Python 3.8.
+ * Bug fixes:
+ + HTML tag placeholders are no longer included in .toc_tokens
+ (#899).
+ + Unescape backslash-escaped characters in TOC ids (#864).
+ + Refactor bold and italic logic in order to solve complex
+ nesting issues (#792).
+ + Always wrap CodeHilite code in tags (#862).
+- disable python2 build: Markdown is python 3 only now
+
+-------------------------------------------------------------------
Old:
----
Markdown-3.1.1.tar.gz
New:
----
Markdown-3.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Markdown.spec ++++++
--- /var/tmp/diff_new_pack.lr7HXu/_old 2020-02-19 12:39:52.427547608 +0100
+++ /var/tmp/diff_new_pack.lr7HXu/_new 2020-02-19 12:39:52.427547608 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-Markdown
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,16 @@
#
+%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-Markdown
-Version: 3.1.1
+Version: 3.2.1
Release: 0
Summary: Python implementation of Markdown
License: BSD-3-Clause
Group: Development/Languages/Python
-Url: https://python-markdown.github.io/
+URL: https://python-markdown.github.io/
Source:
https://files.pythonhosted.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz
Patch0: markdown-3.0-python37.patch
BuildRequires: %{python_module PyYAML}
@@ -37,11 +38,6 @@
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
-%ifpython2
-# older python2 version provided the package in lowercase
-Provides: %{oldpython}-markdown = %{version}
-Obsoletes: %{oldpython}-markdown < %{version}
-%endif
%python_subpackages
%description
++++++ Markdown-3.1.1.tar.gz -> Markdown-3.2.1.tar.gz ++++++
++++ 5104 lines of diff (skipped)