From 5a0e6fb76314c302c2c15b3e31cbd215fff9f2c166c2e28a406df1e98a718ef7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 21 Nov 2024 22:31:55 +0000 Subject: [PATCH] - Remove color from logs. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbformat?expand=0&rev=67 --- python-nbformat.changes | 5 +++++ python-nbformat.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-nbformat.changes b/python-nbformat.changes index f37e72c..968b2bc 100644 --- a/python-nbformat.changes +++ b/python-nbformat.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 21 22:29:18 UTC 2024 - Matej Cepl + +- Remove color from logs. + ------------------------------------------------------------------- Thu Nov 21 18:39:53 UTC 2024 - Ben Greiner diff --git a/python-nbformat.spec b/python-nbformat.spec index 746a5b4..6c3cf47 100644 --- a/python-nbformat.spec +++ b/python-nbformat.spec @@ -71,7 +71,7 @@ This package provides the python interface. %prep %autosetup -p1 -n nbformat-%{version} -sed -i 's/\@\@\@/%{version}/' pyproject.toml +sed -i -e 's/"--color=yes", //' -e 's/\@\@\@/%{version}/' pyproject.toml %build %pyproject_wheel