diff --git a/flit_core-3.10.1.tar.gz b/flit_core-3.10.1.tar.gz deleted file mode 100644 index 4901d6d..0000000 --- a/flit_core-3.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66e5b87874a0d6e39691f0e22f09306736b633548670ad3c09ec9db03c5662f7 -size 42842 diff --git a/flit_core-3.11.0.tar.gz b/flit_core-3.11.0.tar.gz new file mode 100644 index 0000000..b7493b7 --- /dev/null +++ b/flit_core-3.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ceeee3219e9d2ea282041f3e027c441597b450b33007cb81168e887b6113a8f +size 52038 diff --git a/python-flit-core.changes b/python-flit-core.changes index 92de3a2..f054038 100644 --- a/python-flit-core.changes +++ b/python-flit-core.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Mar 14 12:32:28 UTC 2025 - Markéta Machová + +- Update to 3.11.0 + * 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. + * The metadata format in produced packages is now version 2.4, to support + the expanded license information. + ------------------------------------------------------------------- Tue Jan 14 02:39:52 UTC 2025 - Steve Kowalik diff --git a/python-flit-core.spec b/python-flit-core.spec index 2f725dc..36193ce 100644 --- a/python-flit-core.spec +++ b/python-flit-core.spec @@ -52,7 +52,7 @@ ExclusiveArch: do-not-build %endif %{?sle15_python_module_pythons} Name: %{pprefix}-flit-core%{?psuffix} -Version: 3.10.1 +Version: 3.11.0 Release: 0 Summary: Distribution-building parts of Flit License: BSD-3-Clause AND MIT