From f6a11c950a859f82e3df89f533b221bf52feaf67 Mon Sep 17 00:00:00 2001 From: mcepl <> Date: May 14 2025 14:52:22 +0000 Subject: Update python-flit-core to version 3.12.0 / rev 21 via SR 1274041 https://build.opensuse.org/request/show/1274041 by user mcepl + dimstar_suse --- diff --git a/.files b/.files index f3a5081..a958277 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 4ec6ef1..332033f 100644 --- a/.rev +++ b/.rev @@ -225,4 +225,12 @@ <comment></comment> <requestid>1253078</requestid> </revision> + <revision rev="21" vrev="1"> + <srcmd5>21a64cc84fa79462c4ca0c51c5514856</srcmd5> + <version>3.12.0</version> + <time>1746638074</time> + <user>dimstar_suse</user> + <comment></comment> + <requestid>1274041</requestid> + </revision> </revisionlist> diff --git a/flit_core-3.11.0.tar.gz b/flit_core-3.11.0.tar.gz deleted file mode 120000 index 407a74a..0000000 --- a/flit_core-3.11.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreidm53xdegpj2lvcqicb6pqcprcblf5ukcztab6lqeli5cd3mej2r4 \ No newline at end of file diff --git a/flit_core-3.12.0.tar.gz b/flit_core-3.12.0.tar.gz new file mode 120000 index 0000000..fdc58d0 --- /dev/null +++ b/flit_core-3.12.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreiay6yyqbvxzioc4n3kxu4qhgrb6djy2jlfugokjcyk5b4lnn7ybwi \ No newline at end of file diff --git a/python-flit-core.changes b/python-flit-core.changes index a4d65c2..66a39af 100644 --- a/python-flit-core.changes +++ b/python-flit-core.changes @@ -1,4 +1,14 @@ ------------------------------------------------------------------- +Fri May 2 14:17:24 UTC 2025 - Nico Krapp <nico.krapp@suse.com> + +- 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á <mmachova@suse.com> - Update to 3.11.0 diff --git a/python-flit-core.spec b/python-flit-core.spec index de52797..68ec529 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