python-monotonic 1.5-0ubuntu2 source package in Ubuntu

Changelog

python-monotonic (1.5-0ubuntu2) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:43:26 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release main misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-monotonic_1.5.orig.tar.gz 7.0 KiB d58dc86a7b0d714702be02df906d2712901efef6a16b3aafc95aaa9174e27771
python-monotonic_1.5-0ubuntu2.debian.tar.xz 2.6 KiB f708bd69a3dc7e4c02602cd0193d1ccb98d647589f1fe70cc1be692cde9a68d0
python-monotonic_1.5-0ubuntu2.dsc 2.3 KiB b2f768e7881c6a911e909a4b440cac92ae4086fb87644bea5a332e30537072ca

Available diffs

View changes file

Binary packages built by this source

python-monotonic: implementation of time.monotonic() - Python 2.x

 This module provides a monotonic() function which returns the value (in
 fractional seconds) of a clock which never goes backwards. On Python 3.3 or
 newer, monotonic will be an alias of time.monotonic from the standard library.
 On older versions, it will fall back to an equivalent implementation:
 GetTickCount64 on Windows, mach_absolute_time on OS X, and clock_gettime(3)
 on Linux/BSD.
 .
 If no suitable implementation exists for the current platform, attempting to
 import this module (or to import from it) will cause a RuntimeError exception
 to be raised.
 .
 This package contains the Python 2.x module.

python3-monotonic: No summary available for python3-monotonic in ubuntu groovy.

No description available for python3-monotonic in ubuntu groovy.