concurrent-log-handler 0.9.24-1 source package in Ubuntu

Changelog

concurrent-log-handler (0.9.24-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.9.24.
  * debian/control:
    + Drop build-dependency on legacy python3-distutils.
    + Add test-build-dependency python3-pytest <!nocheck>.
    + Use ${python3:Depends} instead of hardcoded python3.
    + Use dh-sequence-python3 instead of --with python3 in d/rules.

 -- Boyuan Yang <email address hidden>  Wed, 28 Jun 2023 14:16:01 -0400

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
concurrent-log-handler_0.9.24-1.dsc 2.2 KiB 5cde1b2fe2272b72553bb006333c951f951fe55de1d6d34848d94f5fb6c3409c
concurrent-log-handler_0.9.24.orig.tar.gz 38.1 KiB b84f5642d18ac13b1ba81f15d363bffc701cfa9fc2780b32b08579d368b2ab95
concurrent-log-handler_0.9.24-1.debian.tar.xz 2.9 KiB 92e92e12d6d3d30db2d837758071fc3cc2613c28c66d571b505182c9b4f5d8c3

Available diffs

No changes file available.

Binary packages built by this source

python3-concurrent-log-handler: Additional log handler for Python's standard logging package

 This handler will write log events to a log file which is rotated when
 the log file reaches a certain size. Multiple processes can safely write
 to the same log file concurrently. Rotated logs can be gzipped if desired.
 Both Windows and POSIX systems are supported. An optional threaded queue
 logging handler is provided to perform logging in the background.