14
0

- update to version 2.6.0:

* Drop Python 3.6 support.
- update to version 2.5.0:
  * Add ``time_machine.escape_hatch``, which provides functions to bypass
    time-machine.
    Thanks to Matt Pegler for the feature request in `Issue #206
    <https://github.com/adamchainz/time-machine/issues/206>`__.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-time-machine?expand=0&rev=13
This commit is contained in:
2022-01-11 09:43:44 +00:00
committed by Git OBS Bridge
parent a856005562
commit 9e5b5a2600

View File

@@ -1,18 +1,17 @@
-------------------------------------------------------------------
Mon Jan 10 17:18:47 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
- - update to version 2.6.0:
- Drop Python 3.6 support.
- update to version 2.5.0:
- Add ``time_machine.escape_hatch``, which provides functions to bypass time-machine.
Thanks to Matt Pegler for the feature request in `Issue #206 <https://github.com/adamchainz/time-machine/issues/206>`__.
- update to version 2.6.0:
* Drop Python 3.6 support.
-------------------------------------------------------------------
Tue Dec 14 15:06:54 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- - update to version 2.5.0:
- Add ``time_machine.escape_hatch``, which provides functions to bypass time-machine.
Thanks to Matt Pegler for the feature request in `Issue #206 <https://github.com/adamchainz/time-machine/issues/206>`__.
- update to version 2.5.0:
* Add ``time_machine.escape_hatch``, which provides functions to bypass
time-machine.
Thanks to Matt Pegler for the feature request in `Issue #206
<https://github.com/adamchainz/time-machine/issues/206>`__.
-------------------------------------------------------------------
Tue Dec 14 07:40:10 UTC 2021 - pgajdos@suse.com