Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: theupdateframework/python-tuf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: theupdateframework/python-tuf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: series/3.1
Choose a head ref
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Feb 15, 2024

  1. tests: Add test for Targets.get_delegated_role()

    This test currently fails for SuccinctRoles.
    
    Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
    jku committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    929174c View commit details
    Browse the repository at this point in the history
  2. Metadata API: Fix role lookup for succinct delegation

    get_delegated_role() should not return a Role if the rolename is not
    a delegated role. This is already true for "normal" DelegatedRole but
    was not actually verified for SuccinctRoles.
    
    Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
    jku committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    77cb66b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. CI: Run lint on oldest supported Python version

    * This was suggested as best practice by a pylint developer
    * Seems better than CI randomly breaking when GitHub updates
      Python version (and pylint starts applying new rules that we
      can't follow because that would break old Python versions)
    
    Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
    jku committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    fd438c8 View commit details
    Browse the repository at this point in the history
  2. Release 3.1.1

    Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
    jku committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    b59bf13 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2557 from jku/series/3.1

    Release 3.1.1
    jku authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e8410e1 View commit details
    Browse the repository at this point in the history
Loading