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