From dbfa48aa5f640d4ec3b2981e3c0adba9fe56bf22 Mon Sep 17 00:00:00 2001 From: rockerzhu Date: Mon, 25 Sep 2023 15:43:26 +0800 Subject: [PATCH] upgrade to 3.4.4 --- python-markdown.spec | 22 ++++++++++++---------- sources | 2 +- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/python-markdown.spec b/python-markdown.spec index 0a8bc77..0756f2d 100644 --- a/python-markdown.spec +++ b/python-markdown.spec @@ -1,9 +1,9 @@ %global pkgname markdown -Name: python-%{pkgname} -Version: 3.3.6 -Release: 5%{?dist} Summary: Markdown implementation in Python +Name: python-%{pkgname} +Version: 3.4.4 +Release: 1%{?dist} License: BSD URL: https://python-markdown.github.io/ Source0: https://pypi.python.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz @@ -31,30 +31,32 @@ though there are a few known issues. %prep %autosetup -p1 -n Markdown-%{version} +%generate_buildrequires +%pyproject_buildrequires %build -%py3_build - +%pyproject_wheel %install -%py3_install - +%pyproject_install +%pyproject_save_files %{pkgname} %check %python3 -m unittest discover tests - -%files -n python%{python3_pkgversion}-%{pkgname} +%files -n python%{python3_pkgversion}-%{pkgname} -f %{pyproject_files} %license LICENSE.* -%{python3_sitelib}/* %{_bindir}/markdown_py %changelog +* Mon Sep 25 2023 rockerzhu - 3.4.4-1 +- Upgrade to 3.4.4 + * Tue Sep 19 2023 OpenCloudOS Release Engineering - 3.3.6-5 - Rebuilt for python 3.11 diff --git a/sources b/sources index 824d428..390967f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Markdown-3.3.6.tar.gz) = 7c425470781becae981980a35ef6c609e0c2c76689ba81344607e94d362ae437ac33070c52d2818e90172dc09294185b9ca4eb5f0a50171b55dfac09d634ccb2 +SHA512 (Markdown-3.4.4.tar.gz) = 39e808d5a4a07b57e931a844c3d8f6fe564849f8b5922eef6708e5a600cf7e742d92617d9d9649cab0eab34a6ffc7bc97e9ea960ffef75e9062aa375769e6a28 -- Gitee