Update package to version 0.3.2

This commit is contained in:
jxy_git 2023-12-08 14:21:00 +08:00
parent d7ce31cd7b
commit ba0132c649
3 changed files with 5 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -3,13 +3,12 @@
%global source_name hatch_nodejs_version %global source_name hatch_nodejs_version
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.3.1 Version: 0.3.2
Release: 1 Release: 1
Summary: Hatch plugin for versioning from a package.json file. Summary: Hatch plugin for versioning from a package.json file.
License: MIT License: MIT
URL: https://github.com/agoose77/hatch-nodejs-version URL: https://github.com/agoose77/hatch-nodejs-version
Source0: https://files.pythonhosted.org/packages/1a/f7/e563b874c1ebd181e002b56801562516408fa1ff12bbba4f803faa4f433b/hatch_nodejs_version-0.3.1.tar.gz Source0: https://files.pythonhosted.org/packages/af/b6/c9406cfa9edf740c6b3de6173408a159228eac0cee80eead4a5b9cc88848/hatch_nodejs_version-0.3.2.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-devel BuildRequires: python3-devel
@ -45,5 +44,8 @@ Hatch plugin for versioning from a package.json file.
%{python3_sitelib}/hatch_nodejs_version*.dist-info/ %{python3_sitelib}/hatch_nodejs_version*.dist-info/
%changelog %changelog
* Fri Dec 08 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.3.2-1
- Update package to version 0.3.2
* Sun Jun 25 2023 Dongxing Wang <dxwangk@isoftstone.com> - 0.3.1-1 * Sun Jun 25 2023 Dongxing Wang <dxwangk@isoftstone.com> - 0.3.1-1
- Initial package 0.3.1 for mkdocs-material - Initial package 0.3.1 for mkdocs-material