From a8560055626b569ba1fce0e54324fad57f75ec268c7c69e4454f77eeee749de0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 11 Jan 2022 09:43:01 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-time-machine?expand=0&rev=12 --- python-time-machine-2.5.0.tar.gz | 3 --- python-time-machine-2.6.0.tar.gz | 3 +++ python-time-machine.changes | 9 +++++++++ python-time-machine.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 python-time-machine-2.5.0.tar.gz create mode 100644 python-time-machine-2.6.0.tar.gz diff --git a/python-time-machine-2.5.0.tar.gz b/python-time-machine-2.5.0.tar.gz deleted file mode 100644 index f5e9891..0000000 --- a/python-time-machine-2.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a24890c59ef4e12f85c48a7cde1312da1e5c3095e2b3612bbeb322a617f04769 -size 26507 diff --git a/python-time-machine-2.6.0.tar.gz b/python-time-machine-2.6.0.tar.gz new file mode 100644 index 0000000..d272825 --- /dev/null +++ b/python-time-machine-2.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3587f0913f8fa326a7dc8452b31cf1fe77307acb0bb1805e2915dfcc08cc77b8 +size 26242 diff --git a/python-time-machine.changes b/python-time-machine.changes index cab3d85..66dfcc9 100644 --- a/python-time-machine.changes +++ b/python-time-machine.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +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 `__. + ------------------------------------------------------------------- Tue Dec 14 15:06:54 UTC 2021 - Sebastian Wagner diff --git a/python-time-machine.spec b/python-time-machine.spec index 93638d4..3c34880 100644 --- a/python-time-machine.spec +++ b/python-time-machine.spec @@ -1,7 +1,7 @@ # # spec file for package python-time-machine # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-time-machine Group: Development/Languages/Python -Version: 2.5.0 +Version: 2.6.0 Release: 0 Summary: Travel through time in your tests License: MIT