Wang Mingyu
9b15d2b71a
python3-pyyaml-include: upgrade 1.3.2 -> 2.1
...
Changelog:
============
- Remove custom PyYAML types definition module, use that from types-PyYAML instead.
- Add mypy hook in pre-commit
- Better type hints/annotations
- Better type hints
- Some optimizations and bugfix
- Add py.typed file, make the package PEP-561 friendly
- data-class attribute order changed in yaml_include.Constructor
- namespace changed to yaml_include
- Data class for include statement.
- autoload attribute for Constructor class, controlling if open and parse including files, or return a Data object.
- Representer class for YAML dumping.
- load and lazy_load function - recursive open and parse for Data object.
- Custom loader
- Introduce fsspec to open including files. Now we can include files from local filesystem, s3, http, sftp ...
- New parameters for the tag in YAML
- Drop python support blow 3.8
- The tag constructor class YamlIncludeConstructor renamed to Constructor
- Readers for JSON, TOML, INI ... YAML only now
- The argument relative and encoding was removed from the tag class's load method.
- Anchor (Maybe recovered in future)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2024-06-11 22:02:00 -07:00
..
2024-04-06 14:14:17 -07:00
2024-06-03 12:05:24 -07:00
2024-04-12 08:57:34 -07:00
2024-05-30 14:47:41 -07:00
2024-04-11 23:32:35 -07:00
2024-04-11 23:32:36 -07:00
2024-06-07 09:12:00 -07:00
2024-06-11 15:40:17 -07:00
2024-06-07 09:12:01 -07:00
2024-04-06 14:14:17 -07:00
2024-04-15 21:01:20 -07:00
2024-04-04 20:52:52 -07:00
2024-04-04 19:07:21 -07:00
2024-04-17 23:47:24 -07:00
2024-05-02 07:32:48 -07:00
2024-05-28 09:34:31 -07:00
2023-09-20 15:34:03 -07:00
2024-06-11 22:01:57 -07:00
2024-03-20 09:28:07 -07:00
2024-04-23 15:15:32 -07:00
2024-02-19 23:22:24 -08:00
2024-03-05 11:02:05 -08:00
2020-08-25 10:33:13 -07:00
2024-03-09 10:55:23 -08:00
2024-05-28 09:34:31 -07:00
2024-02-19 23:22:24 -08:00
2024-05-19 08:27:54 -07:00
2023-06-24 09:01:52 -07:00
2022-07-24 06:28:56 -07:00
2024-02-19 23:22:24 -08:00
2024-06-11 22:01:57 -07:00
2024-02-19 23:22:24 -08:00
2024-06-11 22:01:57 -07:00
2024-05-28 09:34:31 -07:00
2023-11-06 08:47:48 -08:00
2024-04-06 14:14:17 -07:00
2024-02-02 23:25:32 -08:00
2021-08-30 08:10:12 -07:00
2024-06-11 22:01:57 -07:00
2024-04-02 11:28:50 -07:00
2024-04-07 19:22:22 -07:00
2024-04-17 23:47:25 -07:00
2024-04-08 14:59:26 -07:00
2023-06-06 23:07:58 -07:00
2024-02-19 23:22:24 -08:00
2024-05-23 08:44:44 -07:00
2024-05-23 08:44:44 -07:00
2024-02-19 23:22:24 -08:00
2024-04-23 15:18:30 -07:00
2024-06-11 22:01:57 -07:00
2023-04-05 15:56:47 -07:00
2024-02-19 23:22:24 -08:00
2024-04-23 15:15:32 -07:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-06-03 12:05:24 -07:00
2024-04-15 21:01:20 -07:00
2024-05-28 09:34:32 -07:00
2024-03-09 10:55:23 -08:00
2024-04-12 08:57:34 -07:00
2023-03-04 10:41:27 -08:00
2023-12-21 08:00:41 -08:00
2024-05-19 08:27:55 -07:00
2024-04-12 08:57:34 -07:00
2023-06-06 23:07:58 -07:00
2024-06-11 22:01:57 -07:00
2024-04-17 23:47:25 -07:00
2024-04-17 23:47:25 -07:00
2024-06-11 22:01:57 -07:00
2024-04-02 11:28:51 -07:00
2024-04-17 23:47:25 -07:00
2024-06-11 22:01:58 -07:00
2024-04-17 23:47:25 -07:00
2023-11-06 08:47:53 -08:00
2021-08-03 10:21:25 -07:00
2024-05-19 08:27:55 -07:00
2024-06-01 10:49:40 -07:00
2024-02-19 23:22:24 -08:00
2023-09-15 00:42:10 -07:00
2023-06-24 09:01:52 -07:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2017-12-22 19:43:54 -08:00
2024-04-11 23:32:36 -07:00
2024-04-11 23:32:36 -07:00
2024-05-19 08:27:55 -07:00
2024-06-11 22:01:58 -07:00
2023-05-08 21:45:55 -07:00
2024-04-23 15:18:30 -07:00
2024-02-16 16:42:35 -08:00
2024-03-09 10:55:23 -08:00
2024-06-07 09:12:00 -07:00
2024-01-23 11:55:37 -08:00
2023-12-31 08:27:48 -08:00
2024-05-19 08:27:55 -07:00
2023-12-13 18:53:25 -08:00
2024-05-19 08:27:56 -07:00
2024-06-11 22:01:58 -07:00
2024-02-29 12:46:50 -08:00
2021-08-03 10:21:25 -07:00
2023-07-23 16:36:14 -07:00
2024-06-11 15:40:17 -07:00
2024-04-23 15:15:32 -07:00
2024-06-07 09:12:01 -07:00
2023-06-24 09:01:52 -07:00
2024-01-23 11:55:38 -08:00
2024-06-11 22:01:58 -07:00
2024-06-11 22:01:58 -07:00
2024-06-11 22:01:58 -07:00
2023-10-23 08:05:02 -07:00
2024-06-01 10:49:41 -07:00
2024-02-19 23:22:24 -08:00
2024-05-02 07:32:49 -07:00
2024-05-19 08:27:56 -07:00
2024-04-23 15:18:30 -07:00
2024-02-16 16:42:37 -08:00
2021-02-19 10:02:43 -08:00
2024-03-08 10:07:24 -08:00
2020-04-12 22:57:22 -07:00
2024-06-11 22:01:59 -07:00
2024-04-17 23:47:26 -07:00
2024-02-21 20:00:22 -08:00
2024-02-19 23:22:24 -08:00
2024-05-19 08:27:56 -07:00
2024-02-02 13:44:20 -08:00
2024-05-23 08:44:44 -07:00
2020-07-03 18:07:33 -07:00
2024-03-09 10:55:23 -08:00
2024-05-19 08:27:56 -07:00
2023-06-06 23:07:59 -07:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-05-19 08:27:56 -07:00
2024-05-28 09:34:32 -07:00
2024-02-19 23:22:24 -08:00
2024-06-11 22:01:59 -07:00
2024-05-02 07:32:50 -07:00
2023-08-11 00:06:04 -07:00
2024-06-11 22:01:59 -07:00
2022-08-28 23:57:15 -07:00
2024-04-12 08:57:34 -07:00
2024-05-19 08:27:57 -07:00
2024-05-19 08:27:57 -07:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2023-11-01 15:33:43 -07:00
2024-06-11 22:01:59 -07:00
2023-06-06 23:07:59 -07:00
2024-02-19 23:22:24 -08:00
2023-12-21 08:00:43 -08:00
2024-04-17 23:47:26 -07:00
2023-11-21 22:35:51 -08:00
2024-04-17 23:47:26 -07:00
2024-06-11 22:01:59 -07:00
2024-06-11 22:01:59 -07:00
2024-02-19 23:22:24 -08:00
2024-04-06 14:14:17 -07:00
2024-04-10 16:06:31 -07:00
2021-08-30 08:10:12 -07:00
2024-05-28 09:34:33 -07:00
2024-02-20 08:38:30 -08:00
2024-03-09 10:55:23 -08:00
2024-02-19 23:22:25 -08:00
2024-06-11 22:02:00 -07:00
2024-04-29 11:11:51 -07:00
2024-04-17 23:47:27 -07:00
2024-06-11 22:02:00 -07:00
2024-06-11 22:02:00 -07:00
2024-02-26 08:14:44 -08:00
2024-06-11 22:02:00 -07:00
2024-04-15 21:01:20 -07:00
2023-10-23 08:05:02 -07:00
2024-05-28 09:34:33 -07:00
2024-06-07 09:11:54 -07:00
2024-06-06 21:45:26 -07:00
2024-04-04 13:26:23 -07:00
2023-06-06 23:07:59 -07:00
2024-02-19 23:22:24 -08:00
2024-04-29 11:11:51 -07:00
2023-06-06 23:07:59 -07:00
2024-05-28 09:34:33 -07:00
2023-06-06 23:07:58 -07:00
2024-02-19 23:22:24 -08:00
2024-03-09 10:55:23 -08:00
2024-04-23 15:15:33 -07:00
2024-05-02 07:32:51 -07:00
2024-06-11 22:02:00 -07:00
2024-02-26 08:13:22 -08:00
2024-05-28 09:34:33 -07:00
2023-06-06 23:07:58 -07:00
2024-06-11 22:02:00 -07:00
2024-05-23 08:44:45 -07:00
2023-04-08 10:05:00 -07:00
2022-03-09 07:37:04 -08:00
2024-04-02 11:28:53 -07:00
2021-08-03 10:21:25 -07:00
2024-04-02 11:28:53 -07:00
2024-05-24 14:31:07 -07:00
2024-06-03 12:05:24 -07:00
2024-02-19 23:22:24 -08:00
2024-04-02 11:28:53 -07:00
2024-03-08 10:07:29 -08:00
2024-05-24 14:31:08 -07:00
2024-03-20 09:28:10 -07:00
2024-05-24 14:31:08 -07:00
2023-11-28 08:55:42 -08:00
2024-02-16 16:42:38 -08:00
2024-05-19 08:27:57 -07:00
2024-02-19 23:22:24 -08:00
2024-06-11 22:02:00 -07:00
2024-04-15 21:01:20 -07:00
2024-05-28 09:34:34 -07:00
2024-05-28 09:34:34 -07:00
2024-04-17 23:47:27 -07:00
2023-06-06 23:07:58 -07:00
2024-05-28 09:34:34 -07:00
2024-02-16 16:42:32 -08:00
2021-08-03 10:21:25 -07:00
2024-05-24 14:31:08 -07:00
2024-04-02 11:28:54 -07:00
2024-05-02 07:32:51 -07:00
2024-02-19 23:22:24 -08:00
2022-11-28 11:32:26 -08:00
2024-02-19 23:22:24 -08:00
2024-03-08 10:07:23 -08:00
2024-02-16 16:42:38 -08:00
2024-04-17 23:47:27 -07:00
2023-11-06 08:47:48 -08:00
2020-04-05 10:38:13 -07:00
2024-02-19 23:22:24 -08:00
2023-09-07 08:22:44 -07:00
2024-02-10 10:39:58 -08:00
2024-04-02 11:28:54 -07:00
2022-05-29 06:39:14 -07:00
2022-11-09 10:17:15 -08:00
2024-05-19 08:27:57 -07:00
2024-05-23 08:44:44 -07:00
2024-05-23 08:44:44 -07:00
2023-06-06 23:07:58 -07:00
2024-02-19 23:22:24 -08:00
2024-02-19 23:22:24 -08:00
2024-04-15 21:01:20 -07:00
2024-05-02 07:32:52 -07:00
2024-05-19 08:27:58 -07:00
2024-04-19 14:33:13 -07:00
2024-05-28 09:34:34 -07:00
2024-02-19 23:22:24 -08:00
2024-05-28 09:34:34 -07:00
2024-05-05 17:04:48 -07:00
2023-06-06 23:07:58 -07:00
2024-04-23 15:18:30 -07:00
2024-05-28 09:34:35 -07:00
2024-05-28 09:34:35 -07:00
2024-02-09 09:52:16 -08:00
2024-05-28 09:34:35 -07:00
2024-05-19 08:27:58 -07:00
2024-05-28 09:34:35 -07:00
2023-07-24 20:24:26 -07:00
2023-06-06 23:07:58 -07:00
2024-05-28 09:34:35 -07:00
2023-11-07 23:11:24 -08:00
2024-05-28 09:34:35 -07:00
2022-12-03 08:11:30 -08:00
2024-05-28 09:34:35 -07:00
2024-02-19 23:22:24 -08:00
2024-05-23 08:44:44 -07:00
2024-04-04 19:07:21 -07:00
2024-02-19 23:22:24 -08:00
2024-03-09 10:55:23 -08:00
2024-05-02 07:32:53 -07:00
2024-04-23 15:15:34 -07:00
2024-05-06 17:47:33 -07:00
2024-04-17 23:47:28 -07:00
2024-02-19 23:22:24 -08:00
2024-04-02 17:54:03 -07:00