aionotify 0.2.0-3 source package in Ubuntu

Changelog

aionotify (0.2.0-3) unstable; urgency=medium

  * Team upload.
  * Replace obsolete @asyncio.coroutine with async def (Closes: #1024786)
  * Bump Standards-Version to 4.6.1

 -- Timo Röhling <email address hidden>  Sat, 10 Dec 2022 21:40:42 +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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
aionotify_0.2.0-3.dsc 1.8 KiB 5b87c32b221b07e100e5df04c38ba2e75093e811496f36a33463e76903776d8c
aionotify_0.2.0.orig.tar.gz 9.3 KiB ffe4316eca480af4189e3e70e8ccf9356efac9c25d741495922727fad4fe37aa
aionotify_0.2.0-3.debian.tar.xz 4.9 KiB 979fa21a3d1a913dd873e61a045b4432a34658609388b7ec210d4b56d9682ec7

Available diffs

No changes file available.

Binary packages built by this source

python3-aionotify: Simple, asyncio-based inotify library for Python

 Asyncio library to create watchers on filesystem using inotify API
 and generate events from changes.
 .
 An event is a simple object with a few attributes:
  - name: the path of the modified file
  - flags: the modification flag; use aionotify.Flags.parse() to parse it
  - alias: the alias of the watch triggering the event
  - cookie: for renames, this integer value links the renamed from/to events