diff --git a/python-python-json-logger.changes b/python-python-json-logger.changes index 17b4a5c..aa0146b 100644 --- a/python-python-json-logger.changes +++ b/python-python-json-logger.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 2 22:49:44 UTC 2024 - Dirk Müller + +- require setuptools + ------------------------------------------------------------------- Thu Jul 20 13:09:51 UTC 2023 - Matej Cepl @@ -45,13 +50,13 @@ Thu Oct 6 22:41:33 UTC 2022 - Yogalakshmi Arunachalam Changed a link archive of the reference page in case it's down. - @ahonnecke Removed unnecessary try-except around OrderedDict usage - @sozofaan Update documentation link to json module + use https - @deronnax - Dropped 3.5 support. - @bringhurst + Dropped 3.5 support. - @bringhurst ------------------------------------------------------------------- Sat Nov 6 18:37:44 UTC 2021 - Dirk Müller - update to 2.0.2: - * drop python 3.4 support + * drop python 3.4 support ------------------------------------------------------------------- Fri May 28 08:49:54 UTC 2021 - pgajdos@suse.com diff --git a/python-python-json-logger.spec b/python-python-json-logger.spec index 7d4a6f6..331b7d0 100644 --- a/python-python-json-logger.spec +++ b/python-python-json-logger.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-json-logger # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +26,7 @@ Group: Development/Languages/Python 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 BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros