1
0

- 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> Fri Apr 21 12:25:27 UTC 2023 - Dirk Müller <dmueller@suse.com>
@ -16,7 +24,7 @@ Sat Sep 17 15:53:33 UTC 2022 - Dirk Müller <dmueller@suse.com>
* Improved static typing definitions * Improved static typing definitions
* Don't freeze pytest timings. This avoids class-level decorator usage * Don't freeze pytest timings. This avoids class-level decorator usage
* messing with pytest timings. Pass through all setUp and tearDown arguments * messing with pytest timings. Pass through all setUp and tearDown arguments
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jun 4 14:46:30 UTC 2022 - Dirk Müller <dmueller@suse.com> Sat Jun 4 14:46:30 UTC 2022 - Dirk Müller <dmueller@suse.com>
@ -48,7 +56,7 @@ Tue Oct 20 01:42:22 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.0.0: - Update to 1.0.0:
* Dropped Py2 support * Dropped Py2 support
* Added as_kwarg argument in order to have the frozen time object passed * 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 denose.patch
- Drop python-six from {Build,}Requires - Drop python-six from {Build,}Requires
- Update version of python-dateutil in {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 <mcepl@suse.com>
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jul 15 20:55:20 UTC 2018 - mimi.vx@gmail.com 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 - add _u_p37_tests.patch
* Performance improvements * Performance improvements
* Coroutine support * Coroutine support

View File

@ -16,10 +16,9 @@
# #
%{?!python_module:%define python_module() python3-%{**}}
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-freezegun Name: python-freezegun
Version: 1.2.2 Version: 1.3.1
Release: 0 Release: 0
Summary: Mock time date for Python Summary: Mock time date for Python
License: Apache-2.0 License: Apache-2.0