SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python312-freezegun-1.4.0-1.5.noarch.rpm :

* Fri Dec 29 2023 Dirk Müller - update to 1.4.0:
* `asyncio`-support from 1.3.x introduced quite a few bugs, so that functionality is now hidden behind a flag: `with freeze_time(\'1970-01-02\', real_asyncio=True):`
* Thu Dec 07 2023 Dirk Müller - update to 1.3.1:
* Fixed `asyncio` support to avoid `await asyncio.sleep(1)` hanging forever.
* Added support for Python 3.12
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Sat Sep 17 2022 Dirk Müller - update to 1.2.2:
* Removes Python 3.6 support
* Improved static typing definitions
* Don\'t freeze pytest timings. This avoids class-level decorator usage
* messing with pytest timings. Pass through all setUp and tearDown arguments
* Sat Jun 04 2022 Dirk Müller - update to 1.2.1:
* Added missing typeshed types from distribution
* Pass all arguments on recursive freeze_time calls
* Add support for `time.perf_counter` (and `…_ns`)
* Added typeshed types
* Dropped support for python 3.5
* Fri Apr 16 2021 Benjamin Greiner - Skip python2 build. Not supported by upstream, a simple `import freezegun` already fails. Was not detected because the pyunittest runs 0 tests.
* Thu Jan 28 2021 Dirk Müller - update to 1.1.0:
* Add support for `time.monotonic` (and `…_ns`)
* Allow to configure default ignore list, and also to just extend the default
* Fixed when accessing from thread after stop()
* Tue Oct 20 2020 Steve Kowalik - Update to 1.0.0:
* Dropped Py2 support
* Added as_kwarg argument in order to have the frozen time object passed with the name provided in as_kwarg argument- Drop denose.patch- Drop python-six from {Build,}Requires- Update version of python-dateutil in {Build,}Requires
* Tue Aug 18 2020 Matej Cepl - We can finally use %pyunittest macro
 
ICM