freezegun 0.3.9-1 source package in Ubuntu

Changelog

freezegun (0.3.9-1) unstable; urgency=medium

  * New upstream release

 -- Federico Ceratto <email address hidden>  Tue, 03 Oct 2017 12:22:52 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
freezegun_0.3.9-1.dsc 2.1 KiB beb4a0ab3d9abbccede749eb5ddc77e9e62e3e28795a979a7262c3ab055ea08a
freezegun_0.3.9.orig.tar.gz 17.7 KiB 783ccccd7f60968bfe49ad9e114c18ea2b63831faaaf61c1f1f71ddfde1c0eee
freezegun_0.3.9-1.debian.tar.xz 2.4 KiB f0cbca76dd88fc9ed4f8dda9293f5d404cccfc580e9478d8d13598ef223f58b3

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.