freezegun 0.3.5-2 source package in Ubuntu

Changelog

freezegun (0.3.5-2) unstable; urgency=low

  * Add build dependencies on Mock (Closes: #802070)

 -- Federico Ceratto <email address hidden>  Sun, 18 Oct 2015 22:35:31 +0100

Upload details

Uploaded by:
Federico Ceratto
Uploaded to:
Sid
Original maintainer:
Federico Ceratto
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
freezegun_0.3.5-2.dsc 2.1 KiB 4607711c4939ec6cb59463ef6f1f40eec0f376a6a43c2f5b00c6e246f40cff70
freezegun_0.3.5.orig.tar.gz 42.4 KiB ee59b2eedd4011eeaae8a95eec31aa977ec355df7f4eca1067f402cb79429e0a
freezegun_0.3.5-2.debian.tar.xz 2.0 KiB 78a757e8f7e892167d6d5488b0ca7e4232629e50d5646a34879860e3080f2494

Available diffs

No changes file available.

Binary packages built by this source

python-freezegun: Python library to mock the datetime module in unit testing

 FreezeGun allows easy mocking of the datetime module by freezing the return
 value of the methods datetime.datetime.now(), datetime.datetime.utcnow(),
 datetime.date.today(), and time.time() to a fixed point in time. Use it
 in unit testing to make the tests deterministic and time-independent.

python3-freezegun: Python3 library to mock the datetime module in unit testing

 FreezeGun allows easy mocking of the datetime module by freezing the return
 value of the methods datetime.datetime.now(), datetime.datetime.utcnow(),
 datetime.date.today(), and time.time() to a fixed point in time. Use it
 in unit testing to make the tests deterministic and time-independent.