python-monotonic 0.3-1 source package in Ubuntu

Changelog

python-monotonic (0.3-1) unstable; urgency=medium

  * New upstream release.

 -- Thomas Goirand <email address hidden>  Wed, 02 Sep 2015 21:35:29 +0000

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-monotonic_0.3-1.dsc 2.1 KiB f895cf63127d67c149f9b62d9e27ba0016329c2b8d5de7783f620c0c46422545
python-monotonic_0.3.orig.tar.xz 6.1 KiB f72c3d1cbbaa682502819954df69efbdc75f1debe5bd624de6d153b40b0323a3
python-monotonic_0.3-1.debian.tar.xz 2.3 KiB 6d6bce20ecc7b7f85773be56db1fa5a8cdea246aa758ccdc670172c5d48bbc68

Available diffs

No changes file available.

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.