python-daiquiri 1.3.0-3ubuntu1 source package in Ubuntu

Changelog

python-daiquiri (1.3.0-3ubuntu1) bionic; urgency=low

  * Merge with Debian unstable, new changes:
    - d/*: Add python 2 support for use with Gnocchi under Python 2
      (this can be dropped once all OpenStack projects support Python 3
       and have been transitioned in the archive).

python-daiquiri (1.3.0-3) unstable; urgency=medium

  * Bump Standards-Version to 4.1.3.
  * Move to dehelper compat level 11.
  * Install examples/ directory.
  * Move to HTTPS Format: URI in debian/copyright.
  * Override:
    - debian-watch-does-not-check-gpg-signature.
    - no-upstream-changelog.

python-daiquiri (1.3.0-2) unstable; urgency=medium

  * Ensure all dependencies are available for DEP-8 tests. Thanks to Corey
    Bryant <email address hidden> for the patch. (Closes: #882876)
  * Use HTTPS URI in debian/watch.
  * Bump Standards-Version to 4.1.1.

 -- James Page <email address hidden>  Mon, 12 Feb 2018 11:37:22 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

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-3ubuntu1.debian.tar.xz 3.1 KiB 46d5f63c91f29c1dbf3d66d15a762040e77f2a1cbba549721d231a54c3fac3ca
python-daiquiri_1.3.0-3ubuntu1.dsc 2.1 KiB a57da27d7f9a95596383973e7b59cf23466e6ee0fc57845f45fa048ee0e31571

View changes file

Binary packages built by this source

python-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 2 version of the package.

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.