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

Changelog

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

  * Team upload.
  * New upstream version 0.9.25.
  * debian/control:
    + Migrate to pybuild buildsystem.
    + Use new build-dependency python3-hatchling.

 -- Boyuan Yang <email address hidden>  Sat, 30 Dec 2023 09:41:25 -0500

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
concurrent-log-handler_0.9.25-1.dsc 2.3 KiB 68f5fa58066ae7c422c559e6dfd5c9b70c08702a6544ae7ff6392392b3d9a710
concurrent-log-handler_0.9.25.orig.tar.gz 40.6 KiB 69a0ef00b4e6b8a773c97c1fab05a93bc8669c0f5be53256f5b4a8a06229d92d
concurrent-log-handler_0.9.25-1.debian.tar.xz 3.0 KiB dec5155938a044a3a6077af8f289470c137d765a346325fc69e442121b6670b9

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.