Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-time-machine for
openSUSE:Factory checked in at 2023-11-10 12:28:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-time-machine (Old)
and /work/SRC/openSUSE:Factory/.python-time-machine.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-time-machine"
Fri Nov 10 12:28:52 2023 rev:14 rq:1124381 version:2.13.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-time-machine/python-time-machine.changes
2023-06-12 15:24:25.794334421 +0200
+++
/work/SRC/openSUSE:Factory/.python-time-machine.new.17445/python-time-machine.changes
2023-11-10 12:28:55.998782609 +0100
@@ -1,0 +2,17 @@
+Thu Nov 9 09:05:38 UTC 2023 - ecsos <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
python-time-machine-2.9.0.tar.gz
New:
----
python-time-machine-2.13.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-time-machine.spec ++++++
--- /var/tmp/diff_new_pack.VTTWWE/_old 2023-11-10 12:28:56.722809167 +0100
+++ /var/tmp/diff_new_pack.VTTWWE/_new 2023-11-10 12:28:56.722809167 +0100
@@ -19,14 +19,14 @@
%{?sle15_python_module_pythons}
Name: python-time-machine
Group: Development/Languages/Python
-Version: 2.9.0
+Version: 2.13.0
Release: 0
Summary: Travel through time in your tests
License: MIT
URL: https://github.com/adamchainz/time-machine
# pypi packages don't contain the tests anymore since 2.2.0, see changelog
Source:
https://github.com/adamchainz/time-machine/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires: %{python_module devel >= 3.7}
+BuildRequires: %{python_module devel >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
++++++ python-time-machine-2.9.0.tar.gz -> python-time-machine-2.13.0.tar.gz
++++++
++++ 2152 lines of diff (skipped)