./time/py-time-machine, Travel through time in your tests

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.14.1, Package name: py311-time-machine-2.14.1, Maintainer: pkgsrc-users

Travel through time in your tests.


Master sites:

Filesize: 24.38 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-23 08:16:23 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-time-machine: updated to 2.14.1

2.14.1 (2024-03-22)

* Fix segmentation fault when the first ``travel()`` call in a process uses a \ 
``timedelta``.
   2024-03-05 18:07:59 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-time-machine: updated to 2.14.0

2.14.0 (2024-03-03)

* Fix ``utcfromtimestamp()`` warning on Python 3.12+.
* Fix class decorator for classmethod overrides.
* Avoid calling deprecated ``uuid._load_system_functions()`` on Python 3.9+.
* Support Python 3.13 alpha 4.
   2023-09-27 11:37:32 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-time-machine: updated to 2.13.0

2.13.0 (2023-09-19)
-------------------
* 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.
   2023-08-31 20:00:08 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-time-machine: updated to 2.12.0

2.12.0 (2023-08-14)
-------------------

* Include wheels for Python 3.12.
   2023-07-17 18:08:31 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-time-machine: added version 2.11.0

Travel through time in your tests.