15
0

- 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.
  - Mock time.monotonic() and time.monotonic_ns().

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-time-machine?expand=0&rev=29
This commit is contained in:
2024-03-14 08:18:16 +00:00
committed by Git OBS Bridge
parent ec3fec7aae
commit 0fa63279cc
4 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0892ada963bd16fdaf657d71ef9bec614931c467a935f3217bf08906fe3bd11
size 28747

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:96d4d0d9af39004f74b705650bd5079c9208ba2c94428621863982e914ed0884
size 29270

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Mar 14 08:17:15 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 9 09:05:38 UTC 2023 - ecsos <ecsos@opensuse.org>
@@ -5,7 +19,7 @@ Thu Nov 9 09:05:38 UTC 2023 - ecsos <ecsos@opensuse.org>
- 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().
- 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

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-time-machine
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
Name: python-time-machine
Group: Development/Languages/Python
Version: 2.13.0
Version: 2.14.0
Release: 0
Summary: Travel through time in your tests
License: MIT