freezegun 1.5.1-1 source package in Ubuntu

Changelog

freezegun (1.5.1-1) unstable; urgency=medium

  * New upstream release (Closes: #1072876)

 -- Federico Ceratto <email address hidden>  Mon, 10 Jun 2024 15:33:40 +0200

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
freezegun_1.5.1-1.dsc 2.0 KiB c6357ced7fd63c965866aeb27f930e860b0891718aaaef89a07d6d2fc7884580
freezegun_1.5.1.orig.tar.gz 30.5 KiB 0144ed30db4516270d4676e17d410051a6213c339758bd0b877a4303b650e8bd
freezegun_1.5.1-1.debian.tar.xz 2.5 KiB 4caea1a340178547dbd57bbc5fff5dbf1a1a2acb81267db8e53d5c0413f20bb2

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.