Accepting request 1075683 from 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 (forwarded request 1075682 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/1075683
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-events?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2023-04-03 15:45:24 +00:00 committed by Git OBS Bridge
commit bfff76998c
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Mar 30 19:48:36 UTC 2023 - Ben Greiner <code@bnavigator.de>
- 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 <code@bnavigator.de>

View File

@ -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