LizardByte / PyStream

WIP: Experimental project to test various capture and streaming protocols.
GNU Affero General Public License v3.0
3 stars 0 forks source link

build(deps): bump mss from 6.1.0 to 8.0.3 #30

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps mss from 6.1.0 to 8.0.3.

Release notes

Sourced from mss's releases.

8.0.3

:heart: 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

  • :bug: fixed the wheel package

7.0.0

:heart: contributors: @โ€‹CTPaHHuK-HEbA, @โ€‹Tonyl314, @โ€‹ArchangeGabriel

  • :snake: added support for Python 3.11
  • :snake: added support for Python 3.10
  • :warning: removed support for Python 3.5
  • MSS: modernized the code base (types, f-string, ran isort & black) (close #101)
  • MSS: fixed several Sourcery issues
  • MSS: fixed typos here, and there
  • doc: fixed an error when building the documentation
Changelog

Sourced from mss's changelog.

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)
  • :heart: 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
  • :heart: contributors: @โ€‹zorvios

7.0.1 (2022/10/27)

  • fixed the wheel package

7.0.0 (2022/10/27)

  • added support for Python 3.11
  • added support for Python 3.10
  • removed support for Python 3.5
  • MSS: modernized the code base (types, f-string, ran isort & black) (closes #101)
  • MSS: fixed several Sourcery issues
  • MSS: fixed typos here, and there
  • doc: fixed an error when building the documentation
Commits
  • a042e4f Version 8.0.3
  • 960fa59 dev: renamed the master branch to main
  • a863505 dev: review the structure of the repository to fix packaging issues (#244)
  • 5f3a16b chore: move pylint config to setup.cfg
  • 798e90d doc: tweak
  • 5ea58e9 tests: reflect what is awaited in the wheel (#243)
  • 0eade2c dev: refine requirements
  • 431e31e dev: split requirements
  • 4997021 tests(fix): Update test_setup.py
  • 9ac0c55 tests(fix): Update test_setup.py
  • 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[bot] commented 1 year ago

Superseded by #31.