public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-typer] rawhide: Improve the .rpmlintrc file
Date: Fri, 28 Aug 2026 20:56:02 GMT [thread overview]
Message-ID: <178795056228.1.7846057734969915415.rpms-python-typer-cbabc004d684@fedoraproject.org> (raw)
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$")
reply other threads:[~2026-08-28 20:56 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=178795056228.1.7846057734969915415.rpms-python-typer-cbabc004d684@fedoraproject.org \
--to=code@musicinmybrain.net \
--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