public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/petsc] main: Modify sed command
@ 2026-06-24 18:49 Antonio Trande
0 siblings, 0 replies; only message in thread
From: Antonio Trande @ 2026-06-24 18:49 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-24 18:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24 18:49 [rpms/petsc] main: Modify sed command Antonio Trande
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox