Hello community,
here is the log from the commit of package python-Markdown for openSUSE:Factory
checked in at 2020-05-12 22:26:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
and /work/SRC/openSUSE:Factory/.python-Markdown.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Markdown"
Tue May 12 22:26:26 2020 rev:33 rq:802549 version:3.2.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes
2020-02-19 12:39:51.583545982 +0100
+++
/work/SRC/openSUSE:Factory/.python-Markdown.new.2738/python-Markdown.changes
2020-05-12 22:27:51.379308951 +0200
@@ -1,0 +2,18 @@
+Sat May 9 18:45:23 UTC 2020 - BenoƮt Monin <[email protected]>
+
+- update to version 3.2.2:
+ * Add checklinks tox environment to ensure all links in
+ documentation are good.
+ * Refactor extension API documentation (#729).
+ * Load entry_points (for extensions) only once using
+ importlib.metadata.
+ * Do not double escape entities in TOC.
+ * Correctly report if an extension raises a TypeError (#939).
+ * Raise a KeyError when attempting to delete a nonexistent key
+ from the extension registry (#939).
+ * Remove import of packaging (or pkg_resources fallback) entirely
+ * Remove setuptools as a run-time dependency (install_required).
+- add new requirement importlib-metadata for python < 3.8
+- remove setuptools from Requires: dependency dropped by upstream
+
+-------------------------------------------------------------------
Old:
----
Markdown-3.2.1.tar.gz
New:
----
Markdown-3.2.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Markdown.spec ++++++
--- /var/tmp/diff_new_pack.1jZvf9/_old 2020-05-12 22:27:53.539313460 +0200
+++ /var/tmp/diff_new_pack.1jZvf9/_new 2020-05-12 22:27:53.539313460 +0200
@@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-Markdown
-Version: 3.2.1
+Version: 3.2.2
Release: 0
Summary: Python implementation of Markdown
License: BSD-3-Clause
@@ -28,12 +28,13 @@
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 importlib-metadata}
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module xml}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-setuptools
+Requires: python-importlib-metadata
Requires: python-xml
Requires(post): update-alternatives
Requires(postun): update-alternatives
++++++ Markdown-3.2.1.tar.gz -> Markdown-3.2.2.tar.gz ++++++
++++ 2246 lines of diff (skipped)