https://bugzilla.redhat.com/show_bug.cgi?id=2001684 --- Comment #4 from Miro Hrončok <mhroncok@xxxxxxxxxx> --- My personal opinion: Do not define %{pypi_name}, %{pretty_name}, %{srcname}, etc. at all: it just makes the specfile hard to read. Use explicit value everywhere. E.g. use %{pypi_source keyrings.alt}. The Python guidelines don't really explicitly mention this, but they do the same thing in examples. The %{pypi_source} documentation even says the automatic name is deprecated: https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#pypi_source Relevant discussion: https://lists.fedoraproject.org/archives/list/python-devel@xxxxxxxxxxxxxxxxxxxxxxx/message/RDNMKJHCLOL57W37EY2GQQ2Y5MAJ43MK/ -------- About %pyproject_save_files: it always includes the one .dist-info directory + it takes a list of module names globs to include. If there are multiple .dist-info directories found, it will fail. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure