From e91286a6913dfd6b92f7d6f8e1efd17b73d9cefec8441e3d2e6c3e2c198b14ca Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 6 Jan 2022 20:04:18 +0000 Subject: [PATCH] Accepting request 944521 from home:bnavigator:branches:devel:languages:python - Don't test and recommend unmaintained packages demjson and feedparser OBS-URL: https://build.opensuse.org/request/show/944521 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpickle?expand=0&rev=22 --- python-jsonpickle.changes | 6 ++++++ python-jsonpickle.spec | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) 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)}