diff --git a/freezegun-1.4.0.tar.gz b/freezegun-1.4.0.tar.gz deleted file mode 100644 index f9e34de..0000000 --- a/freezegun-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10939b0ba0ff5adaecf3b06a5c2f73071d9678e507c5eaedb23c761d56ac774b -size 31748 diff --git a/freezegun-1.5.0.tar.gz b/freezegun-1.5.0.tar.gz new file mode 100644 index 0000000..bb51ce4 --- /dev/null +++ b/freezegun-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200a64359b363aa3653d8aac289584078386c7c3da77339d257e46a01fb5c77c +size 33167 diff --git a/python-freezegun.changes b/python-freezegun.changes index e9f6e5e..b3e31df 100644 --- a/python-freezegun.changes +++ b/python-freezegun.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri May 3 07:25:54 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-freezegun.spec b/python-freezegun.spec index c62a71e..f92a1d6 100644 --- a/python-freezegun.spec +++ b/python-freezegun.spec @@ -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