Matej Cepl 2023-07-19 15:51:28 +00:00 committed by Git OBS Bridge
parent 1f0c0b9cae
commit 5cb375f2d9

View File

@ -25,9 +25,10 @@ License: BSD-2-Clause
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/madzak/python-json-logger URL: https://github.com/madzak/python-json-logger
Source: https://files.pythonhosted.org/packages/source/p/python-json-logger/python-json-logger-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/python-json-logger/python-json-logger-%{version}.tar.gz
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-setuptools
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
@ -35,13 +36,14 @@ BuildArch: noarch
A python library adding a json log formatter. A python library adding a json log formatter.
%prep %prep
%setup -q -n python-json-logger-%{version} %autosetup -p1 -n python-json-logger-%{version}
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
%pyunittest discover -v %pyunittest discover -v
@ -49,6 +51,7 @@ A python library adding a json log formatter.
%files %{python_files} %files %{python_files}
%doc README.md %doc README.md
%license LICENSE %license LICENSE
%{python_sitelib}/* %{python_sitelib}/python_json_logger-%{version}*-info
%{python_sitelib}/pythonjsonlogger
%changelog %changelog