Go to file
Miro Hrončok 8aff12c51e When flat, don't require/provide python(abi) = 3.10
The regex was broken for two+ digit minor version.

Providing python(abi) = 3.10 confuses the dependency resolution in the
Python 3.10 testing copr.

E.g. python3-sphinx requires `python(abi) = 3.10` and `/usr/bin/python3`.
In certain circumstances, dnf installs python3 and python3.10 from rawhide,
satisfying both of the dependencies.

Running `sphinx-build` hence ends up with:

    Traceback (most recent call last):
      File "/usr/bin/sphinx-build", line 5, in <module>
        from sphinx.cmd.build import main
    ModuleNotFoundError: No module named 'sphinx'
2021-03-22 12:44:11 +01:00
tests Revert "CI: Skip marshalparser tests for now" 2020-11-10 13:34:52 +01:00
.gitignore Ignore stuff 2017-12-01 13:57:42 +01:00
00001-rpath.patch Update to 3.10.0a4 2021-01-05 00:29:47 +01:00
00251-change-user-install-location.patch Update to 3.10.0a4 2021-01-05 00:29:47 +01:00
00328-pyc-timestamp-invalidation-mode.patch Initial Python 3.10 package forked from Python 3.9 2020-10-12 10:32:54 +02:00
check-pyc-timestamps.py Renew check-pyc-timestamps.py 2018-08-17 16:05:13 +02:00
idle3.appdata.xml Add AppData and desktop file for IDLE 3 (rhbz#1392049) 2017-02-28 14:33:44 +01:00
idle3.desktop Add AppData and desktop file for IDLE 3 (rhbz#1392049) 2017-02-28 14:33:44 +01:00
pgp_keys.asc Initial Python 3.10 package forked from Python 3.9 2020-10-12 10:32:54 +02:00
python3.10.rpmlintrc Initial Python 3.10 package forked from Python 3.9 2020-10-12 10:32:54 +02:00
python3.10.spec When flat, don't require/provide python(abi) = 3.10 2021-03-22 12:44:11 +01:00
sources Update to 3.10.0a6 2021-03-02 18:03:24 +01:00