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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:399c037ae6ebdd42b3d0390c436fe03e79d352e4bc8207f74fe6460bf18a033d
size 24519

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:159fd77b2744beb772499700f2d94a77b1a3179dd1ca9fc909c754988794967d
size 24775

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> Sat Jul 3 13:17:35 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-time-machine Name: python-time-machine
Group: Development/Languages/Python Group: Development/Languages/Python
Version: 2.2.0 Version: 2.3.1
Release: 0 Release: 0
Summary: Travel through time in your tests Summary: Travel through time in your tests
License: MIT License: MIT