Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency readchar to v4 #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
readchar (changelog) ==2.0.1 -> ==4.2.1 age adoption passing confidence

Release Notes

magmax/python-readchar (readchar)

v4.2.1

Compare Source

Fixes:

  • ensure that the version-string lands where its supposed to (#​122)

Full Changelog: magmax/python-readchar@v4.2.0...v4.2.1

v4.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: magmax/python-readchar@v4.1.0...v4.2.0

v4.1.0

Compare Source

What's Changed

Full Changelog: magmax/python-readchar@v4.0.6...v4.1.0

v4.0.6

Compare Source

changed
  • removed code-duplication from key.py (#​113)
fixed
added
  • Python 3.12 to classifiers and tests (#​114)
removed
  • dropped Python 3.7, as its EOL (0277fed)

v4.0.5

Compare Source

added

v4.0.4

Compare Source

fixed
  • spelling and false links
  • pre-commit broken pipeline (updated pre-commit packages)
  • broken shield.io badge in README
removed
  • Python 3.6 from tests and classifiers
added
  • Python 3.11 to classifiers and tests
  • py.typed file to support mypy type-stubs

v4.0.3

Compare Source

removed
  • wheel is 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_require from setup.cfg, it's not used anyway
changed
  • small README formating fixups
  • simplifyed dev-install. requirements.txt now containes the editable-self-install. one less setp is reuqired for setup.
added
  • mdformat as pre-commit hook

v4.0.2

Compare Source

added

  • config class. 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 an KeyboardInterrupt beeing raised
  • .editorconfig

changed

  • documentation is now in Markdown instead of rst

v4.0.1

Compare Source

added

  • key.DELETE as an alias for key.SUPR

v4.0.0

Compare Source

Breaking changes
  • the readkey() function now raises a KeyboardInterupt when CTRL+C is pressed. (but readchar() 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.
  • the ESCAPE_SEQUENCES variable, it's no longer used
fixes
  • windows now returns strings instead of bytestrings, same as on linux
  • windows now supports most special characters
  • swaped LF and CR, as per #​69
  • windows actually returns CR on ENTER, so the ENTER variable now points to the appropriate existing variable
  • __all__ should return a list of strings
  • f5-f12 had wrong codes on linux
  • code coverage is much better now: Coverage Status
added
  • extensive testing for both windows and linux
  • automated workflow that runs the test on both platforms
  • more keycodes for windows
  • add end-of-line-fixer to pre-commit
  • add LICENCE (#​44)
  • mac OS and FreeBSD run the linux behavior (note in the README that they are not supported but should work)
  • SHIFT+TAB support on Linux
removed
  • removed python 2.7, 3.4, 3.5 and pypy support
changed
  • general cleanup of config and setup files
  • bump precommit-hook versions
  • simplyfied .yamellinter.yml
  • reworked the github actions

v3.1.0

Compare Source

  • corrected metadata
  • bump yamllint

v3.0.6

Compare Source

  • reverts bad PR #​65, which broke BACKSPACE for Linux systems and didn't really fix arrow support on windows
  • actually enabel arrow/special Key support for windows
  • fix BACKSPACE and ENTER for windows

v3.0.5

Compare Source

~Fix Windows problem with backspace and arrows codes.~

Attention: this has been reverted!

v3.0.4

Compare Source

rollback to use setraw instead of setcbreak.

v3.0.3

Compare Source

New upload credentials

v3.0.2

Compare Source

Fixes:

  • #​53, using setcbreak instead of setraw.
  • Add more key codes as constants.

v3.0.1

New 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@renovate renovate bot force-pushed the renovate/readchar-4.x branch from 14e9efc to 094f22e Compare March 17, 2023 14:05
@renovate renovate bot force-pushed the renovate/readchar-4.x branch from 094f22e to b9ec94e Compare March 15, 2024 17:13
@renovate renovate bot force-pushed the renovate/readchar-4.x branch from b9ec94e to 764fe07 Compare May 16, 2024 18:11
@renovate renovate bot force-pushed the renovate/readchar-4.x branch from 764fe07 to 7641c4c Compare August 11, 2024 20:41
@renovate renovate bot force-pushed the renovate/readchar-4.x branch from 7641c4c to 26d2bb3 Compare November 4, 2024 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant