freezegun 1.5.1-1.1 source package in Ubuntu

Changelog

freezegun (1.5.1-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * source only upload to enable migration (Closes: #1076301)

 -- Paul Gevers <email address hidden>  Sat, 13 Jul 2024 22:09:45 +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.1.dsc 1.8 KiB b768b5a3c6b34301f3d67d4ae12b7b9bba3817ceb78a7a84383c414d23e3078d
freezegun_1.5.1.orig.tar.gz 30.5 KiB 0144ed30db4516270d4676e17d410051a6213c339758bd0b877a4303b650e8bd
freezegun_1.5.1-1.1.debian.tar.xz 2.5 KiB fcc0482ca4c7297aaaae9e1e32d03122f1a196a3f5540a520ac6e0fa8166ba9b

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.