14
0

Accepting request 1078375 from home:dimstar:Factory

- BuildRequire python38-backports.zoneinfo only when python38-base
  is present in the buildsystem: fix build on distros where python
  3.8 is no longer in the supported set of python interpreters.

- Update to version 2.8.2

OBS-URL: https://build.opensuse.org/request/show/1078375
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-time-machine?expand=0&rev=19
This commit is contained in:
2023-04-12 15:29:33 +00:00
committed by Git OBS Bridge
parent 179132594e
commit ad15759670
2 changed files with 10 additions and 3 deletions

View File

@@ -1,7 +1,14 @@
-------------------------------------------------------------------
Tue Apr 11 08:32:21 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire python38-backports.zoneinfo only when python38-base
is present in the buildsystem: fix build on distros where python
3.8 is no longer in the supported set of python interpreters.
-------------------------------------------------------------------
Sat Oct 29 16:04:03 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 2.8.2
- Update to version 2.8.2
* Improve type hints for time_machine.travel() to preserve the types of the wrapped function/coroutine/class.
-------------------------------------------------------------------