From 9e5b5a2600e3ca3a17f8e5d0d41588ea0da9896f06f6bbbdd2bc964d38e1f50a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 11 Jan 2022 09:43:44 +0000 Subject: [PATCH] - update to version 2.6.0: * Drop Python 3.6 support. - update to version 2.5.0: * Add ``time_machine.escape_hatch``, which provides functions to bypass time-machine. Thanks to Matt Pegler for the feature request in `Issue #206 `__. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-time-machine?expand=0&rev=13 --- python-time-machine.changes | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/python-time-machine.changes b/python-time-machine.changes index 66dfcc9..59e5e4f 100644 --- a/python-time-machine.changes +++ b/python-time-machine.changes @@ -1,18 +1,17 @@ ------------------------------------------------------------------- Mon Jan 10 17:18:47 UTC 2022 - Sebastian Wagner -- - update to version 2.6.0: - - Drop Python 3.6 support. -- update to version 2.5.0: - - Add ``time_machine.escape_hatch``, which provides functions to bypass time-machine. - Thanks to Matt Pegler for the feature request in `Issue #206 `__. +- update to version 2.6.0: + * Drop Python 3.6 support. ------------------------------------------------------------------- Tue Dec 14 15:06:54 UTC 2021 - Sebastian Wagner -- - update to version 2.5.0: - - Add ``time_machine.escape_hatch``, which provides functions to bypass time-machine. - Thanks to Matt Pegler for the feature request in `Issue #206 `__. +- update to version 2.5.0: + * Add ``time_machine.escape_hatch``, which provides functions to bypass + time-machine. + Thanks to Matt Pegler for the feature request in `Issue #206 + `__. ------------------------------------------------------------------- Tue Dec 14 07:40:10 UTC 2021 - pgajdos@suse.com