public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python3.14] rawhide: rpmlint: Extend the rule about no-documentation for freethreading subpackages
@ 2026-08-27 12:14 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-27 12:14 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python3.14
            Branch : rawhide
            Commit : bef861129d165208a595b6261eb9a825e3a60779
            Author : Miro Hrončok <miro@hroncok.cz>
            Date   : 2026-08-21T11:18:52+02:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python3.14/c/bef861129d165208a595b6261eb9a825e3a60779?branch=rawhide

            Log:
            rpmlint: Extend the rule about no-documentation for freethreading subpackages

This avoids:

    python3.15-freethreading-devel.aarch64: W: no-documentation
    python3.15-freethreading-devel.i686: W: no-documentation
    python3.15-freethreading-devel.ppc64le: W: no-documentation
    python3.15-freethreading-devel.s390x: W: no-documentation
    python3.15-freethreading-devel.x86_64: W: no-documentation
    python3.15-freethreading-idle.aarch64: W: no-documentation
    python3.15-freethreading-idle.i686: W: no-documentation
    python3.15-freethreading-idle.ppc64le: W: no-documentation
    python3.15-freethreading-idle.s390x: W: no-documentation
    python3.15-freethreading-idle.x86_64: W: no-documentation
    python3.15-freethreading-test.aarch64: W: no-documentation
    python3.15-freethreading-test.i686: W: no-documentation
    python3.15-freethreading-test.ppc64le: W: no-documentation
    python3.15-freethreading-test.s390x: W: no-documentation
    python3.15-freethreading-test.x86_64: W: no-documentation
    python3.15-freethreading-tkinter.aarch64: W: no-documentation
    python3.15-freethreading-tkinter.i686: W: no-documentation
    python3.15-freethreading-tkinter.ppc64le: W: no-documentation
    python3.15-freethreading-tkinter.s390x: W: no-documentation
    python3.15-freethreading-tkinter.x86_64: W: no-documentation

---
diff --git a/rpmlint.toml b/rpmlint.toml
index 1cc1623..169e95a 100644
--- a/rpmlint.toml
+++ b/rpmlint.toml
@@ -58,7 +58,7 @@ Filters = [
     'no-manual-page-for-binary python3\.\d+t?dm?$',
 
     # missing documentation from subpackages
-    '^python3(\.\d+)?-(freethreading(-debug)?|debug|tkinter|test|idle)\.[^:]+: (E|W): no-documentation',
+    '^python3(\.\d+)?-(freethreading(-\w+)?|debug|tkinter|test|idle)\.[^:]+: (E|W): no-documentation',
 
     # platform python is obsoleted, but not provided
     'obsolete-not-provided platform-python',

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-27 12:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-27 12:14 [rpms/python3.14] rawhide: rpmlint: Extend the rule about no-documentation for freethreading subpackages 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox