hiro 0.5-1 source package in Ubuntu

Changelog

hiro (0.5-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field

  [ Nicolas Dandrimont ]
  * New upstream release (Closes: #855908)
  * Update Standards-Version to 4.1.4 (no changes)
  * Bump debhelper compat level to 11

 -- Nicolas Dandrimont <email address hidden>  Tue, 24 Apr 2018 18:29:51 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
hiro_0.5-1.dsc 2.1 KiB 06faa8f3d64a87a9b6844d5784dfbc40cc62278c5fb8fad73b4f0ff46a92eddb
hiro_0.5.orig.tar.gz 16.2 KiB a6d3edbba13c2df4c9a4431fcd53fc814398850bf3b24d7c3f8dee33231a734e
hiro_0.5-1.debian.tar.xz 3.4 KiB 308ed1bc0b071c1436d2a90c2a164cef2e96f4febb5ef75dcc713dc44f6943e2

Available diffs

No changes file available.

Binary packages built by this source

python-hiro: No summary available for python-hiro in ubuntu focal.

No description available for python-hiro in ubuntu focal.

python-hiro-doc: No summary available for python-hiro-doc in ubuntu cosmic.

No description available for python-hiro-doc in ubuntu cosmic.

python3-hiro: time manipulation utilities for Python

 The hiro module provides a context-manager which hijacks a few commonly used
 time function to manipulate time in its context. It allows you to rewind,
 forward, freeze, unfreeze, and scale time according to given settings.
 .
 Most notably, the builtin functions time.sleep, time.time, time.gmtime,
 datetime.now, datetime.utcnow and datetime.today behave according the
 configuration of the context.
 .
 This package provides the Python 3 version of the hiro module.