Easily build and distribute Python packages
Go to file
Miro Hrončok 8d079510db Don't measure wheel size with du
The `du` tool estimates disk usage, so filesystem settings
(block size, compression, holes, etc.) might change the result.

Use `stat` instead for a more reproducible result.

Note that I've changed 900 (KiB) to 900000 (bytes) which is in fact not correct
(900 KiB is 921600 bytes),
but I assumed a human-readable round number works better here.
I've updated the comment to say kB instead of KiB.

Fixes https://bugzilla.redhat.com/2143393
2022-11-30 14:34:59 +01:00
tests Fedora CI: Fix Python 3.10 and add Python 3.11 2022-06-27 22:57:08 +00:00
.gitignore Upgrade to 45.2.0, no longer supports Python 2 2020-02-26 14:20:52 +01:00
python-setuptools.rpmlintrc Update rpmlintrc for rpmlint 2 2022-10-13 14:34:04 +02:00
python-setuptools.spec Don't measure wheel size with du 2022-11-30 14:34:59 +01:00
Remove-optional-or-unpackaged-test-deps.patch Update to 65.5.1 2022-11-08 15:26:16 +01:00
sources Update to 65.5.1 2022-11-08 15:26:16 +01:00