Revisions of python-freezegun
Ana Guerrero (anag+factory)
accepted
request 1184152
from
Dirk Mueller (dirkmueller)
(revision 21)
- add py313-support.patch to fix build with python 3.13
Ana Guerrero (anag+factory)
accepted
request 1180146
from
Dirk Mueller (dirkmueller)
(revision 20)
- update to 1.5.1: * Fix the typing of the `tick()` method, and improve it's behaviour.
Ana Guerrero (anag+factory)
accepted
request 1171531
from
Dirk Mueller (dirkmueller)
(revision 19)
- update to 1.5.0: * The default ignore list now contains the `queue`-package * Added a missing `move_to`-function when calling `freeze_time(tick=True)` * Fixes a rounding error in `time.time_ns()` * Fixed a bug where the default ignore list could not be empty (`configure(default_ignore_list=[])`) * All `tick()` methods now return the new datetime (instead of None) * Type improvements
Dominique Leuenberger (dimstar_suse)
accepted
request 1135657
from
Dirk Mueller (dirkmueller)
(revision 18)
- 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):`
Dominique Leuenberger (dimstar_suse)
accepted
request 1131703
from
Dirk Mueller (dirkmueller)
(revision 17)
- update to 1.3.1: * Fixed `asyncio` support to avoid `await asyncio.sleep(1)` hanging forever. * Added support for Python 3.12 with the name provided in as_kwarg argument - update to 0.3.10
Dominique Leuenberger (dimstar_suse)
accepted
request 1081917
from
Dirk Mueller (dirkmueller)
(revision 16)
Dominique Leuenberger (dimstar_suse)
accepted
request 1004362
from
Dirk Mueller (dirkmueller)
(revision 15)
- 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
Dominique Leuenberger (dimstar_suse)
accepted
request 980773
from
Dirk Mueller (dirkmueller)
(revision 14)
- 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
Dominique Leuenberger (dimstar_suse)
accepted
request 885995
from
Markéta Machová (mcalabkova)
(revision 13)
Dominique Leuenberger (dimstar_suse)
accepted
request 867591
from
Dirk Mueller (dirkmueller)
(revision 12)
- 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()
Dominique Leuenberger (dimstar_suse)
accepted
request 842656
from
Steve Kowalik (StevenK)
(revision 11)
- 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
Dominique Leuenberger (dimstar_suse)
accepted
request 827695
from
Matej Cepl (mcepl)
(revision 10)
- We can finally use %pyunittest macro
Dominique Leuenberger (dimstar_suse)
accepted
request 783995
from
Tomáš Chvátal (scarabeus_iv)
(revision 9)
- Fix build without python2 available - update to 0.3.15: * Fix locale timestamp bug. CC #328 * Fix calendar.timegm behavior * Fix for Py3.8 * Reset time.time_ns on stop - drop remove_dependency_on_mock.patch
Dominique Leuenberger (dimstar_suse)
accepted
request 748891
from
Matej Cepl (mcepl)
(revision 8)
- Add dependency on the full python (which is not pulled by setuptools anymore). Use %{pythons} macro now.
Dominique Leuenberger (dimstar_suse)
accepted
request 666515
from
Matej Cepl (mcepl)
(revision 5)
- Update to 0.3.11: * Performance improvements * Fix nesting time.time * Add nanosecond property - Remove nose dependency by adding denose.patch - Remove _u_p37_tests.patch, which is superseeded by new release. - Remove superfluous devel dependency for noarch package
Dominique Leuenberger (dimstar_suse)
accepted
request 622946
from
Ondřej Súkup (mimi_vx)
(revision 3)
- update to 0.3.10 - add _u_p37_tests.patch * Performance improvements * Coroutine support (forwarded request 622945 from mimi_vx)
Dominique Leuenberger (dimstar_suse)
accepted
request 579634
from
Thomas Bechtold (tbechtold)
(revision 2)
- Drop python-sure BuildRequires. Add python-mock BuildRequires.
Displaying revisions 1 - 20 of 21