diff --git a/flit_core-3.8.0.tar.gz b/flit_core-3.8.0.tar.gz deleted file mode 100644 index cf56bc0..0000000 --- a/flit_core-3.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b305b30c99526df5e63d6022dd2310a0a941a187bd3884f4c8ef0418df6c39f3 -size 41224 diff --git a/flit_core-3.9.0.tar.gz b/flit_core-3.9.0.tar.gz new file mode 100644 index 0000000..0740071 --- /dev/null +++ b/flit_core-3.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ad266176c4a3fcfab5f2930d76896059851240570ce9a98733b658cb786eba +size 41917 diff --git a/python-flit-core.changes b/python-flit-core.changes index d09dc02..c648453 100644 --- a/python-flit-core.changes +++ b/python-flit-core.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Thu Sep 7 10:50:43 UTC 2023 - Dirk Müller + +- update to 3.9.0: + * New options :option:`flit build --use-vcs` and :option:`flit + build --no-use-vcs` to enable & disable including all + committed files in the sdist. For now --use-vcs is the + default, but this is likely to change in a + future version, to bring flit build in line with standard + build frontends like python -m build + * Sdist file names, and the name of the top-level folder in an + sdist, are now normalised, in accordance with PEP 625 + * A statically defined version number can now be parsed from + files called version.py, _version.py or __version__.py inside + a packge, as well as from __init__.py, so executing code is + required in fewer cases + * Fix setting the flag for regular files in zip metadata + * The timestamp embedded in the gzip wrapper for sdists now + defaults to a fixed date, so building an sdist twice on the + same machine should produce identical results, even without + any special steps. + ------------------------------------------------------------------- Fri Apr 21 12:25:17 UTC 2023 - Dirk Müller diff --git a/python-flit-core.spec b/python-flit-core.spec index 01fd21f..91f1e49 100644 --- a/python-flit-core.spec +++ b/python-flit-core.spec @@ -53,7 +53,7 @@ ExclusiveArch: do-not-build %endif %{?sle15_python_module_pythons} Name: %{pprefix}-flit-core%{?psuffix} -Version: 3.8.0 +Version: 3.9.0 Release: 0 Summary: Distribution-building parts of Flit License: BSD-3-Clause AND MIT