diff --git a/mkdocs_material-9.1.16.tar.gz b/mkdocs_material-9.5.41.tar.gz similarity index 33% rename from mkdocs_material-9.1.16.tar.gz rename to mkdocs_material-9.5.41.tar.gz index 2799b2d414f1ec0103cc4566fe19648b180c9c7a..40c539aaf990601093353de247662030b02c82a5 100644 Binary files a/mkdocs_material-9.1.16.tar.gz and b/mkdocs_material-9.5.41.tar.gz differ diff --git a/python-mkdocs-material.spec b/python-mkdocs-material.spec index 513e9dbe7d86b2756d9f9ea87fa6cf8f9c227bde..fcab74cb1b58ace28481a66929ec6ff4b3151413 100644 --- a/python-mkdocs-material.spec +++ b/python-mkdocs-material.spec @@ -3,13 +3,13 @@ %global source_name mkdocs_material Name: python-%{pypi_name} -Version: 9.1.16 +Version: 9.5.41 Release: 1 Summary: A Material Design theme for MkDocs. License: MIT URL: https://squidfunk.github.io/mkdocs-material -Source0: https://files.pythonhosted.org/packages/b5/35/96d2fae52aad6e6c0a79a3106ec013f4c4270dfcc52bb01e9cb1895b85ff/mkdocs_material-9.1.16.tar.gz +Source0: https://files.pythonhosted.org/packages/ab/56/c58fe932fe0b3e70b065f1ce5759672c81ae91d00b720023ab8cd580b7a8/mkdocs_material-9.5.41.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -33,6 +33,9 @@ A Material Design theme for MkDocs. %prep %autosetup -p1 -n %{source_name}-%{version} +sed -i 's/\~=/\>=/g' pyproject.toml +sed -i 's/\~=/\>=/g' requirements.txt +sed -i 's/\~=/\>=/g' PKG-INFO %build %pyproject_build @@ -47,5 +50,12 @@ A Material Design theme for MkDocs. %{python3_sitelib}/%{source_name}*.dist-info/ %changelog +* Mon Dec 09 2024 Dongxing Wang - 9.5.41-1 +- Update package to version 9.5.41 + Added 4th and 5th level ordered list styles + Updated Mermaid.js to version 11 + Added support for fetching latest release from GitLab + Updated MkDocs to 1.6 and limited version to < 2 + * Sun Jun 18 2023 Dongxing Wang - 9.1.16-1 - Initial package