Changelog for
python311-time-machine-2.14.2-1.1.x86_64.rpm :
* Sun Jun 30 2024 Dirk Müller
- update to 2.14.2:
* Fix SystemError on Python 3.13 and Windows when starting time travelling.
* Sat Apr 20 2024 Dirk Müller - update to 2.14.1:
* Fix segmentation fault when the first travel() call in a process uses a timedelta.
* Thu Mar 14 2024 Dirk Müller - update to 2.14.0:
* Fix utcfromtimestamp() warning on Python 3.12+.
* Fix utcfromtimestamp() warning on Python 3.12+.
* Fix class decorator for classmethod overrides.
* Avoid calling deprecated uuid._load_system_functions() on Python 3.9+.
* Avoid calling deprecated uuid._load_system_functions() on Python 3.9+.
* Thanks to Nikita Sobolev for the ping in CPython Issue
* Support Python 3.13 alpha 4.
* Thu Nov 09 2023 ecsos - Update to 2.13.0 - Add support for datetime.timedelta to time_machine.travel(). - Fix documentation about using local time for naive date(time) strings. - Add shift() method to the time_machine pytest fixture. - Mock time.monotonic() and time.monotonic_ns(). They return the values of time.time() and time.time_ns() respectively, rather than real monotonic clocks.- Changes from 2.12.0 - Include wheels for Python 3.12.- Changes from 2.11.0 - Drop Python 3.7 support.- Changes from 2.10.0 - Support Python 3.12.
* Fri Jun 09 2023 ecsos - Add %{?sle15_python_module_pythons}
* Wed May 31 2023 Ben Greiner - Move to PEP517- Do not use pytzdata, but system timezone directly- Don\'t catchall sitearch
* Sat May 27 2023 Dirk Müller - update to 2.9.0:
* Explicitly error when attempting to install on PyPy.
* Tue Apr 11 2023 Dominique Leuenberger - BuildRequire python38-backports.zoneinfo only when python38-base is present in the buildsystem: fix build on distros where python 3.8 is no longer in the supported set of python interpreters.
* Sat Oct 29 2022 Yogalakshmi Arunachalam - Update to version 2.8.2
* Improve type hints for time_machine.travel() to preserve the types of the wrapped function/coroutine/class.
* Thu Aug 18 2022 Sebastian Wagner - update to version 2.8.1: - Actually build Python 3.11 wheels.- update to version 2.8.0: - Build Python 3.11 wheels.- update to version 2.7.1: - Fix usage of ``ZoneInfo`` from the ``backports.zoneinfo`` package. This makes ``ZoneInfo`` support work for Python < 3.9.- update to version 2.7.0: - Support Python 3.11 (no wheels yet, they will only be available when Python 3.11 is RC when the ABI is stable).
* Tue Jan 11 2022 Sebastian Wagner - Limit package to python >= 3.7
* Mon Jan 10 2022 Sebastian Wagner - update to version 2.6.0:
* Drop Python 3.6 support.
* Tue Dec 14 2021 Sebastian Wagner - 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 `__.
* Tue Dec 14 2021 pgajdosAATTsuse.com- pytest-runner is not required for build
* Sat Nov 27 2021 Sebastian Wagner - update to version 2.4.1: - Build musllinux wheels.
* Sat Sep 04 2021 Sebastian Wagner - update to version 2.4.0: - Support Python 3.10.
* Fri Jul 30 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 03 2021 Sebastian Wagner - 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.
* Sat May 29 2021 Sebastian Wagner - skip python2 to fix leap build- add missing group tag to fix leap build
* Tue May 25 2021 Sebastian Wagner - initial package for version 2.1.0.