python-inotify 0.2.10-4 source package in Ubuntu

Changelog

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

  * Team upload.
  * Rerun flaky tests multiple times (Closes: #1030493)
  * Bump Standards-Version to 4.6.2

 -- Timo Röhling <email address hidden>  Mon, 06 Feb 2023 17:14:56 +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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-inotify_0.2.10-4.dsc 1.9 KiB 2ca7c682766226bc149ee543b74d3fbb2974ad18cb42f7b1482c418cc58f16d1
python-inotify_0.2.10.orig.tar.gz 18.3 KiB f3cd0d321e42c477f2d31e2e410834d0ae924922a5b7ddcbac0d59ddb61b48dc
python-inotify_0.2.10-4.debian.tar.xz 2.6 KiB e32bbbf0828a2aaab44db82e2d37e10b03ff7ff6a96bc41aa5257987336a7659

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.