File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed 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: 2026-01-19
6+ Date: 2026-01-22
77Editor: Justin Cappos, NYU
88Editor: Trishank Karthik Kuppusamy, Apple
99Editor: Joshua Lock, Verizon
@@ -996,7 +996,7 @@ as is described for the <a>root.json</a> file.
996996 as key and <a >HASH</a > as defined for <a >METAFILES</a >. For example:
997997 ` { "sha256": HASH, ... } ` .
998998
999- : <dfn >CUSTOM</a >
999+ : <dfn >CUSTOM</dfn >
10001000 ::
10011001 An object. If defined, the elements and values of the <a >CUSTOM</a > object
10021002 will be made available to the client application. The format of the
@@ -1271,7 +1271,7 @@ as is described for the <a>root.json</a> file.
12711271 A string giving the location from which to retrieve metadata files.
12721272 <a for =" mirrors " >METAPATH</a > will be a relative path to <a >URLBASE</a >.
12731273
1274- : <dfn >TARGETSPATH</a >
1274+ : <dfn >TARGETSPATH</dfn >
12751275 ::
12761276 A string giving the location from which to retrieve target files.
12771277 <a >TARGETSPATH</a > will be a relative path to <a >URLBASE</a >.
You can’t perform that action at this time.
0 commit comments