freezegun 1.2.1+actually1.2.1-1 source package in Ubuntu

Changelog

freezegun (1.2.1+actually1.2.1-1) unstable; urgency=medium

  * New upstream release
  * Cleanup incorrect import (Closes: #1028297)
  * Drop nose dependency (Closes: #1018361)

 -- Federico Ceratto <email address hidden>  Mon, 09 Jan 2023 22:25:47 +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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
freezegun_1.2.1+actually1.2.1-1.dsc 2.1 KiB 9eb7e868c904690f38cf8d2f4c92bbb74362f8f6f4683dd0b80efdb140a79cb6
freezegun_1.2.1+actually1.2.1.orig.tar.gz 26.3 KiB d37b784685f7b3bdbb5f5ac3473102532ef4ab5c685178905ffe4fe5186fc7b0
freezegun_1.2.1+actually1.2.1-1.debian.tar.xz 2.7 KiB cc372ce3ce58d6ab1f4f9c3629f24e883fc9394e04b07adef198357ec708f143

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.