freezegun 1.2.1-1 source package in Ubuntu

Changelog

freezegun (1.2.1-1) unstable; urgency=medium

  * New upstream release

 -- Federico Ceratto <email address hidden>  Sun, 08 Jan 2023 17:23:59 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
freezegun_1.2.1-1.dsc 2.1 KiB 11371f4beeefd141a1fa30fe2a42f08fc361401e95a406517c4e64ee4d3a84ac
freezegun_1.2.1.orig.tar.gz 115.8 KiB 94be3cb399c9a831ed6de70ad44ba2a80df7110e6b9d10fe0db564d40330f9c5
freezegun_1.2.1-1.debian.tar.xz 2.5 KiB 538c99c7fb62cec6fee5fa6349381044443945aa32e265b614ef461c4bf36d08

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.