- update to 1.3.1:

* Fixed `asyncio` support to avoid `await asyncio.sleep(1)`
    hanging forever.
  * Added support for Python 3.12
    with the name provided in as_kwarg argument
- update to 0.3.10

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-freezegun?expand=0&rev=46
This commit is contained in:
Dirk Mueller 2023-12-07 21:33:44 +00:00 committed by Git OBS Bridge
parent cb04fdc1b4
commit 5a1b4f47f2
4 changed files with 15 additions and 8 deletions

BIN
freezegun-1.2.2.tar.gz (Stored with Git LFS)

Binary file not shown.

3
freezegun-1.3.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48984397b3b58ef5dfc645d6a304b0060f612bcecfdaaf45ce8aff0077a6cb6a
size 31535

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Dec 7 21:33:09 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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