Commit Graph

3 Commits

Author SHA1 Message Date
Adolf Belka
e9fecdc039 python3-flit: Update to version 3.7.1
- Update from 3.6.0 to 3.7.1
- Update of rootfile
- Changelog
	Version 3.7.1
	    Fix building packages which need execution to get the version number, and
             have a relative import in __init__.py (PR #531).
	Version 3.7
	    Support for external data files such as man pages or Jupyter extension
             support files (PR #510).
	    Project names are now lowercase in wheel filenames and .dist-info folder
             names, in line with the specifications (PR #498).
	    Improved support for bootstrapping a Python environment, e.g. for downstream
             packagers (PR #511). flit_core.wheel is usable with python -m to create
             wheels before the build tool is available, and flit_core sdists also
             include a script to install itself from a wheel before installer is available.
	    Use newer importlib APIs, fixing some deprecation warnings (PR #499).

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-04-18 21:10:09 +00:00
Peter Müller
9a7e4d8506 Switch checksums from MD5 to BLAKE2
Historically, the MD5 checksums in our LFS files serve as a protection
against broken downloads, or accidentally corrupted source files.

While the sources are nowadays downloaded via HTTPS, it make sense to
beef up integrity protection for them, since transparently intercepting
TLS is believed to be feasible for more powerful actors, and the state
of the public PKI ecosystem is clearly not helping.

Therefore, this patch switches from MD5 to BLAKE2, updating all LFS
files as well as make.sh to deal with this checksum algorithm. BLAKE2 is
notably faster (and more secure) than SHA2, so the performance penalty
introduced by this patch is negligible, if noticeable at all.

In preparation of this patch, the toolchain files currently used have
been supplied with BLAKE2 checksums as well on
https://source.ipfire.org/.

Cc: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Acked-by: Michael Tremer <michael.tremeripfire.org>
2022-04-02 14:19:25 +00:00
Michael Tremer
15293beded python3-flit: New package
Yet another build system for Python

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2022-02-21 21:13:50 +00:00