Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (27m)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (90d)  pkgsrc-2023Q3 (169d) 

2024-05-28 11:29:48 UTC Now

2023-10-04 11:39:18 UTC MAIN commitmail json YAML

py-ruamel-yaml: updated to 0.17.35

0.17.35
- support for loading dataclasses with ``InitVar`` variables (some
  special coding was necessary to get the, unexecpected, default value
  in the corresponding instance attribute ( example of usage in
  `this question <https://stackoverflow.com/q/77228378/1307905>`__ )

0.17.34
- Python 3.12 also loads C version when using `typ='safe'`
- initial support for loading invoking `__post_init__()` on dataclasses that have that method
  after loading a registered dataclass (`@yaml.register_class\n@dataclass\nclass ...`).

(adam)