Frank de Brabander
a8870edecc
python3-pydantic-core: fix incompatible version
...
The recipe for pydantic currently is at version 2.7.3. This
project specifies in its pyproject.toml that it depends on
pydantic-core version 2.18.4. Because an older 2.16.3 version
of pydantic-core was used now, a simple bit of code will break.
from enum import Enum
from pydantic import BaseModel
class Color(str, Enum):
RED = "RED"
BLUE = "BLUE"
class Car(BaseModel):
color: Color
print(Car(color=Color.RED))
This will upgrade the python3-pydantic-core recipe to make it
compatible with python3-pydantic, so that the above snippet of
code will no longer fail.
Two patches are removed, these backports are now included in the
upstream code. A new patch is added to set the required rust
compiler from 1.76 to 1.75. Version 1.76 is not actually needed.
File python3-pydantic-core-crates.inc is regenerated by running
'bitbake -c update_crates python3-pydantic-core'.
The recipes RDEPENDS now includes python3-compression. The pydantic
schema validator imports 'importlib.metadata' which wants to import
'zipfile'.
The buildpaths QA check is skipped. This should be fixed at some
point, but it was already failing before this change.
Signed-off-by: Frank de Brabander <debrabander@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Backport from Styhead bee8b9bbc4 as part of the overall scarthgap fix
Fix typo in python3-pydantic version, it was 2.7.3 not 2.7.2
Signed-off-by: Tim Orling <tim.orling@konsulko.com >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2024-08-14 10:15:30 -04:00
..
2024-03-09 12:35:15 -08:00
2024-02-16 16:42:36 -08:00
2024-02-16 16:42:37 -08:00
2024-03-05 11:02:05 -08:00
2024-02-16 16:42:33 -08:00
2024-02-29 12:46:51 -08:00
2024-04-07 08:36:36 -07:00
2024-02-16 16:42:37 -08:00
2024-02-16 16:42:37 -08:00
2024-02-16 16:42:36 -08:00
2024-02-16 16:42:32 -08:00
2024-02-16 16:42:34 -08:00
2024-02-16 16:42:32 -08:00
2024-04-14 08:38:42 -07:00
2024-02-16 16:42:39 -08:00
2024-02-16 16:42:31 -08:00
2024-04-14 08:38:41 -07:00
2024-04-14 08:38:41 -07:00
2024-03-05 11:02:04 -08:00
2024-02-16 16:42:35 -08:00
2024-02-19 23:22:22 -08:00
2024-03-08 10:07:29 -08:00
2024-03-08 10:07:27 -08:00
2024-08-10 11:16:22 -04:00
2024-02-16 16:42:34 -08:00
2024-02-16 16:42:33 -08:00
2024-03-09 12:35:15 -08:00
2024-02-16 16:42:37 -08:00
2024-02-16 16:42:32 -08:00
2024-02-16 16:42:33 -08:00
2024-02-16 16:42:36 -08:00
2024-02-16 16:42:32 -08:00
2024-02-21 20:00:22 -08:00
2024-02-22 12:59:38 -08:00
2024-03-05 23:00:05 -08:00
2024-02-03 19:16:35 -08:00
2024-02-21 20:00:22 -08:00
2024-03-25 13:17:50 -07:00
2024-03-04 08:56:50 -08:00
2024-02-22 12:59:38 -08:00
2024-02-21 20:00:22 -08:00
2024-02-16 16:42:37 -08:00
2024-04-07 08:36:36 -07:00
2024-02-16 16:42:38 -08:00
2024-02-20 08:38:30 -08:00
2024-02-16 16:42:38 -08:00
2024-02-16 16:42:36 -08:00
2024-02-16 16:42:34 -08:00
2024-02-16 16:42:34 -08:00
2024-02-16 16:42:33 -08:00
2024-02-16 16:42:33 -08:00
2024-03-17 13:10:09 -07:00
2024-04-21 10:52:40 -07:00
2024-08-14 10:15:30 -04:00
2024-03-22 21:19:50 -07:00
2024-03-13 20:15:29 -07:00
2024-02-16 16:42:35 -08:00
2024-02-16 16:42:38 -08:00
2024-03-08 10:07:29 -08:00
2024-02-16 16:42:34 -08:00
2024-02-16 16:42:38 -08:00
2024-02-16 16:42:39 -08:00
2024-04-07 08:36:34 -07:00
2024-02-16 16:42:32 -08:00
2024-02-16 16:42:36 -08:00
2024-03-08 10:07:23 -08:00
2024-02-16 16:42:38 -08:00
2024-02-16 16:42:35 -08:00
2024-02-16 16:42:37 -08:00
2024-02-16 16:42:37 -08:00
2024-02-16 16:42:35 -08:00
2024-02-10 10:39:57 -08:00
2024-02-16 16:42:35 -08:00
2024-08-03 11:56:05 -04:00
2024-02-09 09:52:15 -08:00
2024-03-08 10:07:27 -08:00
2024-02-16 16:42:31 -08:00
2024-03-08 10:07:26 -08:00
2024-02-16 16:42:33 -08:00
2024-02-16 16:42:39 -08:00
2024-02-16 16:42:32 -08:00
2024-02-16 16:42:31 -08:00
2024-02-16 16:42:31 -08:00
2024-02-16 16:42:31 -08:00
2024-03-31 13:42:55 -07:00
2024-04-07 08:36:34 -07:00
2024-03-04 08:56:51 -08:00
2024-03-09 12:35:15 -08:00
2024-02-16 16:42:34 -08:00
2024-02-16 16:42:39 -08:00
2024-02-16 16:42:36 -08:00
2024-02-19 23:22:24 -08:00
2024-03-20 09:28:06 -07:00
2024-01-23 11:55:35 -08:00
2024-02-19 23:22:24 -08:00
2024-04-21 10:52:44 -07:00
2024-02-19 23:22:24 -08:00
2024-03-04 17:11:47 -08:00
2024-04-21 10:52:44 -07:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-16 16:42:36 -08:00
2024-03-23 10:01:49 -07:00
2024-03-20 09:28:07 -07:00
2024-02-16 16:42:37 -08:00
2024-04-30 10:59:05 -07:00
2024-01-27 09:48:35 -08:00
2024-02-19 23:22:24 -08:00
2024-03-05 11:02:05 -08:00
2024-04-02 14:56:48 -07:00
2024-03-09 10:55:23 -08:00
2024-03-08 10:07:21 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-01-23 11:55:36 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:21 -08:00
2024-02-19 23:22:24 -08:00
2024-03-20 09:28:07 -07:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-29 12:46:51 -08:00
2024-02-19 23:22:21 -08:00
2024-02-02 23:25:32 -08:00
2024-02-19 23:22:24 -08:00
2024-04-07 08:36:36 -07:00
2024-02-16 16:42:37 -08:00
2024-02-19 23:22:24 -08:00
2024-02-02 23:25:32 -08:00
2024-03-27 07:57:30 -07:00
2024-02-19 23:22:24 -08:00
2024-04-02 14:56:48 -07:00
2024-04-14 08:38:38 -07:00
2024-04-21 10:52:44 -07:00
2024-04-14 08:38:38 -07:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:22 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-04-30 10:59:08 -07:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-16 16:42:32 -08:00
2024-01-27 09:48:35 -08:00
2024-02-19 23:22:24 -08:00
2024-04-30 10:59:06 -07:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-04-21 10:52:39 -07:00
2024-01-23 11:55:36 -08:00
2024-03-09 10:55:23 -08:00
2024-04-14 08:38:43 -07:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-03-27 07:57:30 -07:00
2024-04-21 10:52:45 -07:00
2024-04-02 14:56:48 -07:00
2024-03-08 10:07:22 -08:00
2024-02-16 16:42:32 -08:00
2024-04-14 08:38:42 -07:00
2024-03-20 09:28:07 -07:00
2024-08-03 11:59:07 -04:00
2024-02-19 23:22:22 -08:00
2024-04-21 10:52:45 -07:00
2024-04-21 10:52:45 -07:00
2024-02-19 23:22:24 -08:00
2024-01-23 11:55:35 -08:00
2024-04-02 14:56:48 -07:00
2024-04-21 10:52:45 -07:00
2024-01-23 11:55:37 -08:00
2024-02-19 23:22:24 -08:00
2024-04-02 14:56:48 -07:00
2024-04-21 10:52:45 -07:00
2024-02-19 23:22:24 -08:00
2024-02-29 10:59:39 -08:00
2024-02-19 23:22:24 -08:00
2024-04-21 10:52:45 -07:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-04-02 14:56:49 -07:00
2024-03-20 09:28:08 -07:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-04-14 08:38:41 -07:00
2024-04-14 08:38:41 -07:00
2024-03-05 11:02:04 -08:00
2024-02-19 23:22:24 -08:00
2024-04-30 10:59:08 -07:00
2024-02-16 16:42:35 -08:00
2024-03-09 10:55:23 -08:00
2024-02-26 08:13:20 -08:00
2024-01-23 11:55:37 -08:00
2024-01-27 09:48:35 -08:00
2024-04-02 14:56:49 -07:00
2024-04-21 10:52:46 -07:00
2024-04-02 14:56:49 -07:00
2024-03-08 10:07:27 -08:00
2024-03-20 09:28:08 -07:00
2024-02-29 12:46:50 -08:00
2024-04-02 14:56:49 -07:00
2024-08-10 11:16:22 -04:00
2024-04-30 10:59:06 -07:00
2024-02-16 16:42:34 -08:00
2024-01-23 11:55:38 -08:00
2024-02-16 16:42:33 -08:00
2024-02-19 23:22:24 -08:00
2024-02-20 08:46:27 -08:00
2024-02-19 23:22:24 -08:00
2024-03-09 12:35:15 -08:00
2024-03-23 10:01:49 -07:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-03-08 10:07:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-04-30 10:59:08 -07:00
2024-02-19 23:22:24 -08:00
2024-02-16 16:42:37 -08:00
2024-03-09 10:55:23 -08:00
2024-02-16 16:42:33 -08:00
2024-03-08 10:07:24 -08:00
2024-02-16 16:42:36 -08:00
2024-04-21 10:52:46 -07:00
2024-02-16 16:42:32 -08:00
2024-02-19 23:22:24 -08:00
2024-01-30 14:34:43 -08:00
2024-04-21 10:52:46 -07:00
2024-04-02 14:56:50 -07:00
2024-02-21 20:00:22 -08:00
2024-02-19 23:22:24 -08:00
2024-04-21 10:52:46 -07:00
2024-02-20 08:46:28 -08:00
2024-02-22 12:59:38 -08:00
2024-02-19 23:22:24 -08:00
2024-02-02 13:44:20 -08:00
2024-03-09 10:55:23 -08:00
2024-03-09 10:55:23 -08:00
2024-02-20 08:46:28 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-03-09 10:55:23 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-03-09 10:55:23 -08:00
2024-02-19 23:22:24 -08:00
2024-03-09 10:55:23 -08:00
2024-02-03 19:16:35 -08:00
2024-02-19 23:22:24 -08:00
2024-02-21 20:00:22 -08:00
2024-03-25 13:17:50 -07:00
2024-02-19 23:22:24 -08:00
2024-03-20 09:28:09 -07:00
2024-04-07 08:36:33 -07:00
2024-04-14 08:38:43 -07:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-22 12:59:38 -08:00
2024-03-25 13:17:50 -07:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-21 20:00:22 -08:00
2024-02-16 16:42:37 -08:00
2024-04-21 10:52:46 -07:00
2024-02-19 23:22:24 -08:00
2024-04-21 10:52:46 -07:00
2024-04-21 10:52:46 -07:00
2024-03-09 10:55:23 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-04-07 08:36:36 -07:00
2024-04-14 08:38:40 -07:00
2024-02-19 23:22:24 -08:00
2024-02-16 16:42:38 -08:00
2024-02-20 08:38:30 -08:00
2024-02-20 08:46:28 -08:00
2024-02-19 23:22:24 -08:00
2024-03-09 10:55:23 -08:00
2024-02-16 16:42:36 -08:00
2024-02-19 23:22:25 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-08-03 11:56:01 -04:00
2024-02-16 16:42:34 -08:00
2024-04-21 10:52:47 -07:00
2024-02-19 23:22:24 -08:00
2024-02-16 16:42:33 -08:00
2024-02-19 23:22:24 -08:00
2024-04-02 14:56:50 -07:00
2024-01-23 11:55:38 -08:00
2024-02-19 23:22:24 -08:00
2024-02-26 08:14:44 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-04-21 10:52:40 -07:00
2024-04-14 08:38:43 -07:00
2024-08-14 10:15:30 -04:00
2024-08-14 10:15:30 -04:00
2024-08-14 10:15:30 -04:00
2024-04-07 08:36:33 -07:00
2024-02-19 23:22:24 -08:00
2024-04-30 11:00:33 -07:00
2024-03-13 20:15:29 -07:00
2024-02-19 23:22:24 -08:00
2024-03-09 10:55:23 -08:00
2024-04-30 10:59:06 -07:00
2024-04-21 10:52:47 -07:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-26 08:13:22 -08:00
2024-02-19 23:22:24 -08:00
2024-03-20 09:28:10 -07:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-16 16:42:35 -08:00
2024-03-09 10:55:23 -08:00
2024-02-16 16:42:38 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-04-02 14:56:50 -07:00
2024-04-02 14:56:51 -07:00
2024-02-19 23:22:24 -08:00
2024-06-17 09:04:45 -04:00
2024-02-19 23:22:24 -08:00
2024-04-02 14:56:51 -07:00
2024-03-08 10:07:29 -08:00
2024-02-19 23:22:24 -08:00
2024-02-16 16:42:34 -08:00
2024-02-19 23:22:24 -08:00
2024-03-20 09:28:10 -07:00
2024-02-16 16:42:38 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-09 09:52:14 -08:00
2024-02-19 23:22:24 -08:00
2024-07-09 08:16:46 -04:00
2024-04-21 10:52:39 -07:00
2024-04-02 14:56:51 -07:00
2024-02-19 23:22:24 -08:00
2024-04-21 10:52:47 -07:00
2024-04-30 10:59:07 -07:00
2024-02-16 16:42:32 -08:00
2024-04-02 14:56:51 -07:00
2024-02-16 16:42:36 -08:00
2024-03-08 10:07:29 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-03-08 10:07:23 -08:00
2024-02-19 23:22:24 -08:00
2024-02-16 16:42:38 -08:00
2024-04-21 10:52:47 -07:00
2024-02-16 16:42:35 -08:00
2024-02-26 08:13:20 -08:00
2024-02-19 23:22:24 -08:00
2024-02-16 16:42:37 -08:00
2024-02-19 23:22:24 -08:00
2024-03-09 10:55:23 -08:00
2024-02-19 23:22:24 -08:00
2024-02-16 16:42:35 -08:00
2024-02-10 10:39:58 -08:00
2024-04-02 14:56:52 -07:00
2024-02-10 10:39:57 -08:00
2024-02-16 16:42:35 -08:00
2024-04-21 10:52:40 -07:00
2024-08-03 11:56:05 -04:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-03-08 10:07:27 -08:00
2024-02-16 16:42:31 -08:00
2024-01-27 09:48:35 -08:00
2024-04-21 10:52:39 -07:00
2024-04-02 14:56:52 -07:00
2024-02-20 08:46:27 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-04-21 10:52:50 -07:00
2024-02-19 23:22:24 -08:00
2024-02-20 08:46:29 -08:00
2024-06-17 09:01:41 -04:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-04-30 10:59:08 -07:00
2024-03-27 07:57:30 -07:00
2024-03-20 09:28:11 -07:00
2024-03-20 09:28:11 -07:00
2024-02-02 10:26:40 -08:00
2024-02-09 09:52:16 -08:00
2024-02-16 16:42:32 -08:00
2024-02-16 16:42:31 -08:00
2024-02-16 16:42:31 -08:00
2024-02-19 23:22:24 -08:00
2024-02-16 16:42:31 -08:00
2024-04-21 10:52:48 -07:00
2024-02-19 23:22:24 -08:00
2024-02-09 09:52:13 -08:00
2024-02-20 08:46:29 -08:00
2024-04-21 10:52:48 -07:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-08-03 11:56:08 -04:00
2024-02-12 08:23:01 -08:00
2024-04-07 08:36:34 -07:00
2024-03-04 08:56:51 -08:00
2024-03-09 12:35:15 -08:00
2024-02-19 23:22:24 -08:00
2024-03-09 10:55:23 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-16 16:42:39 -08:00
2024-04-30 10:59:07 -07:00
2024-02-16 16:42:36 -08:00
2024-04-21 10:52:40 -07:00
2024-04-21 10:52:48 -07:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-04-03 17:44:21 -07:00