From 3cb1aef7546d2b3e475353a4ab509925d0aaad689d1cf3fba9b09c3b365d3485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 5 May 2025 09:11:04 +0000 Subject: [PATCH] Accepting request 1274043 from home:nkrapp:branches:devel:languages:python - 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. - 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. OBS-URL: https://build.opensuse.org/request/show/1274043 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flit?expand=0&rev=27 --- flit-3.10.1.tar.gz | 3 --- flit-3.12.0.tar.gz | 3 +++ python-flit.changes | 20 ++++++++++++++++++++ python-flit.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 flit-3.10.1.tar.gz create mode 100644 flit-3.12.0.tar.gz diff --git a/flit-3.10.1.tar.gz b/flit-3.10.1.tar.gz deleted file mode 100644 index e39b8c2..0000000 --- a/flit-3.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c6258ae76d218ce60f9e39a43ca42006a3abcc5c44ea6bb2a1daa13857a8f1a -size 143162 diff --git a/flit-3.12.0.tar.gz b/flit-3.12.0.tar.gz new file mode 100644 index 0000000..2ab3a77 --- /dev/null +++ b/flit-3.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c80f34dd96992e7758b40423d2809f48f640ca285d0b7821825e50745ec3740 +size 155038 diff --git a/python-flit.changes b/python-flit.changes index 7f6acfa..fcd128a 100644 --- a/python-flit.changes +++ b/python-flit.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri May 2 14:35:23 UTC 2025 - Nico Krapp + +- 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. +- 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:56 UTC 2025 - Steve Kowalik diff --git a/python-flit.spec b/python-flit.spec index 9e8e720..6f77f7a 100644 --- a/python-flit.spec +++ b/python-flit.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-flit -Version: 3.10.1 +Version: 3.12.0 Release: 0 Summary: Simplified packaging of Python modules License: BSD-3-Clause