14
0

- update to version 2.3.1:

- Build universal2 wheels for Python 3.8 on macOS.
- update to version 2.3.0:
 - Allow passing ``tick`` to ``Coordinates.move_to()`` and the pytest fixture’s
   ``time_machine.move_to()``. This allows freezing or unfreezing of time when
   travelling.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-time-machine?expand=0&rev=4
This commit is contained in:
Sebastian Wagner
2021-07-30 08:26:21 +00:00
committed by Git OBS Bridge
parent 675ee40d51
commit 31c3ae00b1
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Jul 30 08:23:35 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 2.3.1:
- Build universal2 wheels for Python 3.8 on macOS.
- update to version 2.3.0:
- Allow passing ``tick`` to ``Coordinates.move_to()`` and the pytest fixtures
``time_machine.move_to()``. This allows freezing or unfreezing of time when
travelling.
-------------------------------------------------------------------
Sat Jul 3 13:17:35 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>