Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 20, 2023

Bumps mss from 6.1.0 to 9.0.1.

Release notes

Sourced from mss's releases.

9.0.1

  • 🐛 CLI: fixed entry point not taking into account arguments (#255)

9.0.0

❤️ contributors: @​mgorny, @​CTPaHHuK-HEbA

  • 🐞 Linux: add failure handling to XOpenDisplay() call (fixes #246)
  • 🚀 Mac: tiny improvement in monitors finding
  • 🐛 Windows: refactored how internal handles are stored (fixes #198)
  • 🐛 Windows: removed side effects when leaving the context manager, resources are all freed (fixes #209)
  • CI: run tests via xvfb-run on GitHub Actions (#248)
  • tests: enhance test_get_pixels.py, and try to fix a random failure at the same time (related to #251)
  • tests: use PyVirtualDisplay instead of xvfbwrapper (#249)
  • tests: automatic rerun in case of failure (related to #251)

8.0.3

❤️ contributors: @​mgorny, @​relent95

  • 🐍 added support for Python 3.12
  • 💯 MSS: added PEP 561 compatibility
  • 🐛 MSS: include more files in the sdist package (#240)
  • 🐞 Linux: restore the original X error handler in .close() (#241)
  • 🐛 Linux: fixed XRRCrtcInfo.width, and XRRCrtcInfo.height, C types
  • doc: use markdown for the README, and changelogs
  • ⚠️ dev: renamed the master branch to main
  • 🐛 dev: review the structure of the repository to fix/improve packaging issues (#243)

8.0.2

  • 🐞 fixed SetuptoolsDeprecationWarning: Installing 'XXX' as data is deprecated, please list it in packages
  • 🐛 CLI: fixed arguments handling

8.0.1

  • 🐞 MSS: ensure --with-cursor, and with_cursor argument & attribute, are simple NOOP on platforms not supporting the feature
  • 🐞 CLI: do not raise a ScreenShotError when -q, or --quiet, is used but return 1
  • 🐛 tests: fix test_entry_point() with multiple monitors having the same resolution

8.0.0

  • ⚠️ removed support for Python 3.6
  • ⚠️ removed support for Python 3.7
  • 🐛 MSS: fixed PEP 484 prohibits implicit Optional
  • 💯 MSS: the whole source code was migrated to PEP 570 (Python positional-only parameters)
  • 🆕 Linux: added mouse support (related to #55)
  • 🐛 Linux: reset the X server error handler on exit to prevent issues with Tk/Tkinter (fixes #220)
  • 🐛 Linux: refactored how internal handles are stored to fix issues with multiple X servers (fixes #210)
  • 🐛 Linux: removed side effects when leaving the context manager, resources are all freed (fixes #210)
  • 🆕 CLI: added --with-cursor argument
  • tests: added PyPy 3.9, removed tox, and improved GNU/Linux coverage

7.0.1

  • 🐛 fixed the wheel package

... (truncated)

Changelog

Sourced from mss's changelog.

9.0.1 (2023/04/20)

  • CLI: fixed entry point not taking into account arguments

9.0.0 (2023/04/18)

  • Linux: add failure handling to XOpenDisplay() call (fixes #246)
  • Mac: tiny improvement in monitors finding
  • Windows: refactored how internal handles are stored (fixes #198)
  • Windows: removed side effects when leaving the context manager, resources are all freed (fixes #209)
  • CI: run tests via xvfb-run on GitHub Actions (#248)
  • tests: enhance test_get_pixels.py, and try to fix a random failure at the same time (related to #251)
  • tests: use PyVirtualDisplay instead of xvfbwrapper (#249)
  • tests: automatic rerun in case of failure (related to #251)
  • ❤️ contributors: @​mgorny, @​CTPaHHuK-HEbA

8.0.3 (2023/04/15)

  • added support for Python 3.12
  • MSS: added PEP 561 compatibility
  • MSS: include more files in the sdist package (#240)
  • Linux: restore the original X error handler in .close() (#241)
  • Linux: fixed XRRCrtcInfo.width, and XRRCrtcInfo.height, C types
  • doc: use markdown for the README, and changelogs
  • dev: renamed the master branch to main
  • dev: review the structure of the repository to fix/improve packaging issues (#243)
  • ❤️ contributors: @​mgorny, @​relent95

8.0.2 (2023/04/09)

  • fixed SetuptoolsDeprecationWarning: Installing 'XXX' as data is deprecated, please list it in packages
  • CLI: fixed arguments handling

8.0.1 (2023/04/09)

  • MSS: ensure --with-cursor, and with_cursor argument & attribute, are simple NOOP on platforms not supporting the feature
  • CLI: do not raise a ScreenShotError when -q, or --quiet, is used but return `
  • tests: fixed test_entry_point() with multiple monitors having the same resolution

8.0.0 (2023/04/09)

  • removed support for Python 3.6
  • removed support for Python 3.7
  • MSS: fixed PEP 484 prohibits implicit Optional
  • MSS: the whole source code was migrated to PEP 570 (Python positional-only parameters)
  • Linux: reset the X server error handler on exit to prevent issues with Tk/Tkinter (fixes #220)
  • Linux: refactored how internal handles are stored to fixed issues with multiple X servers (fixes #210)
  • Linux: removed side effects when leaving the context manager, resources are all freed (fixes #210)
  • Linux: added mouse support (related to #55)
  • CLI: added --with-cursor argument
  • tests: added PyPy 3.9, removed tox, and improved GNU/Linux coverage
  • ❤️ contributors: @​zorvios

7.0.1 (2022/10/27)

  • fixed the wheel package

... (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)

Bumps [mss](https://github.com/BoboTiG/python-mss) from 6.1.0 to 9.0.1.
- [Release notes](https://github.com/BoboTiG/python-mss/releases)
- [Changelog](https://github.com/BoboTiG/python-mss/blob/main/CHANGELOG.md)
- [Commits](BoboTiG/python-mss@v6.1.0...v9.0.1)

---
updated-dependencies:
- dependency-name: mss
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants