circuitpython-build-tools/circuitpython_build_tools
Neradoc a0e40b58da Fix the single file libraries being copied as source.
The code generates a temp file with the library version.
By mistake that was ALWAYS copied back to the mpy file for single file libraries.
The temporary files for the package libraries were also not deleted.

For windows compatibility, the temporary file must be copied (and therefore erased) outside of the with block. In this PR we only keep the temporary file open the time to write to it, and then do the rest.
2022-06-17 23:47:04 +02:00
..
scripts self reviewed 2022-01-25 17:19:03 -08:00
build.py Fix the single file libraries being copied as source. 2022-06-17 23:47:04 +02:00
target_versions.py Generate Circuitpython 8.X bundle 2022-06-14 16:26:04 +02:00