forked from pool/python-pynput
* Remove incorrectly merged line for the *Xorg* backend. * Let events know about the new ``injected`` parameter. * Add a flag to callbacks to allow detecting injected input events. * Add ``media_stop`` key for *macOS*. Thanks to *laura-3*! * Add ``eject`` key for *macOS*. Thanks to *DiMNDev*! * Rename method for listeners to not conflict with new ``threading.Thread`` field. * Small corrections to the documentation. * Handle explicit timeout when calling ``join`` on listeners. * Correct regression in hot key handling for special keys. * Reverted changes to lazy loading of ``CoreFoundation`` and ``Quartz``, since this still does not appear to work. * Let the type of values in ``Key`` be ``KeyCode`` so that type checkers are not confused. * Do not crash in ``__del__`` on *Xorg* if display creation fails. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pynput?expand=0&rev=9
56 lines
2.3 KiB
Plaintext
56 lines
2.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Apr 28 14:04:49 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.8.1:
|
|
* Remove incorrectly merged line for the *Xorg* backend.
|
|
* Let events know about the new ``injected`` parameter.
|
|
* Add a flag to callbacks to allow detecting injected input
|
|
events.
|
|
* Add ``media_stop`` key for *macOS*. Thanks to *laura-3*!
|
|
* Add ``eject`` key for *macOS*. Thanks to *DiMNDev*!
|
|
* Rename method for listeners to not conflict with new
|
|
``threading.Thread`` field.
|
|
* Small corrections to the documentation.
|
|
* Handle explicit timeout when calling ``join`` on listeners.
|
|
* Correct regression in hot key handling for special keys.
|
|
* Reverted changes to lazy loading of ``CoreFoundation`` and
|
|
``Quartz``, since this still does not appear to work.
|
|
* Let the type of values in ``Key`` be ``KeyCode`` so that type
|
|
checkers are not confused.
|
|
* Do not crash in ``__del__`` on *Xorg* if display creation fails.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 16 09:51:47 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Fix dependencies: do not ever use python_module in requires, as
|
|
it expands to all python flavors.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 13 01:48:04 UTC 2023 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
|
|
|
- boo#1214205 shows the spec file has some serious issues
|
|
- This package was not using the latest python packaging guidelines
|
|
- I basically re-did it from scratch
|
|
- Remove unused patches:
|
|
- unicode.patch
|
|
- no-setuptools-lint.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 28 13:43:30 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
|
|
|
|
- Update to 1.7.6
|
|
- Ship license as part of generated packages.
|
|
- Do not try to build on python2 and simplify Suggests list.
|
|
- Only build on primary python.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 2 08:18:36 UTC 2021 - Simon Lees <sflees@suse.de>
|
|
|
|
- Update to 1.7.3 and prep for factory inclusion
|
|
* Add no-setuptools-lint.patch from suggestion on #opensuse-python
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 3 17:05:43 UTC 2019 - Lars Vogdt <lars@linux-schulserver.de>
|
|
|
|
- initial version 1.4.2
|