Update dependency readchar to v4 #59
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2.0.1→==4.2.1Release Notes
magmax/python-readchar (readchar)
v4.2.1Compare Source
Fixes:
Full Changelog: magmax/python-readchar@v4.2.0...v4.2.1
v4.2.0Compare Source
What's Changed
New Contributors
Full Changelog: magmax/python-readchar@v4.1.0...v4.2.0
v4.1.0Compare Source
What's Changed
setup.cfgtopyproject.tomlby @Cube707 in #118Full Changelog: magmax/python-readchar@v4.0.6...v4.1.0
v4.0.6Compare Source
changed
key.py(#113)fixed
added
removed
0277fed)v4.0.5Compare Source
added
v4.0.4Compare Source
fixed
removed
added
py.typedfile to support mypy type-stubsv4.0.3Compare Source
removed
wheelis no longer a install-requirement, only a build requiremnt (if user wants wheel support, he can install it, but we shouldn't force it)tests_requirefromsetup.cfg, it's not used anywaychanged
requirements.txtnow containes the editable-self-install. one less setp is reuqired for setup.added
mdformatas pre-commit hookv4.0.2Compare Source
added
configclass. This static class hold constants that can be changed by the user to change the libarys behavior. Use the class-attributes directly, you don't need to create instances of it!currently it only holds
INTERRUPT_KEYS, a list of keys that will result in anKeyboardInterruptbeeing raised.editorconfigchanged
v4.0.1Compare Source
added
key.DELETEas an alias forkey.SUPRv4.0.0Compare Source
Breaking changes
readkey()function now raises aKeyboardInteruptwhenCTRL+Cis pressed. (butreadchar()can still be used to capture it). This is more inline with the python philosophy (IMHO) and prevents developers from accidentally trapping their users with no option to stop the programm.ESCAPE_SEQUENCESvariable, it's no longer usedfixes
__all__should return a list of stringsadded
SHIFT+TABsupport on Linuxremoved
changed
v3.1.0Compare Source
v3.0.6Compare Source
v3.0.5Compare Source
Fix Windows problem with backspace and arrows codes.Attention: this has been reverted!
v3.0.4Compare Source
rollback to use
setrawinstead ofsetcbreak.v3.0.3Compare Source
New upload credentials
v3.0.2Compare Source
Fixes:
v3.0.1New try...
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.