python-inotify 0.2.10-5 source package in Ubuntu

Changelog

python-inotify (0.2.10-5) unstable; urgency=medium

  * Replace removed assertEquals with assertEqual (Closes: #1058339)

 -- Bastian Germann <email address hidden>  Tue, 12 Dec 2023 11:29:37 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-inotify_0.2.10-5.dsc 1.9 KiB d1d0186318279ddf2b95f420481cf5091f7b40de0312117bec87ae324ab5b76d
python-inotify_0.2.10.orig.tar.gz 18.3 KiB f3cd0d321e42c477f2d31e2e410834d0ae924922a5b7ddcbac0d59ddb61b48dc
python-inotify_0.2.10-5.debian.tar.xz 3.4 KiB 9d1dd61a8ebdf32f804b1a74ab4571cc1f25684eaef2e53e5b340247aa888e7d

Available diffs

No changes file available.

Binary packages built by this source

python3-inotify: inotify generator library for Python 3

 inotify* functionality is available from the Linux kernel and allows you to
 register one or more directories for watching, and to simply block and wait for
 notification events. This library is designed to act as a generator. All you
 have to do is loop, and you'll see one event at a time and block in-between.