freezegun 0.3.14-0ubuntu1 source package in Ubuntu

Changelog

freezegun (0.3.14-0ubuntu1) focal; urgency=medium

  * New upstream version.
  * Remove the upper version limit.

 -- Matthias Klose <email address hidden>  Thu, 30 Jan 2020 12:39:14 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Federico Ceratto
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
freezegun_0.3.14.orig.tar.gz 24.7 KiB 6262de2f4bab671f7189bb8a0b9d8751da69a53f0b9813fb8f412681662d872a
freezegun_0.3.14-0ubuntu1.debian.tar.xz 2.6 KiB 410097cb616b9f7b02a29bdd8b84ed06626e5d5306f213bea1adc2339d885358
freezegun_0.3.14-0ubuntu1.dsc 2.0 KiB e3144df03be38f1ab9830766535cc4395f479387269c4d3ecbdae415fc79606c

View changes file

Binary packages built by this source

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.