public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python3.9] rawhide: Run a new test to monitor changes in required symbols
@ 2026-07-14 9:13
0 siblings, 0 replies; only message in thread
From: @ 2026-07-14 9:13 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python3.9
Branch : rawhide
Commit : 8100e923dc113056aceb221c02e2db0871b0f136
Author : Lumír Balhar <lbalhar@redhat.com>
Date : 2026-07-03T12:21:43+02:00
Stats : +5/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python3.9/c/8100e923dc113056aceb221c02e2db0871b0f136?branch=rawhide
Log:
Run a new test to monitor changes in required symbols
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
---
diff --git a/plan.fmf b/plan.fmf
index f5f58a3..600e4ac 100644
--- a/plan.fmf
+++ b/plan.fmf
@@ -25,6 +25,9 @@ discover:
- name: marshalparser
path: /marshalparser
test: "VERSION=${pybasever} SAMPLE=10 ./test_marshalparser_compatibility.sh"
+ - name: required_symbols
+ path: /required-symbols
+ test: "VERSION=${pybasever} ./check.sh"
prepare:
- name: Install dependencies
@@ -39,8 +42,9 @@ prepare:
- python3-tox # for venv tests
- glibc-all-langpacks # for locale tests
- marshalparser # for testing compatibility (magic numbers) with marshalparser
+ - binutils # for nm (symbol inspection)
- rpm # for debugging marshalparser
- - dnf # for upgrade
+ - dnf # for upgrade and downgrade
- name: Update packages
how: shell
script: dnf upgrade -y
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-14 9:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-14 9:13 [rpms/python3.9] rawhide: Run a new test to monitor changes in required symbols
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox