Skip to content

Specification version support code cleanup - #844

Merged
awwad merged 1 commit into
developfrom
improve_spec_version_handling_2
Mar 29, 2019
Merged

Specification version support code cleanup#844
awwad merged 1 commit into
developfrom
improve_spec_version_handling_2

Conversation

@awwad

Copy link
Copy Markdown
Contributor

Corrects and finishes the task of PR #842.

Specification version now only lives in tuf/init.py, and will only be derived from there.

Specification version info is no longer in tuf.formats, where it was previously moved from tuf.updater, since this was redundant.

Also finally corrects spec version testing in test_updater.py.

  • The code follows the Code Style Guidelines
  • Tests have been added for the bug fix or new feature
  • Docs have been added for the bug fix or new feature

Specification version now only lives in tuf/__init__.py, and will only be
derived from there.
Specification version info is no longer in tuf.formats, where it was
previously moved from tuf.updater, since this was redundant.
Also finally corrects spec version testing in test_updater.py.
Signed-off-by: Sebastien Awwad <sebastien.awwad@gmail.com>
@awwad
awwad merged commit 3a4c613 into developMar 29, 2019
@awwad
awwad deleted the improve_spec_version_handling_2 branch April 1, 2019 20:00
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@awwad