diff --git a/python-jsonpickle.changes b/python-jsonpickle.changes index b3a6689..1a8e112 100644 --- a/python-jsonpickle.changes +++ b/python-jsonpickle.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 6 19:51:47 UTC 2022 - Ben Greiner + +- Don't test and recommend unmaintained packages demjson and + feedparser + ------------------------------------------------------------------- Mon Feb 15 21:52:25 UTC 2021 - Ben Greiner diff --git a/python-jsonpickle.spec b/python-jsonpickle.spec index 60c21cc..38a7a49 100644 --- a/python-jsonpickle.spec +++ b/python-jsonpickle.spec @@ -37,7 +37,6 @@ BuildRequires: python-rpm-macros Requires: python-importlib_metadata %endif Recommends: python-simplejson -Suggests: python-demjson Suggests: python-ujson Suggests: python-yajl Suggests: python-numpy @@ -53,8 +52,6 @@ BuildRequires: %{python_module simplejson} BuildRequires: %{python_module numpy if (%python-base without python36-base)} %if ! 0%{?_with_ringdisabled} # Test these in a normal devel project or locally, but not when staging with Ring1 -BuildRequires: %{python_module demjson} -BuildRequires: %{python_module feedparser} BuildRequires: %{python_module ujson} BuildRequires: %{python_module pandas if (%python-base without python36-base)} BuildRequires: %{python_module scikit-learn if (%python-base without python36-base)}