1
0

- update to 1.4.0:

* `asyncio`-support from 1.3.x introduced quite a few  bugs, so
    that functionality is now hidden behind a flag:
     `with freeze_time('1970-01-02', real_asyncio=True):`

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

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10939b0ba0ff5adaecf3b06a5c2f73071d9678e507c5eaedb23c761d56ac774b
size 31748

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Dec 29 13:00:06 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.4.0:
* `asyncio`-support from 1.3.x introduced quite a few bugs, so
that functionality is now hidden behind a flag:
`with freeze_time('1970-01-02', real_asyncio=True):`
-------------------------------------------------------------------
Thu Dec 7 21:33:09 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-freezegun
Version: 1.3.1
Version: 1.4.0
Release: 0
Summary: Mock time date for Python
License: Apache-2.0