diff --git a/python-nbclient.changes b/python-nbclient.changes index cd51797..20b2daf 100644 --- a/python-nbclient.changes +++ b/python-nbclient.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 21 22:28:41 UTC 2024 - Matej Cepl + +- Remove color from logs. + ------------------------------------------------------------------- Thu Nov 21 18:57:39 UTC 2024 - Ben Greiner diff --git a/python-nbclient.spec b/python-nbclient.spec index 6b831c3..9a25ec5 100644 --- a/python-nbclient.spec +++ b/python-nbclient.spec @@ -81,6 +81,7 @@ NBClient is a tool for parameterizing andexecuting Jupyter Notebooks. %prep %autosetup -p1 -n nbclient-%{version} +sed -i 's/, "--color=yes"//' pyproject.toml %if ! %{with test} %build