Skip to content

Bump rpyc from 4.1.5 to 5.0.1#2

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/rpyc-5.0.1
Closed

Bump rpyc from 4.1.5 to 5.0.1#2
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/rpyc-5.0.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 27, 2021

Bumps rpyc from 4.1.5 to 5.0.1.

Release notes

Sourced from rpyc's releases.

5.0.0: Various improvements and backwards incompatible changes

Backwards Incompatible:

  • RPyC 5.0.0 cannot teleport functions to earlier versions
  • Deprecated Python 2 support to coincide with it's EOL

Improvements:

  • Server hostname default supports IPv4 and IPv6 by using the wildcard address #425
  • Added docker/docker-compose.yml for Python 3.6, 3.7, 3.8, 3.9, and 3.10 containers to improve local workflow
  • Fixed pickle failure on windows for connect_multiprocess and connect_thread #412
  • Fixed teleport function behavior for keyword-only arguments with default #422
  • Improved documentation on custom exception handling
  • Fixed IPv6 support for server #407
  • Added a simple asynchrounous service example #400
Changelog

Sourced from rpyc's changelog.

5.0.1

Date: 1.11.2021

  • Fixed unexpected behavior when using inspect.isfunction [#426](https://github.com/tomerfiliba-org/rpyc/issues/426)_
  • Now prevents installation of RPyC on unsupported versions of python [#429](https://github.com/tomerfiliba-org/rpyc/issues/429)_

.. _#426: tomerfiliba/rpyc#426 .. _#429: tomerfiliba/rpyc#429

5.0.0

Date: 12.26.2020

Backwards Incompatible ^^^^^^^^^^^^^^^^^^^^^^

  • RPyC 5.0.0 cannot teleport functions to earlier versions
  • Deprecated Python 2 support to coincide with it's EOL

Improvements ^^^^^^^^^^^^

  • Server hostname default supports IPv4 and IPv6 by using the wildcard address [#425](https://github.com/tomerfiliba-org/rpyc/issues/425)_
  • Added docker/docker-compose.yml for Python 3.6, 3.7, 3.8, 3.9, and 3.10 containers to improve local workflow
  • Fixed pickle failure on windows for connect_multiprocess and connect_thread [#412](https://github.com/tomerfiliba-org/rpyc/issues/412)_
  • Fixed teleport function behavior for keyword-only arguments with default [#422](https://github.com/tomerfiliba-org/rpyc/issues/422)_
  • Improved documentation on custom exception handling
  • Fixed IPv6 support for server [#407](https://github.com/tomerfiliba-org/rpyc/issues/407)_
  • Added a simple asynchrounous service example [#400](https://github.com/tomerfiliba-org/rpyc/issues/400)_

.. _#425: tomerfiliba-org/rpyc#425 .. _#412: tomerfiliba-org/rpyc#412 .. _#422: tomerfiliba-org/rpyc#422 .. _#407: tomerfiliba-org/rpyc#407 .. _#400: tomerfiliba-org/rpyc#400

Commits
  • a62f258 Updated CHANGELOG.rst and version for release 5.0.1---5.0.1 will then be remo...
  • 1eaac28 Merge pull request #429 from badgraphicsghost/fixing-dropped-python-3.5
  • da188fc Added comment to unit test per the post merge discussion as it is non-obvious...
  • 8f5fef1 Changing how 3.5 is dropped
  • 6bc3bf0 Merge pull request #427 from Jongy/fix-builtins-not-in-module
  • 108ff8e Add a test for the missing builtin type regression
  • e9333e4 Lookup classes in normalized builtins before trying sys.modules
  • 2bfa739 Fixed #423 with the suggested type correction: async should have been async_
  • c6c896d Added demos/sharing client and server to provide a concrete example of how sh...
  • 53d450a Removed complexity from demo/echo.py that I have been using to debug issues. ...
  • Additional commits viewable in compare view

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 Apr 27, 2021
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Apr 27, 2021

Looks like rpyc is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Apr 27, 2021
@dependabot dependabot bot deleted the dependabot/pip/rpyc-5.0.1 branch April 27, 2021 16:01
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.

0 participants