2022-01-11 09:43:01 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jan 10 17:18:47 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
|
|
2022-01-11 09:43:44 +00:00
|
|
|
|
- update to version 2.6.0:
|
|
|
|
|
* Drop Python 3.6 support.
|
2022-01-11 09:43:01 +00:00
|
|
|
|
|
2021-12-14 15:06:58 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 14 15:06:54 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
|
|
2022-01-11 09:43:44 +00:00
|
|
|
|
- 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>`__.
|
2021-12-14 15:06:58 +00:00
|
|
|
|
|
2021-12-14 09:48:09 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 14 07:40:10 UTC 2021 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- pytest-runner is not required for build
|
|
|
|
|
|
2021-11-30 07:06:37 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Nov 27 14:29:53 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
|
|
|
|
|
|
- update to version 2.4.1:
|
|
|
|
|
- Build musllinux wheels.
|
|
|
|
|
|
2021-09-04 17:54:19 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Sep 4 17:54:02 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
|
|
|
|
|
|
- update to version 2.4.0:
|
|
|
|
|
- Support Python 3.10.
|
|
|
|
|
|
2021-07-30 08:26:21 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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 fixture’s
|
|
|
|
|
``time_machine.move_to()``. This allows freezing or unfreezing of time when
|
|
|
|
|
travelling.
|
|
|
|
|
|
2021-07-03 13:24:34 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jul 3 13:17:35 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
|
|
|
|
|
|
- update to version 2.2.0:
|
|
|
|
|
- Include type hints.
|
|
|
|
|
- Convert C module to use PEP 489 multi-phase extension module initialization.
|
|
|
|
|
This makes the module ready for Python sub-interpreters.
|
|
|
|
|
- Release now includes a universal2 wheel for Python 3.9 on macOS, to work on
|
|
|
|
|
Apple Silicon.
|
|
|
|
|
- Stop distributing tests to reduce package size. Tests are not intended to be
|
|
|
|
|
run outside of the tox setup in the repository. Repackagers can use GitHub's
|
|
|
|
|
tarballs per tag.
|
|
|
|
|
|
2021-05-29 07:51:21 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat May 29 07:50:49 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
|
|
|
|
|
|
- skip python2 to fix leap build
|
|
|
|
|
- add missing group tag to fix leap build
|
|
|
|
|
|
2021-05-26 21:23:58 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue May 25 11:43:44 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
|
|
|
|
|
|
- initial package for version 2.1.0.
|