- Fix metadata (description and files).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatch_nodejs_version?expand=0&rev=2
This commit is contained in:
2022-09-23 09:34:12 +00:00
committed by Git OBS Bridge
parent ad686270bc
commit a4c7f5b509
2 changed files with 15 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 23 09:34:04 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Fix metadata (description and files).
-------------------------------------------------------------------
Thu Sep 22 18:16:36 UTC 2022 - Arun Persaud <arun@gmx.de>

View File

@@ -36,6 +36,14 @@ BuildArch: noarch
%python_subpackages
%description
Hatch plugin to read pyproject.toml metadata from package.json
This package provides two Hatch plugins:
* version source plugin that reads/writes the package version
from the version field of the Node.js package.json file.
* metadata hook plugin that reads PEP 621 metadata from the
Node.js package.json file.
%prep
%setup -q -n hatch_nodejs_version-%{version}
@@ -52,7 +60,7 @@ BuildArch: noarch
%files %{python_files}
%doc README.md
%{python_sitelib}/hatch_nodejs_version/*
%{python_sitelib}/hatch_nodejs_version-%{version}.dist-info/*
%{python_sitelib}/hatch_nodejs_version
%{python_sitelib}/hatch_nodejs_version-%{version}.dist-info
%changelog