From 0c8babd16f9fbf977cd4c143a3454ae12f5d4f001278a55ca81389dc5abcb40f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 3 May 2024 07:26:27 +0000 Subject: [PATCH] - 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 --- freezegun-1.4.0.tar.gz | 3 --- freezegun-1.5.0.tar.gz | 3 +++ python-freezegun.changes | 14 ++++++++++++++ python-freezegun.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 freezegun-1.4.0.tar.gz create mode 100644 freezegun-1.5.0.tar.gz 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