python-monotonic 1.5-0ubuntu1 source package in Ubuntu

Changelog

python-monotonic (1.5-0ubuntu1) disco; urgency=medium

  * New upstream release

 -- James Page <email address hidden>  Wed, 14 Nov 2018 15:34:00 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-monotonic_1.5.orig.tar.gz 7.0 KiB d58dc86a7b0d714702be02df906d2712901efef6a16b3aafc95aaa9174e27771
python-monotonic_1.5-0ubuntu1.debian.tar.xz 2.6 KiB 39baab58a0ec504f62f349267b0e5521b6e895e0027fb3e9e30e91f320fe876a
python-monotonic_1.5-0ubuntu1.dsc 2.2 KiB 44b7b1f1cdfbe95358dacee130a101edc2224b2b2bb5bb95708db0cc07a990e8

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: implementation of time.monotonic() - Python 3.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 3.x module.