python-watchgod 0.7-2 source package in Ubuntu

Changelog

python-watchgod (0.7-2) unstable; urgency=low

  * Enable upstream testsuite for autopkgtests and build.
  * Update year in d/copyright.
  * Remove unnecessary autopkgtest-pkg-python testsuite.

 -- Michael Fladischer <email address hidden>  Fri, 14 Jan 2022 11:03:35 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-watchgod_0.7-2.dsc 1.8 KiB 003d247bc396484d3992e98dcfdb4ef85a26773fb7e0b935790e63ad1014e8ad
python-watchgod_0.7.orig.tar.gz 14.0 KiB 2b959fe5b4c0648ea3bff008a0b3783801cf41812737de0d7729844e18929736
python-watchgod_0.7-2.debian.tar.xz 4.3 KiB b5a73a0f84418b20cb29d03fe6245f82563259ea64e01c08a744a0151f06ca7d

Available diffs

No changes file available.

Binary packages built by this source

python3-watchgod: Simple, modern file watching and code reload (Python3 version)

 Simple, modern file watching and code reload in Python. It can watch for
 changes in a directory and run a function to restart it when code changes.
 Notifications about change events as well as to restart a process can use
 the callback argument to pass a function which will be called on every file
 change with one argument: the set of file changes.
 .
 This package contains the Python 3 version of the library.