From 4fa474217237bbde113d620527ffaa1075eae2e670d791a92ed3b8e0f7f80f0f Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 30 Mar 2023 20:05:24 +0000 Subject: [PATCH] Accepting request 1075682 from home:bnavigator:branches:devel:languages:python:jupyter - Work around gh#rpm-software-management/rpmlint#1043 * This produces false positives for python-missing-require and python-lefover-require but at least it does not crash rpmlint * See also gh#pypa/hatch#801, gh#jupyter/jupyter_events#70 OBS-URL: https://build.opensuse.org/request/show/1075682 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-events?expand=0&rev=6 --- python-jupyter-events.changes | 8 ++++++++ python-jupyter-events.spec | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/python-jupyter-events.changes b/python-jupyter-events.changes index e365243..d38f66c 100644 --- a/python-jupyter-events.changes +++ b/python-jupyter-events.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Mar 30 19:48:36 UTC 2023 - Ben Greiner + +- Work around gh#rpm-software-management/rpmlint#1043 + * This produces false positives for python-missing-require and + python-lefover-require but at least it does not crash rpmlint + * See also gh#pypa/hatch#801, gh#jupyter/jupyter_events#70 + ------------------------------------------------------------------- Sun Jan 15 21:04:58 UTC 2023 - Ben Greiner diff --git a/python-jupyter-events.spec b/python-jupyter-events.spec index d41d516..9425b5e 100644 --- a/python-jupyter-events.spec +++ b/python-jupyter-events.spec @@ -67,7 +67,8 @@ these events. %prep %autosetup -p1 -n jupyter_events-%{version} -sed -i 's/--color=yes//' pyproject.toml +# gh#pypa/hatch#801, gh#rpm-software-management/rpmlint#1043, gh#jupyter/jupyter_events#70 +sed -i -e 's/--color=yes//' -e '/jsonschema/ s/\[.*\]//' pyproject.toml %build %pyproject_wheel