- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-freezegun?expand=0&rev=50
This commit is contained in:
parent
7e6224ff0d
commit
0c8babd16f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10939b0ba0ff5adaecf3b06a5c2f73071d9678e507c5eaedb23c761d56ac774b
|
||||
size 31748
|
3
freezegun-1.5.0.tar.gz
Normal file
3
freezegun-1.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:200a64359b363aa3653d8aac289584078386c7c3da77339d257e46a01fb5c77c
|
||||
size 33167
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 3 07:25:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 29 13:00:06 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-freezegun
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-freezegun
|
||||
Version: 1.4.0
|
||||
Version: 1.5.0
|
||||
Release: 0
|
||||
Summary: Mock time date for Python
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user