python-daiquiri 1.3.0-1ubuntu2 source package in Ubuntu

Changelog

python-daiquiri (1.3.0-1ubuntu2) bionic; urgency=medium

  * d/control, d/rules, d/tests/*: Drop python2 support in favor
    of moving gnocchi to python3 only.
  * d/tests/control: Add depends for python(3)-daiquiri.

 -- Corey Bryant <email address hidden>  Tue, 14 Nov 2017 08:49:00 -0500

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Bionic
Original maintainer:
lamby
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-daiquiri_1.3.0.orig.tar.gz 14.6 KiB 53f09e24abe646c2ecb5d0e38c725fcb0a75cfb4bd4624b1882407536f11a1cc
python-daiquiri_1.3.0-1ubuntu2.debian.tar.xz 2.4 KiB c098951352ad67973dd60752d47fb87dbf18ed31dd6004259510770078d8b103
python-daiquiri_1.3.0-1ubuntu2.dsc 1.9 KiB 0fee27bb233c8871cd2ff92bfc1d335bcf7c9bfcd83fc7a05be060d9c2986397

View changes file

Binary packages built by this source

python3-daiquiri: Python library to easily setup basic logging functionality

 The daiquiri library provides an easy way to configure logging. It also
 provides some custom formatters and handlers.
 .
 Its promise is to setup a complete standard Python logging system with just
 one function call. Nothing more, nothing less. The interesting features are:
 .
  * Logs to stderr by default.
  * Use colors if logging to a terminal.
  * Support file logging.
  * Use program name as the name of the logging file so providing just a
    directory for logging will work.
  * Support syslog.
  * Support journald.
  * JSON output support.
  * Support of arbitrary key/value context information providing.
  * Capture the warnings emitted by the warnings module.
  * Native logging of any exception.
 .
 This is the Python 3 version of the package.