diff --git a/python-structlog.changes b/python-structlog.changes index a49271a..ce02399 100644 --- a/python-structlog.changes +++ b/python-structlog.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Nov 11 13:14:31 UTC 2022 - pgajdos@suse.com + +- silent rpmlint + +------------------------------------------------------------------- +Fri Nov 11 12:02:17 UTC 2022 - pgajdos@suse.com + +- python-six is not required + ------------------------------------------------------------------- Thu Jul 21 07:12:29 UTC 2022 - Michael Vetter diff --git a/python-structlog.spec b/python-structlog.spec index daeab50..9088576 100644 --- a/python-structlog.spec +++ b/python-structlog.spec @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} # because of acyncio for tests %define skip_python2 1 Name: python-structlog @@ -38,10 +37,8 @@ BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module python-rapidjson} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module simplejson} -BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-six BuildArch: noarch %python_subpackages @@ -69,6 +66,7 @@ like the standard library’s logging module. %files %{python_files} %doc CHANGE* README* %license LICENSE* -%{python_sitelib}/* +%{python_sitelib}/structlog +%{python_sitelib}/structlog*-info %changelog