From 036871d9c3fa29c4e57aab8eb3028344ebd4d3328209735daa32d06efb260d0e Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 30 Jul 2021 08:26:21 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=20version=202.3.1:=20=20-=20Bui?= =?UTF-8?q?ld=20universal2=20wheels=20for=20Python=203.8=20on=20macOS.=20-?= =?UTF-8?q?=20update=20to=20version=202.3.0:=20=20-=20Allow=20passing=20``?= =?UTF-8?q?tick``=20to=20``Coordinates.move=5Fto()``=20and=20the=20pytest?= =?UTF-8?q?=20fixture=E2=80=99s=20=20=20=20``time=5Fmachine.move=5Fto()``.?= =?UTF-8?q?=20This=20allows=20freezing=20or=20unfreezing=20of=20time=20whe?= =?UTF-8?q?n=20=20=20=20travelling.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-time-machine?expand=0&rev=4 --- python-time-machine-2.2.0.tar.gz | 3 --- python-time-machine-2.3.1.tar.gz | 3 +++ python-time-machine.changes | 10 ++++++++++ python-time-machine.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 python-time-machine-2.2.0.tar.gz create mode 100644 python-time-machine-2.3.1.tar.gz diff --git a/python-time-machine-2.2.0.tar.gz b/python-time-machine-2.2.0.tar.gz deleted file mode 100644 index a84dfbd..0000000 --- a/python-time-machine-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:399c037ae6ebdd42b3d0390c436fe03e79d352e4bc8207f74fe6460bf18a033d -size 24519 diff --git a/python-time-machine-2.3.1.tar.gz b/python-time-machine-2.3.1.tar.gz new file mode 100644 index 0000000..6de6bb4 --- /dev/null +++ b/python-time-machine-2.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159fd77b2744beb772499700f2d94a77b1a3179dd1ca9fc909c754988794967d +size 24775 diff --git a/python-time-machine.changes b/python-time-machine.changes index 872ed20..f83d63e 100644 --- a/python-time-machine.changes +++ b/python-time-machine.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jul 30 08:23:35 UTC 2021 - Sebastian Wagner + +- 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. + ------------------------------------------------------------------- Sat Jul 3 13:17:35 UTC 2021 - Sebastian Wagner diff --git a/python-time-machine.spec b/python-time-machine.spec index efd2697..f5cd3c1 100644 --- a/python-time-machine.spec +++ b/python-time-machine.spec @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-time-machine Group: Development/Languages/Python -Version: 2.2.0 +Version: 2.3.1 Release: 0 Summary: Travel through time in your tests License: MIT