From 179132594e6a9248ccfd6251a4f9de286a16b95323eb35c5bdcfea2db9dffce1 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sat, 29 Oct 2022 16:55:46 +0000 Subject: [PATCH] Accepting request 1032223 from home:yarunachalam:branches:devel:languages:python - Update to version 2.8.2 * Improve type hints for time_machine.travel() to preserve the types of the wrapped function/coroutine/class. OBS-URL: https://build.opensuse.org/request/show/1032223 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-time-machine?expand=0&rev=17 --- python-time-machine-2.8.1.tar.gz | 3 --- python-time-machine-2.8.2.tar.gz | 3 +++ python-time-machine.changes | 6 ++++++ python-time-machine.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 python-time-machine-2.8.1.tar.gz create mode 100644 python-time-machine-2.8.2.tar.gz diff --git a/python-time-machine-2.8.1.tar.gz b/python-time-machine-2.8.1.tar.gz deleted file mode 100644 index 89e27be..0000000 --- a/python-time-machine-2.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c895e05fc1bca768c4954727f35e3de17219441b93fd56a87a176152bffb8a0 -size 27135 diff --git a/python-time-machine-2.8.2.tar.gz b/python-time-machine-2.8.2.tar.gz new file mode 100644 index 0000000..d82b393 --- /dev/null +++ b/python-time-machine-2.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e17cd56da15a78ffc38f948b0592e509db394d3f86d7b8bd974ac3dd686932e +size 27856 diff --git a/python-time-machine.changes b/python-time-machine.changes index 6ca8b63..c6a784a 100644 --- a/python-time-machine.changes +++ b/python-time-machine.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Oct 29 16:04:03 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 2.8.2 + * Improve type hints for time_machine.travel() to preserve the types of the wrapped function/coroutine/class. + ------------------------------------------------------------------- Thu Aug 18 07:00:08 UTC 2022 - Sebastian Wagner diff --git a/python-time-machine.spec b/python-time-machine.spec index c7228d1..1e4f0ba 100644 --- a/python-time-machine.spec +++ b/python-time-machine.spec @@ -19,7 +19,7 @@ %define skip_python2 1 Name: python-time-machine Group: Development/Languages/Python -Version: 2.8.1 +Version: 2.8.2 Release: 0 Summary: Travel through time in your tests License: MIT