Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 25, 2022

Bumps bpython from 0.21 to 0.22.1.

Release notes

Sourced from bpython's releases.

bpython 0.22.1 release

Fixes:

  • #938: Fix missing dependency on typing_extensions. Thanks to Dustin Rodrigues

bpython 0.22 release

General information:

  • The #bpython channel has moved to OFTC.
  • Type annotations have been added to the bpython code base.
  • Declarative build configuration is used as much as possible.

New features:

  • #883: Allow auto-completion to be disabled
  • #841: Respect locals when using bpython.embed
  • Use pyperclip for better clipboard handling

Fixes:

  • #700, #884: Fix writing of b"" on fake stdout
  • #879: Iterate over all completers until a successful one is found
  • #882: Handle errors in theme configuration without crashing
  • #888: Read PYTHONSTARTUP with utf8 as encoding
  • #896: Use default sys.ps1 and sys.ps2 if user specified ones are not usable
  • #902: Do not crash when encountering unreadable files while processing modules for import completion
  • #909: Fix sys.stdin.readline
  • #917: Fix tab completion for dict keys
  • #919: Replicate python behavior when running with -i and a non-existing file
  • #932: Fix handling of signature for completion. Thanks to gpotter2

Changes to dependencies:

  • pyperclip is a new optional dependency for clipboard support
  • backports.cached-property is now required for Python < 3.8
  • dataclasses is now required for Python < 3.7
  • Support for Python 3.10 has been added.
Changelog

Sourced from bpython's changelog.

0.22.1

Fixes:

  • #938: Fix missing dependency on typing_extensions. Thanks to Dustin Rodrigues

0.22

General information:

  • The #bpython channel has moved to OFTC.
  • Type annotations have been added to the bpython code base.
  • Declarative build configuration is used as much as possible.

New features:

  • #883: Allow auto-completion to be disabled
  • #841: Respect locals when using bpython.embed
  • Use pyperclip for better clipboard handling

Fixes:

  • #700, #884: Fix writing of b"" on fake stdout
  • #879: Iterate over all completers until a successful one is found
  • #882: Handle errors in theme configuration without crashing
  • #888: Read PYTHONSTARTUP with utf8 as encoding
  • #896: Use default sys.ps1 and sys.ps2 if user specified ones are not usable
  • #902: Do not crash when encountering unreadable files while processing modules for import completion
  • #909: Fix sys.stdin.readline
  • #917: Fix tab completion for dict keys
  • #919: Replicate python behavior when running with -i and a non-existing file
  • #932: Fix handling of signature for completion. Thanks to gpotter2

Changes to dependencies:

  • pyperclip is a new optional dependency for clipboard support
  • backports.cached-property is now required for Python < 3.8
  • dataclasses is now required for Python < 3.7

Support for Python 3.10 has been added.

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 25, 2022
Bumps [bpython](https://github.com/bpython/bpython) from 0.21 to 0.22.1.
- [Release notes](https://github.com/bpython/bpython/releases)
- [Changelog](https://github.com/bpython/bpython/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/bpython/bpython/commits)

---
updated-dependencies:
- dependency-name: bpython
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/bpython-0.22.1 branch from b7b281e to af18b3b Compare May 25, 2022 22:50
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 5, 2022

Superseded by #27.

@dependabot dependabot bot closed this Sep 5, 2022
@dependabot dependabot bot deleted the dependabot/pip/bpython-0.22.1 branch September 5, 2022 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant