From 44fcfe62713ec72f9ccae55cf6483e4b877835e6e3d9a2b11e41fa065c298735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 11 May 2020 05:51:46 +0000 Subject: [PATCH 1/2] Accepting request 802354 from home:benoit_monin:branches:devel:languages:python - update to version 3.2.2 - add new requirement importlib-metadata for python < 3.8 - remove setuptools from Requires: dependency dropped by upstream OBS-URL: https://build.opensuse.org/request/show/802354 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=61 --- Markdown-3.2.1.tar.gz | 3 --- Markdown-3.2.2.tar.gz | 3 +++ python-Markdown.changes | 18 ++++++++++++++++++ python-Markdown.spec | 9 +++++++-- 4 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 Markdown-3.2.1.tar.gz create mode 100644 Markdown-3.2.2.tar.gz diff --git a/Markdown-3.2.1.tar.gz b/Markdown-3.2.1.tar.gz deleted file mode 100644 index 7c63afc..0000000 --- a/Markdown-3.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90fee683eeabe1a92e149f7ba74e5ccdc81cd397bd6c516d93a8da0ef90b6902 -size 297048 diff --git a/Markdown-3.2.2.tar.gz b/Markdown-3.2.2.tar.gz new file mode 100644 index 0000000..3772575 --- /dev/null +++ b/Markdown-3.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fafe3f1ecabfb514a5285fca634a53c1b32a81cb0feb154264d55bf2ff22c17 +size 299658 diff --git a/python-Markdown.changes b/python-Markdown.changes index 38ff764..9b4d629 100644 --- a/python-Markdown.changes +++ b/python-Markdown.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat May 9 18:45:23 UTC 2020 - Benoît Monin + +- 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 + ------------------------------------------------------------------- Thu Feb 13 19:07:42 UTC 2020 - Benoît Monin diff --git a/python-Markdown.spec b/python-Markdown.spec index 6b13cd5..2b6993b 100644 --- a/python-Markdown.spec +++ b/python-Markdown.spec @@ -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,17 @@ Group: Development/Languages/Python 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 +%if %{?suse_version} <= 1500 +BuildRequires: %{python_module importlib-metadata} +%endif BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module xml} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-setuptools +%if %{?suse_version} <= 1500 +Requires: python-importlib-metadata +%endif Requires: python-xml Requires(post): update-alternatives Requires(postun): update-alternatives From 9293df5884490f7c1d8042963073413ec30e6ba30308faf3297b1cb7c5115f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 11 May 2020 05:52:18 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=62 --- python-Markdown.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python-Markdown.spec b/python-Markdown.spec index 2b6993b..418e010 100644 --- a/python-Markdown.spec +++ b/python-Markdown.spec @@ -28,17 +28,13 @@ Group: Development/Languages/Python 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 -%if %{?suse_version} <= 1500 BuildRequires: %{python_module importlib-metadata} -%endif BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module xml} BuildRequires: fdupes BuildRequires: python-rpm-macros -%if %{?suse_version} <= 1500 Requires: python-importlib-metadata -%endif Requires: python-xml Requires(post): update-alternatives Requires(postun): update-alternatives