Update package with version 0.8.0

This commit is contained in:
desert-sailor 2024-03-06 10:44:26 +08:00
parent 79663d4765
commit 7099da933b
3 changed files with 7 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,13 @@
%global pypi_name mkdocs-minify-plugin
Name: python-%{pypi_name}
Version: 0.7.1
Version: 0.8.0
Release: 1
Summary: An MkDocs plugin to minify HTML, JS or CSS files prior to being written to disk
License: MIT
URL: https://github.com/byrnereese/mkdocs-minify-plugin
Source0: https://files.pythonhosted.org/packages/c5/a9/d8ecb295c78f898ca84970d47ee202a69a10b53c2a3cd7346f9a44abd067/mkdocs-minify-plugin-0.7.1.tar.gz
Source0: https://files.pythonhosted.org/packages/52/67/fe4b77e7a8ae7628392e28b14122588beaf6078b53eb91c7ed000fd158ac/mkdocs-minify-plugin-0.8.0.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
@ -41,5 +41,10 @@ An MkDocs plugin to minify HTML, JS or CSS files prior to being written to disk
%{python3_sitelib}/mkdocs_minify_plugin*
%changelog
* Wed Mar 6 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 0.8.0-1
- Update package with version 0.8.0
Remove python 3.7 support and upgrade setup-python action
Upgrade setup-python action to v5
* Wed Aug 23 2023 luolu12 <luluoc@isoftstone.com> - 0.7.1-1
- Initial package.