Go to file
Miro Hrončok 8c2a1c0ac9 Disable the dist generators for Python 2
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.
2021-02-03 14:09:45 +01:00
tests Add a test for a requires with multiple underscores 2020-09-25 14:22:03 +02:00
.gitignore Bump version, enable new features, add test suite to Fedora CI 2020-05-04 13:45:57 +02:00
COPYING Fork upstream generators 2018-02-11 00:50:54 +01:00
python-rpm-generators.spec Disable the dist generators for Python 2 2021-02-03 14:09:45 +01:00
python.attr Fix python(abi) requires generator, it picked files from almost good directories 2020-06-18 13:32:24 +02:00
pythonbundles.py Add executable bit to pythonbundles.py 2020-10-19 12:56:51 +02:00
pythondist.attr Disable the dist generators for Python 2 2021-02-03 14:09:45 +01:00
pythondistdeps.py Run scripts in an isolated environment (#1889080) 2020-10-19 12:56:43 +02:00
pythonname.attr Deduplicate automatically provided names trough Python RPM Lua macros 2020-05-05 14:02:52 +02:00
sources Bump version, enable new features, add test suite to Fedora CI 2020-05-04 13:45:57 +02:00
update-test-sources.sh Bump version, enable new features, add test suite to Fedora CI 2020-05-04 13:45:57 +02:00