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

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


Branch: CURRENT, Version: 2.16.0, Package name: py312-time-machine-2.16.0, Maintainer: pkgsrc-users

Travel through time in your tests.


Master sites:

Filesize: 24.049 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-14 07:18:43 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-time-machine: updated to 2.16.0

2.16.0 (2024-10-08)

* Drop Python 3.8 support.
   2024-08-07 12:31:13 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-time-machine: updated to 2.15.0

2.15.0 (2024-08-06)

* Include wheels for Python 3.13.
   2024-06-30 11:50:30 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-time-machine: updated to 2.14.2

2.14.2 (2024-06-29)

* Fix ``SystemError`` on Python 3.13 and Windows when starting time travelling.
   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.