public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Antonio Trande <sagitter@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/petsc] main: Modify sed command
Date: Wed, 24 Jun 2026 18:49:27 GMT [thread overview]
Message-ID: <178232696705.1.8636005445071313640.rpms-petsc-edcc2f2e14a7@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/petsc
Branch : main
Commit : edcc2f2e14a7802c3c7caff5893c48d102ef47b0
Author : Antonio Trande <sagitter@fedoraproject.org>
Date : 2026-06-24T20:49:07+02:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/petsc/c/edcc2f2e14a7802c3c7caff5893c48d102ef47b0?branch=main
Log:
Modify sed command
---
diff --git a/petsc.spec b/petsc.spec
index 97e3744..bb0e95a 100644
--- a/petsc.spec
+++ b/petsc.spec
@@ -595,8 +595,8 @@ done
# Avoid AssertionError with Python-3.15*
# See https://gitlab.com/petsc/petsc/-/work_items/1902
-%if 0%{?python3_version_nodots} > 313
-sed -n '325d' %{name}-%{version}/src/binding/petsc4py/test/test_mat_py.py
+%if 0%{?python3_version_nodots} > 314
+sed -i '/self.assertEqual(getrefcount(context), 3)/d' %{name}-%{version}/src/binding/petsc4py/test/test_mat_py.py
%endif
%endif
reply other threads:[~2026-06-24 18:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178232696705.1.8636005445071313640.rpms-petsc-edcc2f2e14a7@fedoraproject.org \
--to=sagitter@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox