From 8bee97b25cccfb15506ba10939663b190f361353ec78b5ed4bf3246662d9dc79 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 21 Nov 2024 22:31:52 +0000 Subject: [PATCH] - Remove color from logs. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=70 --- python-nbclient.changes | 5 +++++ python-nbclient.spec | 1 + 2 files changed, 6 insertions(+) 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