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-specifications
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2023.06.1
Choose a base ref
...
head repository: python-jsonschema/jsonschema-specifications
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2023.07.1
Choose a head ref
  • 8 commits
  • 4 files changed
  • 2 contributors

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    d98efa7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from python-jsonschema/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    Julian authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    d0d392e View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.0.276 → v0.0.277](astral-sh/ruff-pre-commit@v0.0.276...v0.0.277)
    - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.0](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.0.0)
    pre-commit-ci[bot] authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    07e4fcf View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Merge pull request #9 from python-jsonschema/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    Julian authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    e8e7071 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.0.277 → v0.0.278](astral-sh/ruff-pre-commit@v0.0.277...v0.0.278)
    - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
    pre-commit-ci[bot] authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    4d9b6d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Merge pull request #11 from python-jsonschema/pre-commit-ci-update-co…

    …nfig
    
    [pre-commit.ci] pre-commit autoupdate
    Julian authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    4674270 View commit details
    Browse the repository at this point in the history
  2. Declare support for 3.12.

    Julian committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    beda0e5 View commit details
    Browse the repository at this point in the history
  3. Don't use nox.session.create_tmp.

    It's basically a footgun, in that it:
    
        * doesn't create a pseudorandom temporary directory, it just gives you
          the path 'tmp/'
        * thereby then doesn't create separate directories if you call it multiple
          times
        * mutates the global (shell) environment state by setting TMPDIR to this
          'new' directory so other processes can now 'accidentally' end up
          sticking things in it
    
    (In particular I was really confused how/why non-distribution files were being
    plopped into my python -m build's outdir, but it was because TMPDIR was
    sticking around)
    Julian committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    c22c205 View commit details
    Browse the repository at this point in the history
Loading