From 783ab86aa01ce83dbd79dbe67d36919daf6e25ce8f021671bddf85295ec5040f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 30 Jun 2024 08:25:30 +0000 Subject: [PATCH] - update to 2.14.2: * Fix SystemError on Python 3.13 and Windows when starting time travelling. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-time-machine?expand=0&rev=33 --- python-time-machine-2.14.1.tar.gz | 3 --- python-time-machine-2.14.2.tar.gz | 3 +++ python-time-machine.changes | 7 +++++++ python-time-machine.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 python-time-machine-2.14.1.tar.gz create mode 100644 python-time-machine-2.14.2.tar.gz diff --git a/python-time-machine-2.14.1.tar.gz b/python-time-machine-2.14.1.tar.gz deleted file mode 100644 index ba999fa..0000000 --- a/python-time-machine-2.14.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a57bfadf961318fca2ba840d15116176e253aa8689d88c830480b46f0ea5dcdf -size 29600 diff --git a/python-time-machine-2.14.2.tar.gz b/python-time-machine-2.14.2.tar.gz new file mode 100644 index 0000000..61d7163 --- /dev/null +++ b/python-time-machine-2.14.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31729bb75a54b6be0c324be90a2fca074daefd5735d59fc24d1aad223ed07d1 +size 29671 diff --git a/python-time-machine.changes b/python-time-machine.changes index 5f0d810..c5ba668 100644 --- a/python-time-machine.changes +++ b/python-time-machine.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jun 30 08:25:19 UTC 2024 - Dirk Müller + +- update to 2.14.2: + * Fix SystemError on Python 3.13 and Windows when starting time + travelling. + ------------------------------------------------------------------- Sat Apr 20 08:01:44 UTC 2024 - Dirk Müller diff --git a/python-time-machine.spec b/python-time-machine.spec index ff33515..398bfd3 100644 --- a/python-time-machine.spec +++ b/python-time-machine.spec @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} Name: python-time-machine Group: Development/Languages/Python -Version: 2.14.1 +Version: 2.14.2 Release: 0 Summary: Travel through time in your tests License: MIT