Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump isort from 5.8.0 to 5.9.2 #16636

Merged
merged 1 commit into from
Jul 13, 2021
Merged

Bump isort from 5.8.0 to 5.9.2 #16636

merged 1 commit into from
Jul 13, 2021

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 9, 2021

Bumps isort from 5.8.0 to 5.9.2.

Release notes

Sourced from isort's releases.

5.9.2 July 8th 2021

  • Improved behavior of isort --check --atomic against Cython files.
  • Fixed #1769: Future imports added below assignments when no other imports present.
  • Fixed #1772: skip-gitignore will check files not in the git repository.
  • Fixed #1762: in some cases when skip-gitignore is set, isort fails to skip any files.
  • Fixed #1767: Encoding issues surfacing when invalid characters set in __init__.py files during placement.
  • Fixed #1771: Improved handling of skips against named streamed in content.

5.9.1 June 21st 2021 [hotfix]

  • Fixed #1758: projects with many files and skip_ignore set can lead to a command-line overload.

5.9.0 June 21st 2021

  • Improved CLI startup time.
  • Implemented #1697: Provisional support for PEP 582: skip __pypackages__ directories by default.
  • Implemented #1705: More intuitive handling of isort:skip_file comments on streams.
  • Implemented #1737: Support for using action comments to avoid adding imports to individual files.
  • Implemented #1750: Ability to customize output format lines.
  • Implemented #1732: Support for custom sort functions.
  • Implemented #1722: Improved behavior for running isort in atomic mode over Cython source files.
  • Fixed (PyCQA/isort#1695): added imports being added to doc string in some cases.
  • Fixed (PyCQA/isort#1714): in rare cases line continuation combined with tabs can output invalid code.
  • Fixed (PyCQA/isort#1726): isort ignores reverse_sort when force_sort_within_sections is true.
  • Fixed #1741: comments in hanging indent modes can lead to invalid code.
  • Fixed #1744: repeat noqa comments dropped when * import and non * imports exist from the same package.
  • Fixed #1721: repeat noqa comments on separate from lines with force-single-line set, sometimes get dropped.
Changelog

Sourced from isort's changelog.

5.9.2 July 8th 2021

  • Improved behavior of isort --check --atomic against Cython files.
  • Fixed #1769: Future imports added below assignments when no other imports present.
  • Fixed #1772: skip-gitignore will check files not in the git repository.
  • Fixed #1762: in some cases when skip-gitignore is set, isort fails to skip any files.
  • Fixed #1767: Encoding issues surfacing when invalid characters set in __init__.py files during placement.
  • Fixed #1771: Improved handling of skips against named streamed in content.

5.9.1 June 21st 2021 [hotfix]

  • Fixed #1758: projects with many files and skip_ignore set can lead to a command-line overload.

5.9.0 June 21st 2021

  • Improved CLI startup time.
  • Implemented #1697: Provisional support for PEP 582: skip __pypackages__ directories by default.
  • Implemented #1705: More intuitive handling of isort:skip_file comments on streams.
  • Implemented #1737: Support for using action comments to avoid adding imports to individual files.
  • Implemented #1750: Ability to customize output format lines.
  • Implemented #1732: Support for custom sort functions.
  • Implemented #1722: Improved behavior for running isort in atomic mode over Cython source files.
  • Fixed (PyCQA/isort#1695): added imports being added to doc string in some cases.
  • Fixed (PyCQA/isort#1714): in rare cases line continuation combined with tabs can output invalid code.
  • Fixed (PyCQA/isort#1726): isort ignores reverse_sort when force_sort_within_sections is true.
  • Fixed #1741: comments in hanging indent modes can lead to invalid code.
  • Fixed #1744: repeat noqa comments dropped when * import and non * imports exist from the same package.
  • Fixed #1721: repeat noqa comments on separate from lines with force-single-line set, sometimes get dropped.

Goal Zero (Tickets related to aspirational goal of achieving 0 regressions for remaining 5.0.0 lifespan):

  • Implemented #1394: 100% branch coverage (in addition to line coverage) enforced.
  • Implemented #1751: Strict typing enforcement (turned on mypy strict mode).
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [isort](https://github.com/pycqa/isort) from 5.8.0 to 5.9.2.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@5.8.0...5.9.2)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@karrtikr karrtikr added no-changelog No news entry required skip tests Updates to tests unnecessary labels Jul 9, 2021
@karrtikr karrtikr merged commit f609f6a into main Jul 13, 2021
@karrtikr karrtikr deleted the dependabot/pip/isort-5.9.2 branch July 13, 2021 19:02
karthiknadig pushed a commit to karthiknadig/vscode-python that referenced this pull request Jul 14, 2021
Bumps [isort](https://github.com/pycqa/isort) from 5.8.0 to 5.9.2.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@5.8.0...5.9.2)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
karthiknadig added a commit that referenced this pull request Jul 16, 2021
* Bump actions/setup-node from 2.1.5 to 2.2.0 (#16592)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 2.2.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.1.5...v2.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add support for starting TensorBoard session with a remote log directory via URL (#16477)

* Add support for remote logdirs

* Add missing keys

* Fix typo

* Bump isort from 5.8.0 to 5.9.2 (#16636)

Bumps [isort](https://github.com/pycqa/isort) from 5.8.0 to 5.9.2.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@5.8.0...5.9.2)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Make getInterpreters() API faster for subsequent calls (#16674)

* Change the way auto-selection works (#16644)

* New comparison logic

* Add experiment group

* Register and call it

* Add service registry tests

* Add interpreter selector unit tests

* Add comparison unit tests

* Add intepreter selector test

* News file

* Adjust comments

* Reuse getSortName

* Add new auto-selection logic

* Add tests for getEnvTypeHeuristic

* Move persistent store initialization back out

* Update tests

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joyce Er <joyceerhuiling@gmail.com>
Co-authored-by: Kartik Raj <karraj@microsoft.com>
Co-authored-by: Kim-Adeline Miguel <51720070+kimadeline@users.noreply.github.com>
karthiknadig added a commit that referenced this pull request Jul 22, 2021
* Fix 'Cannot read property 'resolveEnv' of undefined' error (#16677)

* Cherry pick fixes into release (#16686)

* Bump actions/setup-node from 2.1.5 to 2.2.0 (#16592)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 2.2.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.1.5...v2.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add support for starting TensorBoard session with a remote log directory via URL (#16477)

* Add support for remote logdirs

* Add missing keys

* Fix typo

* Bump isort from 5.8.0 to 5.9.2 (#16636)

Bumps [isort](https://github.com/pycqa/isort) from 5.8.0 to 5.9.2.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@5.8.0...5.9.2)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Make getInterpreters() API faster for subsequent calls (#16674)

* Change the way auto-selection works (#16644)

* New comparison logic

* Add experiment group

* Register and call it

* Add service registry tests

* Add interpreter selector unit tests

* Add comparison unit tests

* Add intepreter selector test

* News file

* Adjust comments

* Reuse getSortName

* Add new auto-selection logic

* Add tests for getEnvTypeHeuristic

* Move persistent store initialization back out

* Update tests

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joyce Er <joyceerhuiling@gmail.com>
Co-authored-by: Kartik Raj <karraj@microsoft.com>
Co-authored-by: Kim-Adeline Miguel <51720070+kimadeline@users.noreply.github.com>

* Change version for release (#16722)

* Ensure we block on autoselection when no interpreter is explictly set by user (#16723)

* Ensure we block on autoselection when no interpreter is explictly set by user

* Added tests

* News entry

* Update change log for release. (#16731)

* Fix autoselection when opening a python file directly (#16733)

* Fix autoselection when opening a python file directly

* Update changelog

* Add tests

* Ignore cache when querying for interpreters during auto-selection (#16734)

* Ignore cache when getting envs for autoselection

* Don't call autoSelectInterpreter twice

* Update debugger via point release (#16746)

* Update version

* Update change log

* Update wheels to 3.9 (#16745)

* Clean up

Co-authored-by: Kartik Raj <karraj@microsoft.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joyce Er <joyceerhuiling@gmail.com>
Co-authored-by: Kim-Adeline Miguel <51720070+kimadeline@users.noreply.github.com>
karthiknadig added a commit that referenced this pull request Jul 28, 2021
* Fix 'Cannot read property 'resolveEnv' of undefined' error (#16677)

* Cherry pick fixes into release (#16686)

* Bump actions/setup-node from 2.1.5 to 2.2.0 (#16592)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 2.2.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.1.5...v2.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add support for starting TensorBoard session with a remote log directory via URL (#16477)

* Add support for remote logdirs

* Add missing keys

* Fix typo

* Bump isort from 5.8.0 to 5.9.2 (#16636)

Bumps [isort](https://github.com/pycqa/isort) from 5.8.0 to 5.9.2.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@5.8.0...5.9.2)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Make getInterpreters() API faster for subsequent calls (#16674)

* Change the way auto-selection works (#16644)

* New comparison logic

* Add experiment group

* Register and call it

* Add service registry tests

* Add interpreter selector unit tests

* Add comparison unit tests

* Add intepreter selector test

* News file

* Adjust comments

* Reuse getSortName

* Add new auto-selection logic

* Add tests for getEnvTypeHeuristic

* Move persistent store initialization back out

* Update tests

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joyce Er <joyceerhuiling@gmail.com>
Co-authored-by: Kartik Raj <karraj@microsoft.com>
Co-authored-by: Kim-Adeline Miguel <51720070+kimadeline@users.noreply.github.com>

* Change version for release (#16722)

* Ensure we block on autoselection when no interpreter is explictly set by user (#16723)

* Ensure we block on autoselection when no interpreter is explictly set by user

* Added tests

* News entry

* Update change log for release. (#16731)

* Fix autoselection when opening a python file directly (#16733)

* Fix autoselection when opening a python file directly

* Update changelog

* Add tests

* Ignore cache when querying for interpreters during auto-selection (#16734)

* Ignore cache when getting envs for autoselection

* Don't call autoSelectInterpreter twice

* Update debugger via point release (#16746)

* Update version

* Update change log

* Update wheels to 3.9 (#16745)

* Point release with debugpy fix (#16776)

Co-authored-by: Kartik Raj <karraj@microsoft.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joyce Er <joyceerhuiling@gmail.com>
Co-authored-by: Kim-Adeline Miguel <51720070+kimadeline@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog No news entry required skip tests Updates to tests unnecessary
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants