pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/time/py-time-machine



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Sep 27 09:37:32 UTC 2023

Modified Files:
        pkgsrc/time/py-time-machine: Makefile distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/py-time-machine/Makefile \
    pkgsrc/time/py-time-machine/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/py-time-machine/Makefile
diff -u pkgsrc/time/py-time-machine/Makefile:1.2 pkgsrc/time/py-time-machine/Makefile:1.3
--- pkgsrc/time/py-time-machine/Makefile:1.2    Thu Aug 31 18:00:08 2023
+++ pkgsrc/time/py-time-machine/Makefile        Wed Sep 27 09:37:32 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2023/08/31 18:00:08 adam Exp $
+# $NetBSD: Makefile,v 1.3 2023/09/27 09:37:32 adam Exp $
 
-DISTNAME=      time_machine-2.12.0
+DISTNAME=      time_machine-2.13.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/time-machine/}
Index: pkgsrc/time/py-time-machine/distinfo
diff -u pkgsrc/time/py-time-machine/distinfo:1.2 pkgsrc/time/py-time-machine/distinfo:1.3
--- pkgsrc/time/py-time-machine/distinfo:1.2    Thu Aug 31 18:00:08 2023
+++ pkgsrc/time/py-time-machine/distinfo        Wed Sep 27 09:37:32 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/08/31 18:00:08 adam Exp $
+$NetBSD: distinfo,v 1.3 2023/09/27 09:37:32 adam Exp $
 
-BLAKE2s (time_machine-2.12.0.tar.gz) = 98d1e099e694a49452056798a326bd2aa63c32c4eab6c4b33be5e602babe9cef
-SHA512 (time_machine-2.12.0.tar.gz) = 61a146b72c8a05331e718b21c8719a895d60b1acfb5582ebaa4a0e6b5df8b84c7e2ec18c759d2fe90d08346c076b3f01832c1402a02c3e3b2156bf4e2f87d9e7
-Size (time_machine-2.12.0.tar.gz) = 23924 bytes
+BLAKE2s (time_machine-2.13.0.tar.gz) = a2e4555d9f5d78be39a3f86aaa8f9ee1c9117e029befa00ca34d71d603cdb3f8
+SHA512 (time_machine-2.13.0.tar.gz) = 803e941962f95e757f369d445c6c413bd86a1fda5504f76da799bd5ed08378a4736a15737bc4cdc5a5835e1639a80c9c8ed0d47888b7257e52c17917a5a10e72
+Size (time_machine-2.13.0.tar.gz) = 24606 bytes



Home | Main Index | Thread Index | Old Index