Update package to version 1.3.1

This commit is contained in:
desert-sailor 2024-03-04 12:05:04 +08:00
parent 116309a13d
commit b387e97a8c
3 changed files with 8 additions and 2 deletions

Binary file not shown.

View File

@ -3,13 +3,13 @@
%global source_name mkdocs_material_extensions %global source_name mkdocs_material_extensions
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.1.1 Version: 1.3.1
Release: 1 Release: 1
Summary: Extension pack for Python Markdown and MkDocs Material. Summary: Extension pack for Python Markdown and MkDocs Material.
License: MIT License: MIT
URL: https://github.com/facelessuser/mkdocs-material-extensions URL: https://github.com/facelessuser/mkdocs-material-extensions
Source0: https://files.pythonhosted.org/packages/cd/3f/e5e3c9bfbb42e4cb661f71bcec787ae6bdf4a161b8c4bb68fd7d991c436c/mkdocs_material_extensions-1.1.1.tar.gz Source0: https://files.pythonhosted.org/packages/79/9b/9b4c96d6593b2a541e1cb8b34899a6d021d208bb357042823d4d2cabdbe7/mkdocs_material_extensions-1.3.1.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-devel BuildRequires: python3-devel
@ -45,5 +45,11 @@ Extension pack for Python Markdown and MkDocs Material.
%{python3_sitelib}/%{source_name}*.dist-info/ %{python3_sitelib}/%{source_name}*.dist-info/
%changelog %changelog
* Mon Mar 4 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 1.3.1-1
- Update package to version 1.3.1
Add official support for Python 3.11 and 3.12.
Remove support for Python 3.7.
FIX: Better deprecation warning.
* Mon Jun 26 2023 Dongxing Wang <dxwangk@isoftstone.com> - 1.1.1-1 * Mon Jun 26 2023 Dongxing Wang <dxwangk@isoftstone.com> - 1.1.1-1
- Initial package - Initial package