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: PyCQA/isort
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.11.3
Choose a base ref
...
head repository: PyCQA/isort
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.11.4
Choose a head ref
  • 11 commits
  • 12 files changed
  • 5 contributors

Commits on Dec 17, 2022

  1. Configuration menu
    Copy the full SHA
    f501d7c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2052 from hugovk/main

    Only run release workflows for upstream
    timothycrosley committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    227c4ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff306f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Stop installing documentation files to top-level site-packages

    Add `format = sdist` to `include` table values to prevent
    the documentation files from being installed directly into
    site-packages, i.e.:
    
        /usr/lib/python3.11/site-packages/CHANGELOG.md
        /usr/lib/python3.11/site-packages/LICENSE
    
    Originally reported by Anna Vyalkova on https://bugs.gentoo.org/887569.
    mgorny committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    a6fdbfd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2057 from mgorny/poetry-install

    Stop installing documentation files to top-level site-packages
    staticdev committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    3020e0b View commit details
    Browse the repository at this point in the history
  3. Remove obsolete toml import from the test suite

    Remove the `toml` import that is used to determine whether to run
    `pyproject.toml` test.  Firstly, `toml` has been replaced by `tomli`.
    Secondly, isort vendors `tomli`, so checking for its availability
    does not seem to make sense.
    mgorny committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    45d6abd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1978 from mgorny/toml-test

    Remove obsolete `toml` import from the test suite
    staticdev committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    3c2e2d0 View commit details
    Browse the repository at this point in the history
  5. Bump Poetry 1.3.1

    staticdev committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    36caa91 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2058 from PyCQA/deps/poetry-1.3.1

    Bump Poetry 1.3.1
    staticdev committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    f9add58 View commit details
    Browse the repository at this point in the history
  7. Bump version 5.11.4

    staticdev committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    df69a05 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2059 from PyCQA/version/5.11.4

    Bump version 5.11.4
    staticdev committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    98390f5 View commit details
    Browse the repository at this point in the history
Loading