From a4c7f5b5096e20bfa52fcf7eef4ea13dd1357d8ef49b6ce5d049f4317b018aa5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 23 Sep 2022 09:34:12 +0000 Subject: [PATCH] - Fix metadata (description and files). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatch_nodejs_version?expand=0&rev=2 --- python-hatch_nodejs_version.changes | 5 +++++ python-hatch_nodejs_version.spec | 12 ++++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/python-hatch_nodejs_version.changes b/python-hatch_nodejs_version.changes index 0ce887a..aa3d8ef 100644 --- a/python-hatch_nodejs_version.changes +++ b/python-hatch_nodejs_version.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 23 09:34:04 UTC 2022 - Matej Cepl + +- Fix metadata (description and files). + ------------------------------------------------------------------- Thu Sep 22 18:16:36 UTC 2022 - Arun Persaud diff --git a/python-hatch_nodejs_version.spec b/python-hatch_nodejs_version.spec index f0408f9..b21ac06 100644 --- a/python-hatch_nodejs_version.spec +++ b/python-hatch_nodejs_version.spec @@ -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