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

Changelog

python-evdev (1.6.1+dfsg-1build1) lunar; urgency=medium

  * Rebuild to drop Python 3.10 extension

 -- Jeremy Bicha <email address hidden>  Tue, 28 Feb 2023 19:31:08 -0500

Upload details

Uploaded by:
Jeremy BĂ­cha
Uploaded to:
Lunar
Original maintainer:
Stephen Kitt
Architectures:
linux-any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe python
Lunar release universe python

Downloads

File Size SHA-256 Checksum
python-evdev_1.6.1+dfsg.orig.tar.xz 46.0 KiB 21b62366a256fd70bb76a5cbad4c1cb40c279bbf5b0073946761af562efcc99d
python-evdev_1.6.1+dfsg-1build1.debian.tar.xz 5.1 KiB db3003f93829c135dc9829adaa2062fb2bbd5e2ed2193397a02845b8402a4bf5
python-evdev_1.6.1+dfsg-1build1.dsc 2.2 KiB 210fa0a6efa45a1154a8d6191ccefd1a14f1425b54f9c6810a5f8afd47760f40

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