14
0
forked from pool/python-evdev

Accepting request 614382 from home:theMarix:branches:devel:languages:python

- Run tests during packaging.
  * This runs only those tests which do not require /dev/uinput.
- Changed to source taken directly from Git instead of PyPI.

- Update to version 1.0.0
  * Fixed asyncio support in Python 3.5+.
  * Fixed handling of missing data.
  * Fixed device comparison.
  * Deprecated the InputDevice.fn attribute in favour of
    InputDevice.path
  * Add a context manager for grabbing access to a device -
    InputDevice.grab_context.
  * Add the InputDevice.uniq attribute, which contains the unique
    identifier of the device.

OBS-URL: https://build.opensuse.org/request/show/614382
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-evdev?expand=0&rev=3
This commit is contained in:
2018-06-06 11:44:21 +00:00
committed by Git OBS Bridge
parent 703277d85b
commit 7c5f09ab45
4 changed files with 33 additions and 9 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Jun 5 20:06:40 UTC 2018 - marix@marix.org
- Run tests during packaging.
* This runs only those tests which do not require /dev/uinput.
- Changed to source taken directly from Git instead of PyPI.
-------------------------------------------------------------------
Mon Jun 4 20:07:15 UTC 2018 - marix@marix.org
- Update to version 1.0.0
* Fixed asyncio support in Python 3.5+.
* Fixed handling of missing data.
* Fixed device comparison.
* Deprecated the InputDevice.fn attribute in favour of
InputDevice.path
* Add a context manager for grabbing access to a device -
InputDevice.grab_context.
* Add the InputDevice.uniq attribute, which contains the unique
identifier of the device.
-------------------------------------------------------------------
Mon Jan 29 15:33:32 UTC 2018 - jengelh@inai.de