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: python-jsonschema/jsonschema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.8.0
Choose a base ref
...
head repository: python-jsonschema/jsonschema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.9.0
Choose a head ref
  • 11 commits
  • 16 files changed
  • 1 contributor

Commits on Jul 28, 2022

  1. Re-enable pragma: no cover for ignoring coverage.

    (exclude_lines overrides the defaults, it doesn't append).
    Julian committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    73698bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71087fc View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Rename the extra for non-GPL format support in the pyproject.toml

    We're still waiting on the upstream fix for #962 which will
    allow installing the extra with either form, but as-is, this is
    technically not valid in a pyproject.toml (and is throwing some
    schemastore errors) because keys here have to use hyphens, not
    underscores.
    
    See https://packaging.python.org/en/latest/specifications/declaring-project-metadata/#dependencies-optional-dependencies
    Julian committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    438c8fb View commit details
    Browse the repository at this point in the history
  2. Replace the vendored twisted.reflect.namedAny with pkgutil.resolve_name.

    The stdlib finally has a function for this, though it's 3.9+.
    
    (We therefore now also include a backport dependency).
    Julian committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    d8c7696 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26ba2d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac29e07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2181bb View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Squashed 'json/' changes from fd9bcfbdb..685ac631d

    685ac631d Merge pull request #578 from json-schema-org/urn
    5347f29e4 Deduplicate URIs in the URN tests.
    87cf32575 Also add tests for refs with URN+pointer and URN+fragment.
    96255eff5 Add some simple tests for URN base URIs.
    
    git-subtree-dir: json
    git-subtree-split: 685ac631d3135dd5582710bf582b8db8ba5ba877
    Julian committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    ecc4643 View commit details
    Browse the repository at this point in the history
  2. Merge commit 'ecc464314583f989ca4f3d9da87d60543b8b5189'

    * commit 'ecc464314583f989ca4f3d9da87d60543b8b5189':
      Squashed 'json/' changes from fd9bcfbdb..685ac631d
    Julian committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    5bdcaaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9a3667 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f18518 View commit details
    Browse the repository at this point in the history
Loading