diff --git a/freezegun-1.0.0.tar.gz b/freezegun-1.0.0.tar.gz deleted file mode 100644 index ab51e4d..0000000 --- a/freezegun-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cf08e441f913ff5e59b19cc065a8faa9dd1ddc442eaf0375294f344581a0643 -size 27426 diff --git a/freezegun-1.1.0.tar.gz b/freezegun-1.1.0.tar.gz new file mode 100644 index 0000000..71a9353 --- /dev/null +++ b/freezegun-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177f9dd59861d871e27a484c3332f35a6e3f5d14626f2bf91be37891f18927f3 +size 29923 diff --git a/python-freezegun.changes b/python-freezegun.changes index edba43c..b2c2b4f 100644 --- a/python-freezegun.changes +++ b/python-freezegun.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jan 28 22:52:22 UTC 2021 - Dirk Müller + +- update to 1.1.0: + * Add support for `time.monotonic` (and `…_ns`) + * Allow to configure default ignore list, and also to just extend the default + * Fixed when accessing from thread after stop() + ------------------------------------------------------------------- Tue Oct 20 01:42:22 UTC 2020 - Steve Kowalik diff --git a/python-freezegun.spec b/python-freezegun.spec index 7dd9a76..a832038 100644 --- a/python-freezegun.spec +++ b/python-freezegun.spec @@ -1,7 +1,7 @@ # # spec file for package python-freezegun # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-freezegun -Version: 1.0.0 +Version: 1.1.0 Release: 0 Summary: Mock time date for Python License: Apache-2.0