1
0
forked from pool/python-pynput

Compare commits

2 Commits

Author SHA256 Message Date
c8ee75fa14 Accepting request 1274604 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1274604
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pynput?expand=0&rev=4
2025-05-05 20:30:14 +00:00
e6bd0154fd - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pynput?expand=0&rev=9
2025-04-28 14:06:05 +00:00
4 changed files with 26 additions and 5 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:70d7c8373ee98911004a7c938742242840a5628c004573d84ba849d4601df81e
size 82289

View File

@@ -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>

View File

@@ -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