Go to file
Lumir Balhar 898f7432fb Add support for upstream architectures' names
Pythons in RHEL/Fedora use different names for some architectures
than upstream and other distros (for example ppc64 vs. powerpc64).
See patch 274.
That means that an extension built with the default upstream settings
(on other distro or as an manylinux wheel) cannot be found by Python
on RHEL/Fedora because it has a different suffix.
This patch adds the original names to importlib so Python is able
to import extensions with an original architecture name in its
file name.
2020-08-04 14:04:42 +02:00
tests Add marshalparser to CI to test their compatibility 2020-07-31 07:20:54 +02:00
.gitignore Ignore stuff 2017-12-01 13:57:42 +01:00
00001-rpath.patch Convert patches to use github.com/fedora-python/importpatches 2020-07-21 11:09:56 +02:00
00111-no-static-lib.patch Convert patches to use github.com/fedora-python/importpatches 2020-07-21 11:09:56 +02:00
00189-use-rpm-wheels.patch Convert patches to use github.com/fedora-python/importpatches 2020-07-21 11:09:56 +02:00
00251-change-user-install-location.patch Convert patches to use github.com/fedora-python/importpatches 2020-07-21 11:09:56 +02:00
00274-fix-arch-names.patch Convert patches to use github.com/fedora-python/importpatches 2020-07-21 11:09:56 +02:00
00328-pyc-timestamp-invalidation-mode.patch Convert patches to use github.com/fedora-python/importpatches 2020-07-21 11:09:56 +02:00
00353-Original-names-for-architectures-with-different-name.patch Add support for upstream architectures' names 2020-08-04 14:04:42 +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
pubkeys.txt Verify upstream sources with GPG 2019-11-20 10:00:34 +01:00
python3.9.rpmlintrc rpmlint: Small fixes 2020-05-26 19:16:15 +02:00
python3.9.spec Add support for upstream architectures' names 2020-08-04 14:04:42 +02:00
sources Update to 3.9.0b5 2020-07-21 11:09:58 +02:00