File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - name : Set up Python
1313 uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
1414 with :
15- python-version : ' 3.10 '
15+ python-version : ' 3.14 '
1616 cache : pip
1717
1818 - name : Clone
Original file line number Diff line number Diff line change 77jobs :
88 main :
99 name : Sanity checks before a PR merge
10- runs-on : ubuntu-20.04
10+ runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
1313 with :
1616 - name : Set up Python
1717 uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
1818 with :
19- python-version : ' 3.10 '
19+ python-version : ' 3.14 '
2020 cache : pip
2121
2222 - name : Ensure changes build
Original file line number Diff line number Diff line change 3232 if : steps.getver.outputs.spec_version != steps.prevver.outputs.prev_version
3333 uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
3434 with :
35- python-version : ' 3.10 '
35+ python-version : ' 3.14 '
3636 cache : ' pip'
3737
3838 - name : Make release
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Title: The Update Framework Specification
33Shortname: TUF
44Status: LS
55Abstract: A framework for securing software update systems.
6- Date: 2023-04-14
6+ Date: 2026-01-22
77Editor: Justin Cappos, NYU
88Editor: Trishank Karthik Kuppusamy, Datadog
99Editor: Joshua Lock, Verizon
@@ -997,7 +997,7 @@ as is described for the <a>root.json</a> file.
997997 as key and <a >HASH</a > as defined for <a >METAFILES</a >. For example:
998998 ` { "sha256": HASH, ... } ` .
999999
1000- : <dfn >CUSTOM</a >
1000+ : <dfn >CUSTOM</dfn >
10011001 ::
10021002 An object. If defined, the elements and values of the <a >CUSTOM</a > object
10031003 will be made available to the client application. The format of the
@@ -1265,7 +1265,7 @@ as is described for the <a>root.json</a> file.
12651265 A string giving the location from which to retrieve metadata files.
12661266 <a for =" mirrors " >METAPATH</a > will be a relative path to <a >URLBASE</a >.
12671267
1268- : <dfn >TARGETSPATH</a >
1268+ : <dfn >TARGETSPATH</dfn >
12691269 ::
12701270 A string giving the location from which to retrieve target files.
12711271 <a >TARGETSPATH</a > will be a relative path to <a >URLBASE</a >.
You can’t perform that action at this time.
0 commit comments