forked from pool/python-pynput
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
c8ee75fa14 | |||
e6bd0154fd |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a5726546da54116b687785d38b1db56997ce1d28e53e8d22fc656d8b92e533c
|
||||
size 79501
|
3
pynput-1.8.1.tar.gz
Normal file
3
pynput-1.8.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70d7c8373ee98911004a7c938742242840a5628c004573d84ba849d4601df81e
|
||||
size 82289
|
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pynput
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?sle15_python_module_pythons}
|
||||
|
||||
Name: python-pynput
|
||||
Version: 1.7.6
|
||||
Version: 1.8.1
|
||||
Release: 0
|
||||
Summary: Monitor and control user input devices
|
||||
License: LGPL-3.0-only
|
||||
|
Reference in New Issue
Block a user