- update to 10.1.0:
* Added `BITS_PER_PIXELS_32`
* Added `SUPPORTED_BITS_PER_PIXELS`
* Removed `XEvent` class. Use `XErrorEvent` instead.
* Added `XErrorEvent` class (old `Event` class is just an alias
now, and will be removed in v9.0.0)
* Added `compression_level=6` keyword argument to
`MSS.__init__()`
* Added `display=None` keyword argument to `MSS.__init__()`
* Added `max_displays=32` keyword argument to `MSS.__init__()`
* Added `with_cursor=False` keyword argument to
`MSS.__init__()`
* Added `MSS.with_cursor` attribute
* Added `MSS.close()`
* Moved `MSS.__init__()` keyword arguments handling to the base
class
* Renamed `error_handler()` function to `_error_handler()`
* Renamed `validate()` function to `__validate()`
* Renamed `MSS.has_extension()` method to
`_is_extension_enabled()`
* Removed `ERROR` namespace
* Removed `MSS.drawable` attribute
* Removed `MSS.root` attribute
* Removed `MSS.get_error_details()` method. Use
`ScreenShotError.details` attribute instead.
- Update to v7.0.1
* tests: fix test_entry_point() when there are several monitors
OBS-URL: https://build.opensuse.org/request/show/1345083
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mss?expand=0&rev=6
Description
No description provided
Languages
RPM Spec
100%