python-evdev 1.7.0+dfsg-1build1 source package in Ubuntu

Changelog

python-evdev (1.7.0+dfsg-1build1) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 18:26:46 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe python

Downloads

File Size SHA-256 Checksum
python-evdev_1.7.0+dfsg.orig.tar.xz 47.5 KiB 979b5ac6ad7c1000e31b35d5ceda3aa4a19742c8a0a0935a757cc9810a97afb5
python-evdev_1.7.0+dfsg-1build1.debian.tar.xz 5.2 KiB 3a48434ae6d452a1beecfa158f5af6589535ed4370ddcc4f6190fed8608fdb67
python-evdev_1.7.0+dfsg-1build1.dsc 2.2 KiB 58e4d0b62aa9b483a1cf1367f5e780b389900217fab307e741a232ee3818638a

View changes file

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