Dependency generators for Python RPMs
Go to file
Miro Hrončok 592400f58b Remove a no longer needed workaround for RPM <= 4.16 warning
This removes an ugly hack that was used to get rid of:

    warning: Macro %1 defined but not used within scope

I've noticed the %_pythonname_obsoletes generator does not expand %1
on non-RHELs and yet the warning is not shown.
When debugging the missing warning,
I've noticed it is never shown at all.

According to RPM upstream, the warning was an undesired artifact:
https://github.com/rpm-software-management/rpm/discussions/2501

It was purposefully removed starting with RPM 4.17.
2023-10-06 11:59:15 +02:00
tests CI: Run pytest via script to make it easier to reuse it in python-packaging 2023-04-19 20:27:07 +02:00
.gitignore Update the test data sources 2023-01-05 09:39:19 +01:00
COPYING Fork upstream generators 2018-02-11 00:50:54 +01:00
python-rpm-generators.spec Avoid DeprecationWarning: Implicit None on return values is deprecated and will raise KeyErrors 2023-10-03 12:07:49 +02:00
python.attr Generate provides for /app-installed flatpak builds 2023-04-20 04:23:47 +02:00
pythonbundles.py License: Clarify pythonbundles.py license 2023-05-05 14:01:14 +02:00
pythondist.attr Generate provides for /app-installed flatpak builds 2023-04-20 04:23:47 +02:00
pythondistdeps.py Avoid DeprecationWarning: Implicit None on return values is deprecated and will raise KeyErrors 2023-10-03 12:07:49 +02:00
pythonname.attr Remove a no longer needed workaround for RPM <= 4.16 warning 2023-10-06 11:59:15 +02:00
rpminspect.yaml Add rpminspect file 2022-02-02 15:24:19 +00:00
sources Update the test data sources 2023-01-05 09:39:19 +01:00
update-test-sources.sh pythondistdeps.py: Compare extras as lowercase 2021-03-11 13:41:25 +01:00