Skip to content

Commit

Permalink
Merge pull request #22379 from ccordoba12/update-qtconsole-subrepo
Browse files Browse the repository at this point in the history
PR: Update Qtconsole subrepo
  • Loading branch information
ccordoba12 authored Aug 24, 2024
2 parents 6cb9e98 + 925358f commit 02a3669
Show file tree
Hide file tree
Showing 19 changed files with 193 additions and 57 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ Due to that, a clone of those projects is placed in the `external-deps` director
```
$ git checkout fix_in_spyder
$ git subrepo pull external-deps/qtconsole -r https://github.com/jupyter/qtconsole.git -b master -u -f
$ git subrepo pull external-deps/qtconsole -r https://github.com/jupyter/qtconsole.git -b main -u -f
```
Expand Down
7 changes: 4 additions & 3 deletions external-deps/qtconsole/.github/workflows/linux-tests.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions external-deps/qtconsole/.github/workflows/macos-tests.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions external-deps/qtconsole/.github/workflows/windows-tests.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions external-deps/qtconsole/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions external-deps/qtconsole/.gitrepo

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions external-deps/qtconsole/docs/source/changelog.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion external-deps/qtconsole/docs/source/conf.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 28 additions & 7 deletions external-deps/qtconsole/qtconsole/ansi_code_processor.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

85 changes: 62 additions & 23 deletions external-deps/qtconsole/qtconsole/console_widget.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions external-deps/qtconsole/qtconsole/frontend_widget.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 02a3669

Please sign in to comment.