python-tuf/tuf
Jussi Kukkonen 87502b0f38 Metadata API: set default version for MetaFile()
This makes sense to me: if you create a new MetaFile, logically it
is version 1). This does not change serialization in any way.

Practical code becomes slightly nicer as
    metafiles = defaultdict(MetaFile)
now works without lambdas.

Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
2022-12-07 15:07:19 +02:00
..
api Metadata API: set default version for MetaFile() 2022-12-07 15:07:19 +02:00
ngclient Updater: add missing config docstring 2022-12-06 17:50:13 +02:00
__init__.py python-tuf 2.0.0 2022-08-16 09:36:40 +02:00
py.typed Advertize type annotations with py.typed 2021-11-11 22:34:22 +02:00