From 9e46710d7467cc435928dcf00246c3384bde2c9af32d074381d4187779783364 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 2 May 2025 15:01:04 +0000 Subject: [PATCH] Accepting request 1274032 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. OBS-URL: https://build.opensuse.org/request/show/1274032 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flit-core?expand=0&rev=52 --- flit_core-3.11.0.tar.gz | 3 --- flit_core-3.12.0.tar.gz | 3 +++ python-flit-core.changes | 10 ++++++++++ python-flit-core.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 flit_core-3.11.0.tar.gz create mode 100644 flit_core-3.12.0.tar.gz diff --git a/flit_core-3.11.0.tar.gz b/flit_core-3.11.0.tar.gz deleted file mode 100644 index b7493b7..0000000 --- a/flit_core-3.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ceeee3219e9d2ea282041f3e027c441597b450b33007cb81168e887b6113a8f -size 52038 diff --git a/flit_core-3.12.0.tar.gz b/flit_core-3.12.0.tar.gz new file mode 100644 index 0000000..8ee7417 --- /dev/null +++ b/flit_core-3.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f63100d6f94385c6ed57a72073443e1a71a4acb4339491615d0f16d6ff01b2 +size 53690 diff --git a/python-flit-core.changes b/python-flit-core.changes index f054038..9adaf24 100644 --- a/python-flit-core.changes +++ b/python-flit-core.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri May 2 14:17:24 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. + ------------------------------------------------------------------- Fri Mar 14 12:32:28 UTC 2025 - Markéta Machová diff --git a/python-flit-core.spec b/python-flit-core.spec index 36193ce..c7a1e42 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.11.0 +Version: 3.12.0 Release: 0 Summary: Distribution-building parts of Flit License: BSD-3-Clause AND MIT