python-timeline 0.0.7-4 source package in Ubuntu

Changelog

python-timeline (0.0.7-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable):
    + Build-Depends: Drop versioned constraint on python3-all.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 16 Oct 2022 22:30:44 +0100

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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-timeline_0.0.7-4.dsc 2.1 KiB 51dd4018d650d4e8f42c7de9aae0dec2b9e5926d365b9ae45f5331246824f063
python-timeline_0.0.7.orig.tar.gz 11.6 KiB 072eeb9497c7873ade2d4b9cff99fb3e3be13339bfdfbccdde3625b257a84852
python-timeline_0.0.7-4.debian.tar.xz 2.1 KiB ec3252020867ba15fcaff763af7c08315add29c95b357599ca617689a9267712

Available diffs

No changes file available.

Binary packages built by this source

python3-timeline: Timeline module for modelling a series of actions (Python 3)

 The timeline package provides a way to model a series of actions. For
 instance, during a web request the appserver might call out to a number of
 backend services, make sql queries and memcached lookups. All of these
 actions can be tracked in a single timeline, and that serialised or
 analysed for slow points.
 .
 This package installs the library for Python 3.