python-evdev 1.3.0+dfsg-1 source package in Ubuntu

Changelog

python-evdev (1.3.0+dfsg-1) unstable; urgency=medium

  * New upstream release, merging spelling-fixes.patch.
  * Enable all hardening options.
  * Move the python-evdev manpage to section 7.
  * Standards-Version 4.4.1, no further change required.

 -- Stephen Kitt <email address hidden>  Thu, 16 Jan 2020 18:40:57 +0100

Upload details

Uploaded by:
Stephen Kitt
Uploaded to:
Sid
Original maintainer:
Stephen Kitt
Architectures:
linux-any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-evdev_1.3.0+dfsg-1.dsc 2.1 KiB 938cd9fb884ad6e3f370b7cec5ec5b26190fe76ac52b03a0007266cab457fc18
python-evdev_1.3.0+dfsg.orig.tar.xz 45.1 KiB 6a8b22c865d32772585cd15886da50eb8d389ffbc7a412cdf3a158665de3af4c
python-evdev_1.3.0+dfsg-1.debian.tar.xz 4.7 KiB 39896e3a888690502780d755ee473c0d7d69f11c02a493baae0d4681c54c77df

No changes file available.

Binary packages built by this source

python-evdev-doc: Python bindings for the Linux input subsystem (docs)

 This package 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.
 .
 This is the documentation package.

python3-evdev: Python 3 bindings for the Linux input subsystem

 This package 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.
 .
 This package installs the library for Python 3.

python3-evdev-dbgsym: debug symbols for python3-evdev