Go to file
Marcel Plch 740668aab7 POC: keep only cache for large, autogenerated files
This saves about 2 MiB from the package. When all rpms get extracted,
the comparison is as follows on an ext4 filesystem:

With this patch:
$ du -s usr
195828 usr/

Without this patch:
$ du -s usr
198224 usr/

Which is a difference of 2.396 MiB.

To reduce the filesystem footprint of the Python installation, some
files are now being removed and only one level of their pycache
(non-optimized) is being kept.

These particular files were chosen for their size and the fact that they
are autogenerated, thus hard to read.
2020-07-17 08:44:58 +00:00
tests Fedora CI: Bring in the config from the python3 component 2020-05-30 09:15:31 +02:00
.gitignore Ignore stuff 2017-12-01 13:57:42 +01:00
00001-rpath.patch Update to 3.9.0b4 2020-07-07 12:53:18 +02:00
00111-no-static-lib.patch Update to 3.9.0b4 2020-07-07 12:53:18 +02:00
00189-use-rpm-wheels.patch Update to 3.9.0b4 2020-07-07 12:53:18 +02:00
00251-change-user-install-location.patch Update to 3.9.0b4 2020-07-07 12:53:18 +02:00
00274-fix-arch-names.patch Update to 3.9.0b4 2020-07-07 12:53:18 +02:00
00328-pyc-timestamp-invalidation-mode.patch Update to 3.9.0b4 2020-07-07 12:53:18 +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 POC: keep only cache for large, autogenerated files 2020-07-17 08:44:58 +00:00
sources Update to 3.9.0b4 2020-07-07 12:53:18 +02:00