theCapypara / riptide-lib

Tool to manage development environments for web applications using containers - Library Package
https://riptide-docs.readthedocs.io
MIT License
4 stars 3 forks source link

Bump pywinpty from 0.5.5 to 2.0.1 #29

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps pywinpty from 0.5.5 to 2.0.1.

Release notes

Sourced from pywinpty's releases.

PyWinpty release v2.0.1

Minor pywinpty release that fixed a major issue with the wheel distribution, which was not including the winpty binaries.

What's Changed

Full Changelog: https://github.com/spyder-ide/pywinpty/compare/v2.0.0...v2.0.1

PyWinpty release v2.0.1-pre0

Testing release

PyWinpty release v2.0.0

Major pywinpty release that simplifies the dependencies as well the building environment. The PTY implementation details were moved into their own library in rust, winpty-rs and C++ dependencies were dropped, which implies that this library functions as a simple PyO3 wrapper that calls winpty-rs without any added complexities.

Backward compatible changes

  • PTY and PtyProcess no longer accept an encoding keyword argument.

Performance improvements

  • PtyProcess reading thread is now blocking, and no longer consumes CPU unnecessarily.

Other improvements

  • The backend argument is now working on PtyProcess.

What's Changed

Full Changelog: https://github.com/spyder-ide/pywinpty/compare/v1.1.6...v2.0.0

PyWinpty release v1.1.6

Minor release that improves the support on arm64 (although not tested) and re-enables support for win32 builds, thanks to @​nsait-linaro and @​cgohlke. Also, some Rust dependencies were updated to their latest versions.

What's Changed

New Contributors

Full Changelog: https://github.com/spyder-ide/pywinpty/blob/master/CHANGELOG.md#version-116-2021-11-15

PyWinpty release v1.1.5

Minor pywinpty release that updates some Rust dependencies and adds support for Python 3.10

... (truncated)

Changelog

Sourced from pywinpty's changelog.

Version 2.0.1 (2022/01/25)

Issues Closed

In this release 1 issue was closed.

Pull Requests Merged

  • PR 208 - PR: Remove .exe and .dll from gitignore when creating wheels, by @​andfoy

In this release 1 pull request was closed.

Version 2.0.0 (2022/01/25)

Issues Closed

In this release 1 issue was closed.

Pull Requests Merged

In this release 1 pull request was closed.

Version 1.1.6 (2021-11-15)

Issues Closed

In this release 1 issue was closed.

Pull Requests Merged

In this release 5 pull requests were closed.

Version 1.1.5 (2021/10/28)

... (truncated)

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[bot] commented 2 years ago

Superseded by #30.