!2 Update package to version 10.7

From: @desert-sailor 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2024-03-04 06:35:00 +00:00 committed by Gitee
commit a382dc6407
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 11 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -3,13 +3,13 @@
%global source_name pymdown_extensions %global source_name pymdown_extensions
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 10.0.1 Version: 10.7
Release: 1 Release: 1
Summary: Extension pack for Python Markdown. Summary: Extension pack for Python Markdown.
License: MIT License: MIT
URL: https://github.com/facelessuser/pymdown-extensions URL: https://github.com/facelessuser/pymdown-extensions
Source0: https://files.pythonhosted.org/packages/cb/06/5779fe8fa684080bcb0eeabcbcb9bfe2cf14dcf776b687001e7820fba660/pymdown_extensions-10.0.1.tar.gz Source0: https://files.pythonhosted.org/packages/6e/80/d973f39f614fd148f7f67ce457198d30d70eff93447b55bd964720c5f16b/pymdown_extensions-10.7.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-devel BuildRequires: python3-devel
@ -45,5 +45,14 @@ Extension pack for Python Markdown.
%{python3_sitelib}/pymdown_extensions*.dist-info/ %{python3_sitelib}/pymdown_extensions*.dist-info/
%changelog %changelog
* Mon Mar 4 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 10.7-1
- Update package to version 10.7
Allow configuring custom repository providers based off the existing providers.
Admonitions and Details now allow configuring custom block classes and default titles.
Ensure that Keys does not parse base64 encoded URLs.
Allow PathLike objects for base_path to better support interactions with MkDocs.
Officially support Python 3.12 and drop Python 3.7 support.
Add new combine_header_slug option in legacy Tabbed extension and new Block Tab extension
* Wed Jun 28 2023 Dongxing Wang <dxwangk@isoftstone.com> - 10.0.1-1 * Wed Jun 28 2023 Dongxing Wang <dxwangk@isoftstone.com> - 10.0.1-1
- Initial package - Initial package