python-timeline 0.0.7-5 source package in Ubuntu
Changelog
python-timeline (0.0.7-5) unstable; urgency=medium * Update watch file format version to 4. * Update standards version to 4.6.2, no changes needed. * Ignore changes to *.egg-info/* when building source package (closes: #1047704). -- Colin Watson <email address hidden> Mon, 14 Aug 2023 14:12:09 +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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-timeline_0.0.7-5.dsc | 2.4 KiB | ade15331869ce3f4d65c965b28cb6d6cbe89ef0808a7e07db249d0dfc7b09836 |
python-timeline_0.0.7.orig.tar.gz | 11.6 KiB | 072eeb9497c7873ade2d4b9cff99fb3e3be13339bfdfbccdde3625b257a84852 |
python-timeline_0.0.7.orig.tar.gz.asc | 833 bytes | 208497d59c6e1a68734e311a23b461694f747ec6f6f6aefff8fcdca08f64871d |
python-timeline_0.0.7-5.debian.tar.xz | 2.3 KiB | e9cbd2e8d5c05bc3f30786455b3201ba9d763fd6443f2152e070be34fa03d4cb |
Available diffs
- diff from 0.0.7-4 to 0.0.7-5 (743 bytes)
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.