freezegun 1.1.0-1 source package in Ubuntu

Changelog

freezegun (1.1.0-1) unstable; urgency=medium

  * New upstream release

 -- Federico Ceratto <email address hidden>  Sat, 29 Jan 2022 13:07:17 +0000

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
Kinetic release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
freezegun_1.1.0-1.dsc 2.0 KiB 7573ebdcc68395d8066f6f8d7b1df49f069250103903dd2d79f5295605f43cd8
freezegun_1.1.0.orig.tar.gz 25.3 KiB 59119ae1f318fc01a574dd9588c3bad8249cf140586d807c01a9dba929e15680
freezegun_1.1.0-1.debian.tar.xz 2.6 KiB 47424c15c093973a9cec6a1a8c830d054f9ca39b1d670e608317252f74ba7d65

Available diffs

No changes file available.

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.