8c2a1c0ac9
https://fedoraproject.org/wiki/Changes/Disable_Python_2_Dist_RPM_Generators_and_Freeze_Python_2_Macros The regex previously matched any Python version in a form of <single digit>.<at least one digit>. Now it matches anything from 3.0 above: <single digit (3 or higher)>.<at least one digit> It still does not match <multiple digits>.<at least one digit>, e.g. 11.0. This is a breaking change, hence the version bump. |
||
---|---|---|
tests | ||
.gitignore | ||
COPYING | ||
python-rpm-generators.spec | ||
python.attr | ||
pythonbundles.py | ||
pythondist.attr | ||
pythondistdeps.py | ||
pythonname.attr | ||
sources | ||
update-test-sources.sh |