# HG changeset patch # User Franz Glasner # Date 1771336059 -3600 # Node ID e4d71f20d908b35f9e3cb6b4801a44ab48f8ce95 # Parent feac4bc0204198a5a4f31957b994027ecacaf819 Use "gzip --best" compression when recompressing the sdist after post-processing diff -r feac4bc02041 -r e4d71f20d908 Makefile --- a/Makefile Tue Feb 17 14:47:09 2026 +0100 +++ b/Makefile Tue Feb 17 14:47:39 2026 +0100 @@ -19,7 +19,7 @@ build: python setup.py sdist bdist_wheel python _postprocess-sdist.py - gzip dist/*tar + gzip --best dist/*tar distclean: clean # package build information