freezegun 0.3.15-1 source package in Ubuntu
Changelog
freezegun (0.3.15-1) unstable; urgency=medium * New upstream release * Python 3.8 support fixed (Closes: #943966, #944026, #950234) * Many thanks to Michal Arbet <email address hidden> * Add autopkgtest -- Federico Ceratto <email address hidden> Sun, 08 Mar 2020 15:23:51 +0000
Upload details
- Uploaded by:
- Federico Ceratto on 2020-03-08
- Uploaded to:
- Sid
- Original maintainer:
- Federico Ceratto
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Hirsute | release | on 2020-10-23 | universe | misc |
Groovy | release | on 2020-04-24 | universe | misc |
Focal | release | on 2020-03-10 | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
freezegun_0.3.15-1.dsc | 2.0 KiB | e78e144ecbebab51acb2853b4fd89673975b35642b5ff05016ab055fbaacf79a |
freezegun_0.3.15.orig.tar.gz | 24.9 KiB | e2062f2c7f95cc276a834c22f1a17179467176b624cc6f936e8bc3be5535ad1b |
freezegun_0.3.15-1.debian.tar.xz | 2.4 KiB | a6727dc91df5bffb3e715b53d3fde0307276180fc68add73b0e3905415cd1f88 |
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.