public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-typer] rawhide: Improve the .rpmlintrc file
@ 2026-08-28 20:56 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-28 20:56 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-typer
Branch : rawhide
Commit : cbabc004d6846a6c95a77225fa98b59d4ad9732f
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-28T21:55:52+01:00
Stats : +4/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-typer/c/cbabc004d6846a6c95a77225fa98b59d4ad9732f?branch=rawhide
Log:
Improve the .rpmlintrc file
[skip changelog]
---
diff --git a/python-typer.rpmlintrc b/python-typer.rpmlintrc
index ce841c9..0e4c61b 100644
--- a/python-typer.rpmlintrc
+++ b/python-typer.rpmlintrc
@@ -2,6 +2,7 @@
addFilter(r" obsolete-not-provided python3-typer-cli$")
addFilter(r" obsolete-not-provided python3-typer-slim$")
addFilter(r" obsolete-not-provided python3-typer-slim\+standard$")
-# Upstream actually does intend to ship this. See
-# https://github.com/fastapi/typer/pull/1620.
-addFilter(r" hidden-file-or-dir /.*/typer/.agents$")
+# Upstream intentionally ships the hidden .agents/skills/typer/ directory
+# inside the wheel. We are not sure that this is useful in distribution
+# packaging, but we err on the side of preserving it.
+addFilter(r"^python3-typer\..* hidden-file-or-dir /.*/site-packages/typer/.agents$")
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-28 20:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-28 20:56 [rpms/python-typer] rawhide: Improve the .rpmlintrc file Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox