Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python2-evdev-1.3.0-bp153.1.27 RPM for ppc64le

From OpenSuSE Leap 15.3 for ppc64le

Name: python2-evdev Distribution: SUSE Linux Enterprise 15 SP3
Version: 1.3.0 Vendor: openSUSE
Release: bp153.1.27 Build date: Sat Mar 6 02:34:18 2021
Group: Development/Languages/Python Build host: obs-power9-06
Size: 335630 Source RPM: python-evdev-1.3.0-bp153.1.27.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/gvalkov/python-evdev
Summary: Python bindings to the Linux input handling subsystem
python-evdev provides bindings to the generic input event interface
in Linux. The evdev interface serves the purpose of passing events
generated in the kernel directly to userspace through character
devices that are typically located in /dev/input/.

This package also comes with bindings to uinput, the userspace input
subsystem. Uinput allows userspace programs to create and handle
input devices that can inject events directly into the input
subsystem.

Provides

Requires

License

BSD-3-Clause

Changelog

* Sun Jan 12 2020 Matthias Bach <marix@marix.org>
  - Update to 1.3.0
    * Fix build on 32bit arches with 64bit time_t.
    * Add functionality to query device properties. See
      InputDevice.input_props and the input_props argument to Uinput.
    * KeyEvent received an allow_unknown constructor argument, which
      determines what will happen when an event code cannot be mapped
      to a keycode. The default and behavior so far has been to raise
      KeyError. If set to True, the keycode will be set to the event
      code formatted as a hex number.
    * Add InputDevice.set_absinfo() and InputDevice.absinfo().
    * Instruct the asyncio event loop to stop monitoring the fd of
      the input device when the device is closed.
* Tue May 14 2019 Ondřej Súkup <mimi.vx@gmail.com>
  - update to 1.2.0
    * Add UInput support for the resolution parameter in AbsInfo
    * Vendor and product identifiers can be greater or equal to 0x8000
* Fri Mar 01 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 1.1.2:
    * Fix handling of absinfo capabilities
    * Fix invalid example
    * Check if FF_MAX_EFFECTS is defined
* Tue Aug 28 2018 marix@marix.org
  - Update to version 1.1.0
    * Add support for handling force-feedback effect uploads.
    * Fix typo preventing force-feedback effects that need left
      coefficients from working.
  - Add _service file to fetch source from Git.
* Tue Jun 05 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 04 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 2018 jengelh@inai.de
  - Initial package for openSUSE distro

Files

/usr/lib64/python2.7/site-packages/evdev
/usr/lib64/python2.7/site-packages/evdev-1.3.0-py2.7.egg-info
/usr/lib64/python2.7/site-packages/evdev-1.3.0-py2.7.egg-info/PKG-INFO
/usr/lib64/python2.7/site-packages/evdev-1.3.0-py2.7.egg-info/SOURCES.txt
/usr/lib64/python2.7/site-packages/evdev-1.3.0-py2.7.egg-info/dependency_links.txt
/usr/lib64/python2.7/site-packages/evdev-1.3.0-py2.7.egg-info/top_level.txt
/usr/lib64/python2.7/site-packages/evdev-1.3.0-py2.7.egg-info/zip-safe
/usr/lib64/python2.7/site-packages/evdev/__init__.py
/usr/lib64/python2.7/site-packages/evdev/__init__.pyc
/usr/lib64/python2.7/site-packages/evdev/__init__.pyo
/usr/lib64/python2.7/site-packages/evdev/_ecodes.so
/usr/lib64/python2.7/site-packages/evdev/_input.so
/usr/lib64/python2.7/site-packages/evdev/_uinput.so
/usr/lib64/python2.7/site-packages/evdev/device.py
/usr/lib64/python2.7/site-packages/evdev/device.pyc
/usr/lib64/python2.7/site-packages/evdev/device.pyo
/usr/lib64/python2.7/site-packages/evdev/ecodes.py
/usr/lib64/python2.7/site-packages/evdev/ecodes.pyc
/usr/lib64/python2.7/site-packages/evdev/ecodes.pyo
/usr/lib64/python2.7/site-packages/evdev/eventio.py
/usr/lib64/python2.7/site-packages/evdev/eventio.pyc
/usr/lib64/python2.7/site-packages/evdev/eventio.pyo
/usr/lib64/python2.7/site-packages/evdev/eventio_async.py
/usr/lib64/python2.7/site-packages/evdev/eventio_async.pyc
/usr/lib64/python2.7/site-packages/evdev/eventio_async.pyo
/usr/lib64/python2.7/site-packages/evdev/events.py
/usr/lib64/python2.7/site-packages/evdev/events.pyc
/usr/lib64/python2.7/site-packages/evdev/events.pyo
/usr/lib64/python2.7/site-packages/evdev/evtest.py
/usr/lib64/python2.7/site-packages/evdev/evtest.pyc
/usr/lib64/python2.7/site-packages/evdev/evtest.pyo
/usr/lib64/python2.7/site-packages/evdev/ff.py
/usr/lib64/python2.7/site-packages/evdev/ff.pyc
/usr/lib64/python2.7/site-packages/evdev/ff.pyo
/usr/lib64/python2.7/site-packages/evdev/genecodes.py
/usr/lib64/python2.7/site-packages/evdev/genecodes.pyc
/usr/lib64/python2.7/site-packages/evdev/genecodes.pyo
/usr/lib64/python2.7/site-packages/evdev/uinput.py
/usr/lib64/python2.7/site-packages/evdev/uinput.pyc
/usr/lib64/python2.7/site-packages/evdev/uinput.pyo
/usr/lib64/python2.7/site-packages/evdev/util.py
/usr/lib64/python2.7/site-packages/evdev/util.pyc
/usr/lib64/python2.7/site-packages/evdev/util.pyo
/usr/share/licenses/python2-evdev
/usr/share/licenses/python2-evdev/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:44:41 2024