diff --git a/freezegun-1.2.2.tar.gz b/freezegun-1.2.2.tar.gz deleted file mode 100644 index a9e6830..0000000 --- a/freezegun-1.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd22d1ba06941384410cd967d8a99d5ae2442f57dfafeff2fda5de8dc5c05446 -size 30670 diff --git a/freezegun-1.3.1.tar.gz b/freezegun-1.3.1.tar.gz new file mode 100644 index 0000000..47f06ab --- /dev/null +++ b/freezegun-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48984397b3b58ef5dfc645d6a304b0060f612bcecfdaaf45ce8aff0077a6cb6a +size 31535 diff --git a/python-freezegun.changes b/python-freezegun.changes index 89edc05..4fc97b0 100644 --- a/python-freezegun.changes +++ b/python-freezegun.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Dec 7 21:33:09 UTC 2023 - Dirk Müller + +- update to 1.3.1: + * Fixed `asyncio` support to avoid `await asyncio.sleep(1)` + hanging forever. + * Added support for Python 3.12 + ------------------------------------------------------------------- Fri Apr 21 12:25:27 UTC 2023 - Dirk Müller @@ -16,7 +24,7 @@ Sat Sep 17 15:53:33 UTC 2022 - Dirk Müller * Improved static typing definitions * Don't freeze pytest timings. This avoids class-level decorator usage * messing with pytest timings. Pass through all setUp and tearDown arguments - + ------------------------------------------------------------------- Sat Jun 4 14:46:30 UTC 2022 - Dirk Müller @@ -48,7 +56,7 @@ Tue Oct 20 01:42:22 UTC 2020 - Steve Kowalik - Update to 1.0.0: * Dropped Py2 support * Added as_kwarg argument in order to have the frozen time object passed - with the name provided in as_kwarg argument + with the name provided in as_kwarg argument - Drop denose.patch - Drop python-six from {Build,}Requires - Update version of python-dateutil in {Build,}Requires @@ -119,7 +127,7 @@ Tue Sep 4 16:32:05 UTC 2018 - Matěj Cepl ------------------------------------------------------------------- Sun Jul 15 20:55:20 UTC 2018 - mimi.vx@gmail.com -- update to 0.3.10 +- update to 0.3.10 - add _u_p37_tests.patch * Performance improvements * Coroutine support diff --git a/python-freezegun.spec b/python-freezegun.spec index c46a290..a977ba2 100644 --- a/python-freezegun.spec +++ b/python-freezegun.spec @@ -16,10 +16,9 @@ # -%{?!python_module:%define python_module() python3-%{**}} %{?sle15_python_module_pythons} Name: python-freezegun -Version: 1.2.2 +Version: 1.3.1 Release: 0 Summary: Mock time date for Python License: Apache-2.0