diff --git a/flit-3.12.0.tar.gz b/flit-3.12.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9fd1c858604572db1777d860f0b70d63f59934b0 Binary files /dev/null and b/flit-3.12.0.tar.gz differ diff --git a/flit-3.9.0.tar.gz b/flit-3.9.0.tar.gz deleted file mode 100644 index 4f4cd19a754f9d8807513890bcac23937d32ab94..0000000000000000000000000000000000000000 Binary files a/flit-3.9.0.tar.gz and /dev/null differ diff --git a/python-flit.spec b/python-flit.spec index 1f8e7cd42bb56f759982da9023dcf968f6353eeb..941fcb6bb0b35e7c0e0bb3941106f738427065ff 100644 --- a/python-flit.spec +++ b/python-flit.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-flit -Version: 3.9.0 +Version: 3.12.0 Release: 1 Summary: Simplified packaging of Python modules License: BSD-3-Clause @@ -62,6 +62,21 @@ pip3 install -I build/flit-%{version}-py3-none-any.whl --root %{buildroot} --no- %doc README.rst %changelog +* Thu May 15 2025 yaoxin <1024769339@qq.com> - 3.12.0-1 +- Update to 3.12.0: + * Support for license expressions using the AND and OR operators. + * Recognise __version__: str = "0.1" annotated assignments when + finding the version number. + * Clear error message when referring to a license file in a parent + directory, which is not supported. + * Support for SPDX license expressions and multiple license files, + as detailed in PEP 639: + license = "BSD-3-Clause" + license-files = ["LICENSE"] + For now, only a single license identifier is allowed. More complex + expressions describing multiple licenses & expressions may be supported + in a future version. + * Thu Oct 17 2024 Ge Wang - 3.9.0-1 - Update to 3.9.0